FHIR IG analytics| Package | et.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-construction-status.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-construction-status.html |
| URL | http://moh.gov.et/fhir/CodeSystem/construction-status |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-21T08:06:41+00:00 |
| Name | ConstructionStatusCodeSystem |
| Title | Construction Status Code System |
| Realm | uv |
| Content | complete |
| ValueSet | |
| construction-status | Construction Status Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem construction-status
This code system http://moh.gov.et/fhir/CodeSystem/construction-status defines the following codes:
| Code | Display |
| functional | Functional |
| under-construction | Under construction |
| renovation | Under renovation |
| closed | Closed |
| planned | Planned |
{
"resourceType": "CodeSystem",
"id": "construction-status",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://moh.gov.et/fhir/CodeSystem/construction-status",
"version": "0.1.0",
"name": "ConstructionStatusCodeSystem",
"title": "Construction Status 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"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"content": "complete",
"count": 5,
"concept": [
{
"code": "functional",
"display": "Functional"
},
{
"code": "under-construction",
"display": "Under construction"
},
{
"code": "renovation",
"display": "Under renovation"
},
{
"code": "closed",
"display": "Closed"
},
{
"code": "planned",
"display": "Planned"
}
]
}