Kenya eClaims FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya eClaims FHIR Implementation Guide, published by Digital Health Agency of Kenya. 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/IntelliSOFT-Consulting/Kenya-eClaims-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example eClaims Medication Dispense - XML Representation

Raw xml | Download


<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="ECLM-DISP-001"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-eclaims-medicationdispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/eclaims-generic-products-cs"/>
      <code value="GE10002"/>
      <display value="Metformin 500 mg Oral Tablet"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/ECLM-PT-001"/>
    <display value="John Mwangi Kamau"/>
  </subject>
  <performer>
    <actor>🔗 
      <reference value="Practitioner/ECLM-PRA-001"/>
    </actor>
  </performer>
  <authorizingPrescription>🔗 
    <reference value="MedicationRequest/ECLM-MR-001"/>
  </authorizingPrescription>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="FF"/>
      <display value="First Fill"/>
    </coding>
  </type>
  <quantity>
    <value value="60"/>
    <unit value="Tablet"/>
    <system
            value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
    <code value="TAB"/>
  </quantity>
  <whenHandedOver value="2025-11-02T14:30:00+03:00"/>
</MedicationDispense>