Kenya ePrescription Implementation Guide
0.1.0 - ci-build
Kenya ePrescription 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-ePrescription-IG/ and changes regularly. See the Directory of published versions
{
"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"
}
]
}