Stream: implementers
Topic: Instructions to pharmacists in MedicationRequest resource
Gou Masuda (Aug 22 2020 at 07:16):
Hello, everyone.
I have a question about MedicationRequest resource.
How can I express instructions to pharmacists (dispensers) such as one-dose package dispensing or crushing tablet in a prescription?
I know MedicationRequest.dosageInstruction.additionalInstruction and MedicationRequest.dosageInstruction.patientInstruction are intended for instructions to the patient, not to dispensers.
And when such the instruction is shared among more than two MedicationRequest resources, how can I represent them?
For example, instruction about one-dose package medications for a couple of MedicationRequest resources.
Thanks.
Melva Peters (Aug 22 2020 at 17:29):
There isn't an attribute included in MedicationRequest at this point. It would. be included under medicationRequest.dispenseRequest - which is the element that provides information to the dispenser. This kind of information would need to be included on each medicationRequest that it applies to. You could add an extension for now, but I would suggest that you add a change request for the Pharmacy Work Group to consider. Please make sure you explain your specific use case in the change request.
Gou Masuda (Aug 22 2020 at 22:56):
Thank you for your reply.
I'll use an extension at present, but I'll consider making a change request, too.
Last updated: Apr 12 2022 at 19:14 UTC