Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build
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
<MedicationStatement xmlns="http://hl7.org/fhir">
<id value="example-medicationstatement-amina-azithromycin"/>
<meta>
<profile
value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication-statement"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Medication Statement MEDS-2025-00234</b></p><p>Amina Hassan completed a 3-day course of Azithromycin 500 mg (15–17 June 2025), recorded at KNH outpatient consultation. Status: completed. Asserted: 18 June 2025.</p></div>
</text>
<identifier>
<system
value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/medstatement-identifier"/>
<value value="MEDS-2025-00234"/>
</identifier>
<status value="completed"/>
<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>
<context>🔗
<reference value="Encounter/example-encounter-amina-outpatient"/>
</context>
<effectivePeriod>
<start value="2025-06-15"/>
<end value="2025-06-17"/>
</effectivePeriod>
<dateAsserted value="2025-06-18"/>
<informationSource>🔗
<reference value="Patient/example-patient-amina"/>
</informationSource>
<note>
<text
value="Patient confirmed completing the full 3-day course without missing a dose. No adverse effects reported."/>
</note>
<dosage>
<text value="1 tablet (500 mg) orally once daily for 3 days"/>
<timing>
<repeat>
<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>
</dosage>
</MedicationStatement>