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

: MedicationRequest – Amina Hassan Azithromycin Prescription - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="example-medicationrequest-amina-azithromycin"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Prescription RX-2025-OPD-00789</b></p><p>Azithromycin 500 mg oral tablet — 1 tablet once daily for 3 days. Prescribed by Dr. Sarah Njoroge at KNH for Amina Hassan on 15 June 2025. Dispense: 3 tablets, valid to 15 July 2025. Generic substitution permitted.</p></div>
  </text>
  <identifier>
    <system
            value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/prescription-identifier"/>
    <value value="RX-2025-OPD-00789"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="outpatient"/>
      <display value="Outpatient"/>
    </coding>
  </category>
  <priority value="routine"/>
  <medicationCodeableConcept>
    <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>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/example-patient-amina"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/example-encounter-amina-outpatient"/>
  </encounter>
  <authoredOn value="2025-06-15"/>
  <requester>🔗 
    <reference value="Practitioner/example-practitioner-njoroge"/>
  </requester>
  <dosageInstruction>
    <text value="Take 1 tablet (500 mg) by mouth once daily for 3 days"/>
    <timing>
      <repeat>
        <duration value="3"/>
        <durationUnit value="d"/>
        <frequency value="1"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system
                value="https://nshr-uat.sha.go.ke/fhir/CodeSystem/route-of-administration-cs"/>
        <code value="RT10025"/>
        <display value="Oral"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="500"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2025-06-15"/>
      <end value="2025-07-15"/>
    </validityPeriod>
    <numberOfRepeatsAllowed value="0"/>
    <quantity>
      <value value="3"/>
      <unit value="tablet"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="1"/>
    </quantity>
  </dispenseRequest>
  <substitution>
    <allowedCodeableConcept>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-substanceAdminSubstitution"/>
        <code value="G"/>
        <display value="equivalent generic composition"/>
      </coding>
    </allowedCodeableConcept>
  </substitution>
</MedicationRequest>