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

: Location – KNH Outpatient Pharmacy - XML Representation

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="example-location-knh-pharmacy"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location example-location-knh-pharmacy</b></p><a name="example-location-knh-pharmacy"> </a><a name="hcexample-location-knh-pharmacy"> </a><p><b>identifier</b>: <a href="NamingSystem-ns-location-code.html" title="Facility-level sub-location code (e.g., pharmacy, ward, outpatient department). Scoped within the facility MFL code.">KenyaLocationCode</a>/KNH-PHARM-01</p><p><b>name</b>: KNH Outpatient Pharmacy</p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode PHARM}">Pharmacy</span></p><p><b>address</b>: Ground Floor, Main Block Nairobi KE </p><p><b>managingOrganization</b>: <a href="Organization-example-organization-knh.html">Organization Kenyatta National Hospital</a></p></div>
  </text>
  <identifier>
    <system
            value="https://ilm-hie.dha.go.ke/fhir/NamingSystem/location-code"/>
    <value value="KNH-PHARM-01"/>
  </identifier>
  <name value="KNH Outpatient Pharmacy"/>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="PHARM"/>
      <display value="Pharmacy"/>
    </coding>
  </type>
  <address>
    <line value="Ground Floor, Main Block"/>
    <city value="Nairobi"/>
    <country value="KE"/>
  </address>
  <managingOrganization>🔗 
    <reference value="Organization/example-organization-knh"/>
  </managingOrganization>
</Location>