Medication Prescription and Delivery (MPD)
0.1.0 - ci-build International flag

Medication Prescription and Delivery (MPD), published by Integrating the Healthcare Enterprise (IHE). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/pharm-mpd/tree/master and changes regularly. See the Directory of published versions

: 10-dispense-2 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "10-dispense-2",
  "meta" : {
    "profile" : [
      🔗 "http://profiles.ihe.net/PHARM/ihe.pharm.mpd/StructureDefinition/IHEMedicationDispensation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense 10-dispense-2</b></p><a name=\"10-dispense-2\"> </a><a name=\"hc10-dispense-2\"> </a><a name=\"10-dispense-2-en-US\"> </a><p><b>status</b>: Completed</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-01D-Cefuroxime750Branded.html\">Cefuroxime MIP 750 mg, powder for solution for injection. N5.</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-patient1.html\">Thomas Engine  Male, DoB: 1950-09-15 ( 12345)</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><a href=\"PractitionerRole-pharmacist1.html\">PractitionerRole Pharmacist</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-10-prescription-cefuroxime-singleline.html\">MedicationRequest: identifier = 10-123EP; status = active; intent = order; authoredOn = 2024-12-06</a></p><p><b>quantity</b>: 3 1<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code1 = '1')</span></p><p><b>daysSupply</b>: 4 day(s)<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  coded = 'd')</span></p><p><b>whenHandedOver</b>: 2024-12-09 10:55:00+0000</p></div>"
  },
  "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"
}