Stream: implementers
Topic: Request for Medication Dispense
Jose Costa Teixeira (Jan 12 2021 at 10:18):
Yesterday in the Workflow call we discussed the 2 roles of a "prescription": "Request to Dispense" vs "Request to administer".
The Dutch Healthcare Information Model separates the medication order into "clinical" and "dispense" requests. Some time ago there was a discussion on that in Pharmacy - the outcome was that the same resource would be used, not two resources.
However, it seems interesting to explain how the MedRequest can get profiled to say "this is a request to dispense" vs "this is a request to administer" vs "this is a request to do whatever is necessary".
@Arianne van de Wetering hopefully you remember that old discussion and can explain more details if needed
@John Hatem I think the information you asked is here: https://zibs.nl/wiki/HCIM_Release_2020(EN)#group:_Medication.2C_count:_7
Ardon Toonstra (Jan 12 2021 at 10:28):
The Dutch Healthcare information models indeed separate these concepts. Perhaps the FHIR profile on MediationRequest for these models gives a better understanding. We have a so-called MedicationAgreement and a DispenseRequest both mapped to a MedicationRequest resource. The resources are distinguished by a mandatory, fixed SNOMED code in the category element
Lloyd McKenzie (Jan 12 2021 at 17:05):
The prescription isn't a "request" to do anything - it's an authorization - typically to both administer and dispense, though in some cases it can authorize administration without authorizing dispensing. If you want to actually say "please dispense against this authorization" or "please administer against this authorization" - that's Task.
Peter Jordan (Jan 12 2021 at 23:30):
The legal definition of a Prescription may vary from country to country. In NZ, it's defined by the Medicines Act as an order which is semantically different from authorisation which is a form of permission. From memory FHIR landed on MedicationRequest (initially it was MedicationOrder) so that it could cover use cases in addition to legal prescriptions.
Lloyd McKenzie (Jan 13 2021 at 04:42):
This isn't about the legal definition of prescription, it's about the meaning of the resource. The MedicationRequest resource represents the authorization. It doesn't, by itself, request action.
Lloyd McKenzie (Jan 13 2021 at 04:43):
(Though you're right that if the intent is not 'order', it doesn't even imply that there's authorization)
Peter Jordan (Jan 13 2021 at 08:08):
Looking at the definition of (MedicationRequest)[http://hl7.org/fhir/medicationrequest.html] in the R4 specification - the concept of authorization is introduced in the (optional) dispenseRequest element (described as "Medication supply authorization"). The MedicationRequest resource itself is said to be "An order or request for both supply of the medication". and to "cover all type of orders for medications for a patient.".
The term "prescription" is used 19 times on that page, including in an element name and virtually all the search parameter descriptions. Maybe the page needs some editing - thus far, it hasn't changed significantly in R5. However, the primary (but not only) use of this resource is likely to be for Prescriptions and these are commonly defined as orders - that has to be factored into the meaning of this resource, it's not irrelevant. Fortunately, the definition uses the word "order" rather than "authorization"!
Lloyd McKenzie (Jan 14 2021 at 05:12):
The general premise of how requests behave is consistent across all 'request' resources. Whether MedicationRequest, ServiceRequest, DeviceRequest or something else, posting a Request - by itself - shouldn't trigger any action. You either need a tag, an operation, a message or Tag to say "please fulfill this". (And in some cases, you might only seek partial fulfillment.)
Lloyd McKenzie (Jan 14 2021 at 05:13):
In that sense, it is a prescription, but it works like a paper prescription. It doesn't do anything until someone takes it to the pharmacy and asks for it to be filled.
Peter Jordan (Jan 14 2021 at 06:36):
In many countries with electronic prescribing services and regulations that remove the requirement for paper scripts, electronic prescriptions can be transmitted directly (or via a push-pull to/from a broker) from a GP to a pharmacy chosen by a patient. I'm not sure if any countries use the FHIR MedicationRequest resource as part of this solution, in NZ we're still using bespoke messaging for metadata and CDA to hold the Prescription itself. I'd be really interested to see an IG for a FHIR-based national e-prescription service.
Richard Townley-O'Neill (Jan 14 2021 at 06:39):
@Danielle Bancroft @Danielle
Melva Peters (Jan 14 2021 at 15:00):
PrescribeIT in Canada does this although I think there is a broker (may be the wrong word) in the middle. It is FHIR based.
Vassil Peytchev (Jan 14 2021 at 15:59):
Look at the Post Acute Orders IG, one use case they have is for prescriptions. As with all Request-based resources, any workflows that need more than one step to complete, will most likely require a Task resource to track the state of the workflow.
PAO IG
Lloyd McKenzie (Jan 14 2021 at 19:33):
PrescribeIT uses messaging - so the messages handles the "please fulfill" bit.
Last updated: Apr 12 2022 at 19:14 UTC