Kenya Emergency FHIR 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-Emmergency-FHIR-IG/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "em-destination-facility-example",
"meta" : {
"profile" : [
🔗 "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-destination-facility"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location em-destination-facility-example</b></p><a name=\"em-destination-facility-example\"> </a><a name=\"hcem-destination-facility-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-em-destination-facility.html\">Location - Emergency Destination Facility</a></p></div><p><b>Emergency Destination Facility Level</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-facility-level level-6}\">Level 6</span></p><p><b>Emergency Centre Capability</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-emergency-centre-capability advanced}\">Advanced emergency capability</span></p><p><b>identifier</b>: <code>http://hie.go.ke/fhir/identifier/facility-id</code>/KNH-001</p><p><b>status</b>: Active</p><p><b>name</b>: Kenyatta National Hospital Emergency Centre</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-destination-facility-type emergency-centre}\">Emergency centre</span></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p><p><b>managingOrganization</b>: <a href=\"Organization-org-nairobi-ems-dispatch.html\">Organization Nairobi County Emergency Medical Services</a></p></div>"
},
"extension" : [
{
"url" : "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-facility-level",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-facility-level",
"code" : "level-6",
"display" : "Level 6"
}
]
}
},
{
"url" : "https://nshr-uat.sha.go.ke/fhir/StructureDefinition/em-emergency-centre-capability",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-emergency-centre-capability",
"code" : "advanced",
"display" : "Advanced emergency capability"
}
]
}
}
],
"identifier" : [
{
"system" : "http://hie.go.ke/fhir/identifier/facility-id",
"value" : "KNH-001"
}
],
"status" : "active",
"name" : "Kenyatta National Hospital Emergency Centre",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "https://nshr-uat.sha.go.ke/fhir/CodeSystem/em-destination-facility-type",
"code" : "emergency-centre",
"display" : "Emergency centre"
}
]
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "bu",
"display" : "Building"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/org-nairobi-ems-dispatch"
}
}