Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build
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
{
"resourceType" : "Location",
"id" : "example-location-knh-pharmacy",
"text" : {
"status" : "generated",
"div" : "<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>"
},
"identifier" : [
{
"system" : "https://ilm-hie.dha.go.ke/fhir/NamingSystem/location-code",
"value" : "KNH-PHARM-01"
}
],
"name" : "KNH Outpatient Pharmacy",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "PHARM",
"display" : "Pharmacy"
}
]
}
],
"address" : {
"line" : [
"Ground Floor, Main Block"
],
"city" : "Nairobi",
"country" : "KE"
},
"managingOrganization" : {
🔗 "reference" : "Organization/example-organization-knh"
}
}