FHIR IG analytics| Package | ihe.pharm.mpd |
| Resource Type | MedicationDispense |
| Id | MedicationDispense-10-dispense-1.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-1
Profile: IHE Medication Dispense
status: Completed
| Reference |
| Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10. |
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: 1 1 (Details: UCUM code1 = '1')
daysSupply: 3 day(s) (Details: UCUM coded = 'd')
whenHandedOver: 2024-12-06 19:54:00+0000
{
"resourceType": "MedicationDispense",
"id": "10-dispense-1",
"meta": {
"profile": [
"https://profiles.ihe.net/PHARM/MPD/StructureDefinition/IHEMedicationDispense"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "completed",
"medication": {
"reference": {
"reference": "Medication/01C-Cefuroxime1500Branded",
"display": "Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10."
}
},
"subject": {
"reference": "Patient/patient1"
},
"performer": [
{
"actor": {
"reference": "PractitionerRole/pharmacist1"
}
}
],
"authorizingPrescription": [
{
"reference": "MedicationRequest/10-prescription-cefuroxime-singleline"
}
],
"quantity": {
"value": 1,
"system": "http://unitsofmeasure.org",
"code": "1"
},
"daysSupply": {
"value": 3,
"unit": "day(s)",
"system": "http://unitsofmeasure.org",
"code": "d"
},
"whenHandedOver": "2024-12-06T19:54:00Z"
}