Kenya-ePrescription-IG
0.1.0 - ci-build

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

: Example Kenya ePrescription MedicationRequest - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="example-kenya-eprescription-medicationrequest"/>
  <meta>
    <profile
             value="http://example.org/StructureDefinition/kenya-eprescription-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest example-kenya-eprescription-medicationrequest</b></p><a name="example-kenya-eprescription-medicationrequest"> </a><a name="hcexample-kenya-eprescription-medicationrequest"> </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-kenya-eprescription-medicationrequest.html">MedicationRequest - ePrescription</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="Medication-example-kenya-eprescription-medication.html">Medication Paracetamol 500 MG Oral Tablet</a></p><p><b>subject</b>: <a href="Patient-example-kenya-eprescription-patient.html">Grace Achieng Omondi (official) Female, DoB: 1990-03-14 ( http://moh.health.go.ke/patient-identifier#KE-PAT-2025-0001)</a></p><p><b>authoredOn</b>: 2025-11-12</p><p><b>requester</b>: <a href="Practitioner-example-kenya-eprescription-practitioner.html">Practitioner Peter Kamau Mwangi (official)</a></p><p><b>performer</b>: <a href="Organization-example-kenya-eprescription-organization.html">Organization MediCare Pharmacy - Nairobi</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: Take 1 tablet by mouth every 8 hours for 5 days</p><p><b>timing</b>: 3 per 1 day</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM  codetbl = 'tbl')</span></td></tr></table></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 15 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM  codetbl = 'tbl')</span></p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>5</td><td>days</td><td><a href="http://unitsofmeasure.org">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>
  </text>
  <status value="active"/>
  <intent value="order"/>
  <medicationReference>🔗 
    <reference value="Medication/example-kenya-eprescription-medication"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/example-kenya-eprescription-patient"/>
  </subject>
  <authoredOn value="2025-11-12"/>
  <requester>🔗 
    <reference value="Practitioner/example-kenya-eprescription-practitioner"/>
  </requester>
  <performer>🔗 
    <reference value="Organization/example-kenya-eprescription-organization"/>
  </performer>
  <dosageInstruction>
    <text value="Take 1 tablet by mouth every 8 hours for 5 days"/>
    <timing>
      <repeat>
        <frequency value="3"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="tablet"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="tbl"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="15"/>
      <unit value="tablet"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="tbl"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="5"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>