Stream: Medication
Topic: Planned Medication Dispensations
Martin Grundberg (Nov 22 2019 at 14:54):
We are exposing planned medication dispensations to a dispensation machine who then dispense the correct drugs and amount. What would be the best way of providing the planned dispensations to the machine? With planned dispensation I mean e.g. pills to be given to a patient which need to be prepared, based on an medication order.
Some options we have discussed:
Option 1 - List resource
Use the List resource with a code=plannedDispensations. The List would include entries of type MedicationRequest. Ideally we would also do some profiling on the MedicationRequest entries adapting them for the dispensation use case (not sure if you can bind specific profiles of the entry resources to the List.code value?).
Option 2 - Medication Request
Use the MedicationRequest resource directly without a list. We would probably have a profile specifically for adapting the MedicationRequest to the dispensation use case as well.
Maybe there are other better options?
Any recommendations of how to in the best way expose planned dispensations?
Richard Townley-O'Neill (Nov 25 2019 at 00:49):
I agree with using MedicationRequest for the details of each medication to be given to a nominated patient.
I agree with using List if you want to identify the set of MedicationRequests.
Last updated: Apr 12 2022 at 19:14 UTC