Kenya Emergency FHIR Implementation Guide
0.1.0 - ci-build Kenya flag

Kenya Emergency FHIR 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-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions

: Practitioner - Ambulance Clinician - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="em-practitioner-example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner em-practitioner-example</b></p><a name="em-practitioner-example"> </a><a name="hcem-practitioner-example"> </a><p><b>active</b>: true</p><p><b>name</b>: Sarah Njoroge </p><p><b>telecom</b>: <a href="tel:+254700100200">+254700100200</a></p></div>
  </text>
  <active value="true"/>
  <name>
    <family value="Njoroge"/>
    <given value="Sarah"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+254700100200"/>
  </telecom>
</Practitioner>