FHIR IG analytics| Package | et.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-water-source.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-water-source.html |
| URL | http://moh.gov.et/fhir/CodeSystem/water-source |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-21T08:06:41+00:00 |
| Name | WaterSourceCodeSystem |
| Title | Water Source Code System |
| Realm | uv |
| Description | Types of water sources available at a facility. |
| Content | complete |
| ValueSet | |
| water-source | Water Source Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem water-source
This code system http://moh.gov.et/fhir/CodeSystem/water-source defines the following codes:
| Code | Display |
| piped | Piped water |
| borehole | Borehole |
| protected-well | Protected well |
| unprotected-well | Unprotected well |
| surface-water | Surface water |
| truck-delivery | Truck delivery |
| none | No water source |
{
"resourceType": "CodeSystem",
"id": "water-source",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://moh.gov.et/fhir/CodeSystem/water-source",
"version": "0.1.0",
"name": "WaterSourceCodeSystem",
"title": "Water Source 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 water sources available at a facility.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"content": "complete",
"count": 7,
"concept": [
{
"code": "piped",
"display": "Piped water"
},
{
"code": "borehole",
"display": "Borehole"
},
{
"code": "protected-well",
"display": "Protected well"
},
{
"code": "unprotected-well",
"display": "Unprotected well"
},
{
"code": "surface-water",
"display": "Surface water"
},
{
"code": "truck-delivery",
"display": "Truck delivery"
},
{
"code": "none",
"display": "No water source"
}
]
}