Kenya ePrescription Implementation Guide
0.1.0 - ci-build
Kenya ePrescription Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IntelliSOFT-Consulting/Kenya-ePrescription-IG/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="example-patient-otieno"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example-patient-otieno</b></p><a name="example-patient-otieno"> </a><a name="hcexample-patient-otieno"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">James Otieno (official) Male, DoB: 1968-09-20 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#10293847)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="tel:+254722987654">+254722987654</a></li><li>Kisumu KE </li></ul></td></tr></table></div>
</text>
<identifier>
<system value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id"/>
<value value="10293847"/>
</identifier>
<name>
<use value="official"/>
<family value="Otieno"/>
<given value="James"/>
</name>
<telecom>
<system value="phone"/>
<value value="+254722987654"/>
</telecom>
<gender value="male"/>
<birthDate value="1968-09-20"/>
<address>
<city value="Kisumu"/>
<country value="KE"/>
</address>
</Patient>