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/fhir/StructureDefinition/ke-medication"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Azithromycin 500 mg Film-Coated Tablet</b></p><p>Kenya MOH Generic Product: GE10015. Active ingredient: Azithromycin (AC10746), 500 mg per tablet. Formulation: Tablet, Film-Coated (DF10594). Batch: LOT2025KNH001, expires 2027-06-30.</p></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://nshr-uat.sha.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://nshr-uat.sha.go.ke/fhir/CodeSystem/formulation-cs"/>
      <code value="DF10594"/>
      <display value="Tablet, Film-Coated"/>
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system
                value="https://nshr-uat.sha.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="1"/>
      </denominator>
    </strength>
  </ingredient>
  <batch>
    <lotNumber value="LOT2025KNH001"/>
    <expirationDate value="2027-06-30"/>
  </batch>
</Medication>