{
  "resourceType" : "MedicationDispense",
  "id" : "ECLM-DISP-001",
  "meta" : {
    "profile" : ["https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-medicationdispense"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense ECLM-DISP-001</b></p><a name=\"ECLM-DISP-001\"> </a><a name=\"hcECLM-DISP-001\"> </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-ke-eclaims-medicationdispense.html\">eClaims Medication Dispense Profile</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-generic-products-cs GE10002}\">Metformin 500 mg Oral Tablet</span></p><p><b>subject</b>: <a href=\"Patient-ECLM-PT-001.html\">John Mwangi Kamau</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-ECLM-PRA-001.html\">Practitioner Dr. James Ochieng (official)</a></td></tr></table><p><b>authorizingPrescription</b>: <a href=\"MedicationRequest-ECLM-MR-001.html\">MedicationRequest: status = active; intent = order; category = Inpatient; medication[x] = Metformin 500 mg Oral Tablet; authoredOn = 2025-11-02; reasonCode = Type 2 diabetes mellitus : Without complications</a></p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode FF}\">First Fill</span></p><p><b>quantity</b>: 60 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: v3 Code System orderableDrugForm  codeTAB = 'Tablet')</span></p><p><b>whenHandedOver</b>: 2025-11-02 14:30:00+0300</p></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [{
      "system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-generic-products-cs",
      "code" : "GE10002",
      "display" : "Metformin 500 mg Oral Tablet"
    }]
  },
  "subject" : {
    "reference" : "Patient/ECLM-PT-001",
    "display" : "John Mwangi Kamau"
  },
  "performer" : [{
    "actor" : {
      "reference" : "Practitioner/ECLM-PRA-001"
    }
  }],
  "authorizingPrescription" : [{
    "reference" : "MedicationRequest/ECLM-MR-001"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
      "code" : "FF",
      "display" : "First Fill"
    }]
  },
  "quantity" : {
    "value" : 60,
    "unit" : "Tablet",
    "system" : "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
    "code" : "TAB"
  },
  "whenHandedOver" : "2025-11-02T14:30:00+03:00"
}