{
  "resourceType" : "MedicationAdministration",
  "id" : "example-albendazole-administration",
  "meta" : {
    "profile" : ["https://fhir.icr.unicef.org/StructureDefinition/ICRMedicationAdministration"]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationAdministration example-albendazole-administration</b></p><a name=\"example-albendazole-administration\"> </a><a name=\"hcexample-albendazole-administration\"> </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-ICRMedicationAdministration.html\">ICR Medication Administration</a></p></div><p><b>Record Origin</b>: campaign</p><p><b>Directly Observed Consumption</b>: true</p><p><b>Dose-pole Band</b>: <span title=\"Codes:\">Dose-pole band B (height 110–124 cm → 1 tablet)</span></p><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.whocc.no/atc P02CA03}\">albendazole</span></p><p><b>subject</b>: <a href=\"Patient-example-child.html\">Aminata Kamara  Female, DoB: 2023-04-12 ( https://fhir.icr.unicef.org/identifiers/national-id#SL-2023-04-0099812)</a></p><p><b>effective</b>: 2026-02-10 11:00:00+0000</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tablet (400 mg), dose-pole band B</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "https://fhir.icr.unicef.org/StructureDefinition/record-origin",
    "valueCode" : "campaign"
  },
  {
    "url" : "https://fhir.icr.unicef.org/StructureDefinition/directly-observed-consumption",
    "valueBoolean" : true
  },
  {
    "url" : "https://fhir.icr.unicef.org/StructureDefinition/dose-pole-band",
    "valueCodeableConcept" : {
      "text" : "Dose-pole band B (height 110–124 cm → 1 tablet)"
    }
  }],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "http://www.whocc.no/atc",
      "code" : "P02CA03",
      "display" : "albendazole"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-child"
  },
  "effectiveDateTime" : "2026-02-10T11:00:00Z",
  "dosage" : {
    "text" : "1 tablet (400 mg), dose-pole band B"
  }
}