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 - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "example-organization-knh",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "identifier" : [
    {
      "system" : "https://ilm-hie.dha.go.ke/fhir/NamingSystem/facility-code",
      "value" : "KNH-001"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "prov",
          "display" : "Healthcare Provider"
        }
      ]
    }
  ],
  "name" : "Kenyatta National Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+254202726300"
    }
  ],
  "address" : [
    {
      "line" : [
        "Hospital Road"
      ],
      "city" : "Nairobi",
      "country" : "KE"
    }
  ]
}