{
  "resourceType" : "MedicationDispense",
  "id" : "NgMedicationDispense-002",
  "meta" : {
    "profile" : ["https://fhir-ig.digitalhealth.gov.ng/StructureDefinition/ng-medication-dispense"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense NgMedicationDispense-002</b></p><a name=\"NgMedicationDispense-002\"> </a><a name=\"hcNgMedicationDispense-002\"> </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-ng-medication-dispense.html\">NG MedicationDispense</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-NgMedication-002.html\">Medication </a></p><p><b>subject</b>: <a href=\"Patient-NgPatient-003.html\">Suleiman Bala  Male, DoB: 2019-09-05 ( birthcert)</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=\"Practitioner-NgPractitioner-003.html\">Practitioner Hauwa Garba </a></td></tr></table><p><b>quantity</b>: 100 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><p><b>whenHandedOver</b>: 2025-11-04 12:25:00+0100</p><p><b>note</b>: </p><blockquote><div><p>Shake well before use.</p>\n</div></blockquote><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>5 mL orally every 6 hours as needed for fever.</td></tr></table></div>"
  },
  "status" : "completed",
  "medicationReference" : {
    "reference" : "Medication/NgMedication-002"
  },
  "subject" : {
    "reference" : "Patient/NgPatient-003"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/NgPractitioner-003"
    }
  }],
  "quantity" : {
    "value" : 100,
    "unit" : "mL",
    "system" : "http://unitsofmeasure.org",
    "code" : "mL"
  },
  "whenHandedOver" : "2025-11-04T12:25:00+01:00",
  "note" : [{
    "text" : "Shake well before use."
  }],
  "dosageInstruction" : [{
    "text" : "5 mL orally every 6 hours as needed for fever."
  }]
}