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
<Practitioner xmlns="http://hl7.org/fhir">
<id value="example-practitioner-njoroge"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner example-practitioner-njoroge</b></p><a name="example-practitioner-njoroge"> </a><a name="hcexample-practitioner-njoroge"> </a><p><b>identifier</b>: <a href="NamingSystem-ns-medical-licence.html" title="KMPDC licence number used to uniquely identify registered medical practitioners across the national health system.">KenyaMedicalLicence</a>/KE-MED-00123</p><p><b>name</b>: Sarah Njoroge (Official)</p><p><b>telecom</b>: <a href="mailto:s.njoroge@knh.go.ke">s.njoroge@knh.go.ke</a></p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>KE-MED-00123</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0360 MD}">Doctor of Medicine</span></td></tr></table></div>
</text>
<identifier>
<system
value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/medical-licence"/>
<value value="KE-MED-00123"/>
</identifier>
<name>
<use value="official"/>
<family value="Njoroge"/>
<given value="Sarah"/>
<prefix value="Dr."/>
</name>
<telecom>
<system value="email"/>
<value value="s.njoroge@knh.go.ke"/>
</telecom>
<qualification>
<identifier>
<value value="KE-MED-00123"/>
</identifier>
<code>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0360"/>
<code value="MD"/>
<display value="Doctor of Medicine"/>
</coding>
</code>
</qualification>
</Practitioner>