Kenya Core Implementation Guide
1.0.0 - release Kenya flag

Kenya Core Implementation Guide, published by Digital Health Agency (DHA), Kenya. This guide is not an authorized publication; it is the continuous build for version 1.0.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-core-FHIR-IG/ and changes regularly. See the Directory of published versions

: Example Practitioner - Dr Sarah Njoroge - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="example-practitioner-njoroge"/>
  <meta>
    <profile
             value="https://fhir.dha.go.ke/ig/core/StructureDefinition/practitioner-sha-ke|1.0.0"/>
  </meta>
  <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><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-practitioner-sha-ke.html">KenyaCore Practitioner Profile</a> version: 1.0.0</p></div><p><b>identifier</b>: <code>https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber</code>/KMPDC-2018-04521 (use: official, ), <code>https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID</code>/HWR-2015-003391 (use: official, ), <code>https://fhir.sha.go.ke/fhir/Practitioner/National_ID</code>/23456789 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Sarah Njoroge</p><p><b>telecom</b>: <a href="mailto:sarah.njoroge@knh.or.ke">sarah.njoroge@knh.or.ke</a>, <a href="tel:+254722123456">+254722123456</a></p><p><b>gender</b>: Female</p></div>
  </text>
  <identifier>
    <use value="official"/>
    <system
            value="https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistrationNumber"/>
    <value value="KMPDC-2018-04521"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <system
            value="https://fhir.sha.go.ke/fhir/Practitioner/PractitionerRegistryID"/>
    <value value="HWR-2015-003391"/>
  </identifier>
  <identifier>
    <use value="official"/>
    <system value="https://fhir.sha.go.ke/fhir/Practitioner/National_ID"/>
    <value value="23456789"/>
  </identifier>
  <active value="true"/>
  <name>
    <text value="Dr. Sarah Njoroge"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="sarah.njoroge@knh.or.ke"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+254722123456"/>
  </telecom>
  <gender value="female"/>
</Practitioner>