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

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

: Organization – Kenyatta National Hospital - XML Representation

Raw xml | Download


<Organization xmlns="http://hl7.org/fhir">
  <id value="example-organization-knh"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Organization example-organization-knh</b></p><a name="example-organization-knh"> </a><a name="hcexample-organization-knh"> </a><p><b>identifier</b>: <a href="NamingSystem-ns-facility-code.html" title="The MFL code provides a unique, government-issued identifier for each licensed health facility. Used as the organization identifier in all ePrescription transactions.">KenyaFacilityCode</a>/KNH-001</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/organization-type prov}">Healthcare Provider</span></p><p><b>name</b>: Kenyatta National Hospital</p><p><b>telecom</b>: <a href="tel:+254202726300">+254202726300</a></p><p><b>address</b>: Hospital Road Nairobi KE </p></div>
  </text>
  <identifier>
    <system
            value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/facility-code"/>
    <value value="KNH-001"/>
  </identifier>
  <type>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/organization-type"/>
      <code value="prov"/>
      <display value="Healthcare Provider"/>
    </coding>
  </type>
  <name value="Kenyatta National Hospital"/>
  <telecom>
    <system value="phone"/>
    <value value="+254202726300"/>
  </telecom>
  <address>
    <line value="Hospital Road"/>
    <city value="Nairobi"/>
    <country value="KE"/>
  </address>
</Organization>