FHIR IG analytics| Package | ihe.pharm.mpd |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-10-dispense-2.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationDispense 10-dispense-2
Profile: IHE Medication Dispense
status: Completed
| Reference |
| Cefuroxime MIP 750 mg, powder for solution for injection. N5. |
subject: Thomas Engine Male, DoB: 1950-09-15 ( 12345)
| Actor |
| PractitionerRole Pharmacist |
authorizingPrescription: MedicationRequest: identifier = 10-123EP; status = active; intent = order; authoredOn = 2024-12-06
quantity: 3 1 (Details: UCUM code1 = '1')
daysSupply: 4 day(s) (Details: UCUM coded = 'd')
whenHandedOver: 2024-12-09 10:55:00+0000
{
"resourceType": "MedicationDispense",
"id": "10-dispense-2",
"meta": {
"profile": [
"https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medication": {
"reference": {
"reference": "Medication/01D-Cefuroxime750Branded",
"display": "Cefuroxime MIP 750 mg, powder for solution for injection. N5."
}
},
"subject": {
"reference": "Patient/patient1"
},
"performer": [
{
"actor": {
"reference": "PractitionerRole/pharmacist1"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/10-prescription-cefuroxime-singleline"
}
],
"quantity": {
"value": 3,
"system": "http://unitsofmeasure.org",
"code": "1"
},
"daysSupply": {
"value": 4,
"unit": "day(s)",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenHandedOver": "2024-12-09T10:55:00Z"
}