Ethiopia Base Implementation Guide
0.1.0 - ci-build
Ethiopia Base Implementation Guide, published by MOH Ethiopia. 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/MoH-Ethiopia/ETBase/ and changes regularly. See the Directory of published versions
| Active as of 2026-02-21 |
{
"resourceType" : "CodeSystem",
"id" : "facility-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem facility-type</b></p><a name=\"facility-type\"> </a><a name=\"hcfacility-type\"> </a><p>This code system <code>http://moh.gov.et/fhir/CodeSystem/facility-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">hospital<a name=\"facility-type-hospital\"> </a></td><td>Hospital</td></tr><tr><td style=\"white-space:nowrap\">health-center<a name=\"facility-type-health-center\"> </a></td><td>Health Center</td></tr><tr><td style=\"white-space:nowrap\">health-post<a name=\"facility-type-health-post\"> </a></td><td>Health Post</td></tr><tr><td style=\"white-space:nowrap\">clinic<a name=\"facility-type-clinic\"> </a></td><td>Clinic</td></tr><tr><td style=\"white-space:nowrap\">pharmacy<a name=\"facility-type-pharmacy\"> </a></td><td>Pharmacy</td></tr><tr><td style=\"white-space:nowrap\">laboratory<a name=\"facility-type-laboratory\"> </a></td><td>Laboratory</td></tr><tr><td style=\"white-space:nowrap\">diagnostic-center<a name=\"facility-type-diagnostic-center\"> </a></td><td>Diagnostic Center</td></tr><tr><td style=\"white-space:nowrap\">specialized-hospital<a name=\"facility-type-specialized-hospital\"> </a></td><td>Specialized Hospital</td></tr></table></div>"
},
"url" : "http://moh.gov.et/fhir/CodeSystem/facility-type",
"version" : "0.1.0",
"name" : "FacilityTypeCodeSystem",
"title" : "Facility Type Code System",
"status" : "active",
"date" : "2026-02-21T08:06:41+00:00",
"publisher" : "MOH Ethiopia",
"contact" : [
{
"name" : "MOH Ethiopia",
"telecom" : [
{
"system" : "url",
"value" : "http://moh.gov.et"
}
]
}
],
"description" : "Types of health facilities in Ethiopia.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"content" : "complete",
"count" : 8,
"concept" : [
{
"code" : "hospital",
"display" : "Hospital"
},
{
"code" : "health-center",
"display" : "Health Center"
},
{
"code" : "health-post",
"display" : "Health Post"
},
{
"code" : "clinic",
"display" : "Clinic"
},
{
"code" : "pharmacy",
"display" : "Pharmacy"
},
{
"code" : "laboratory",
"display" : "Laboratory"
},
{
"code" : "diagnostic-center",
"display" : "Diagnostic Center"
},
{
"code" : "specialized-hospital",
"display" : "Specialized Hospital"
}
]
}