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

Kenya ePrescription FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Medication – Azithromycin 500 mg Film-Coated Tablet - XML Representation

Raw xml | Download


<Medication xmlns="http://hl7.org/fhir">
  <id value="example-medication-azithromycin"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/StructureDefinition/ke-medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Medication example-medication-azithromycin</b></p><a name="example-medication-azithromycin"> </a><a name="hcexample-medication-azithromycin"> </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-medication.html">Kenya eRx Medication</a></p></div><p><b>identifier</b>: <a href="NamingSystem-ns-medication-identifier.html" title="PPB-assigned identifier for a medicinal product, linking the dispensed item to the national drug register. Format: KE-MED-{CODE}.">KenyaMedicationIdentifier</a>/KE-MED-AZI-500</p><p><b>code</b>: <span title="Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs GE10015}">Azithromycin 500 mg Oral Tablet</span></p><p><b>status</b>: Active</p><p><b>form</b>: <span title="Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/formulation-cs DF10594}">Tablet, Film-Coated</span></p><h3>Ingredients</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Item[x]</b></td><td><b>Strength</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{https://ilm-hie.dha.go.ke/fhir/CodeSystem/active-components-cs AC10746}">Azithromycin</span></td><td>500 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span>/1 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM  code{tablet} = '{tablet}')</span></td></tr></table><h3>Batches</h3><table class="grid"><tr><td style="display: none">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style="display: none">*</td><td>LOT2025KNH001</td><td>2027-06-30</td></tr></table></div>
  </text>
  <identifier>
    <system
            value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/medication-identifier"/>
    <value value="KE-MED-AZI-500"/>
  </identifier>
  <code>
    <coding>
      <system
              value="https://ilm-hie.dha.go.ke/fhir/CodeSystem/generic-products-cs"/>
      <code value="GE10015"/>
      <display value="Azithromycin 500 mg Oral Tablet"/>
    </coding>
  </code>
  <status value="active"/>
  <form>
    <coding>
      <system
              value="https://ilm-hie.dha.go.ke/fhir/CodeSystem/formulation-cs"/>
      <code value="DF10594"/>
      <display value="Tablet, Film-Coated"/>
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system
                value="https://ilm-hie.dha.go.ke/fhir/CodeSystem/active-components-cs"/>
        <code value="AC10746"/>
        <display value="Azithromycin"/>
      </coding>
    </itemCodeableConcept>
    <strength>
      <numerator>
        <value value="500"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </numerator>
      <denominator>
        <value value="1"/>
        <unit value="tablet"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="{tablet}"/>
      </denominator>
    </strength>
  </ingredient>
  <batch>
    <lotNumber value="LOT2025KNH001"/>
    <expirationDate value="2027-06-30"/>
  </batch>
</Medication>