<?xml version="1.0" encoding="UTF-8"?>

<Medication xmlns="http://hl7.org/fhir">
  <id value="example-medication-azithromycin"/>
  <meta>
    <profile value="https://fhir.dha.go.ke/erx/StructureDefinition/ke-medication"/>
    <profile value="https://fhir.dha.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://fhir.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://fhir.dha.go.ke/fhir/CodeSystem/formulation-cs"/>
      <code value="DF10594"/>
      <display value="Tablet, Film-Coated"/>
    </coding>
  </form>
  <ingredient>
    <itemCodeableConcept>
      <coding>
        <system value="https://fhir.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="1"/>
      </denominator>
    </strength>
  </ingredient>
  <batch>
    <lotNumber value="LOT2025KNH001"/>
    <expirationDate value="2027-06-30"/>
  </batch>
</Medication>