This page is part of the HL7 Europe Hospital Discharge Report (v0.1.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "MedicationDispense",
"id" : "400D-dispense-1",
"meta" : {
"profile" : [
🔗 "http://hl7.eu/fhir/hdr/StructureDefinition/medicationDispense-eu-hdr"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense 400D-dispense-1</b></p><a name=\"400D-dispense-1\"> </a><a name=\"hc400D-dispense-1\"> </a><a name=\"400D-dispense-1-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-medicationDispense-eu-hdr.html\">MedicationDispense (HDR)</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-01C-Cefuroxime1500Branded.html\">Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10.</a></p><p><b>subject</b>: <a href=\"Patient-patient-swart.html\">Fiona XXX_Swart</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>The best pharmacist</td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-400C-prescription-cefuroxime-singleline.html\">MedicationRequest: identifier = 10-123EP; status = active; intent = order; medication[x] = ->Medication: extension = cefuroxime; form = Powder for solution for injection or infusion; authoredOn = 2024-12-06; reasonCode = Bronchopneumonia caused by bacteria (disorder)</a></p><p><b>quantity</b>: 1 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code1 = '1')</span></p><p><b>daysSupply</b>: 3 day(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM coded = 'd')</span></p><p><b>whenHandedOver</b>: 2024-12-06 19:54:00+0000</p></div>"
},
"status" : "completed",
"medicationReference" : {
🔗 "reference" : "Medication/01C-Cefuroxime1500Branded",
"display" : "Cefuroxime MIP 1500 mg, powder for solution for injection/infusion. N10."
},
"subject" : {
🔗 "reference" : "Patient/patient-swart",
"display" : "Fiona XXX_Swart"
},
"performer" : [
{
"actor" : {
"display" : "The best pharmacist"
}
}
],
"authorizingPrescription" : [
{
🔗 "reference" : "MedicationRequest/400C-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"
}