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
: Water Source Code System - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "water-source"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem water-source</b></p><a name=\"water-source\"> </a><a name=\"hcwater-source\"> </a><p>This code system <code>http://moh.gov.et/fhir/CodeSystem/water-source</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\">piped<a name=\"water-source-piped\"> </a></td><td>Piped water</td></tr><tr><td style=\"white-space:nowrap\">borehole<a name=\"water-source-borehole\"> </a></td><td>Borehole</td></tr><tr><td style=\"white-space:nowrap\">protected-well<a name=\"water-source-protected-well\"> </a></td><td>Protected well</td></tr><tr><td style=\"white-space:nowrap\">unprotected-well<a name=\"water-source-unprotected-well\"> </a></td><td>Unprotected well</td></tr><tr><td style=\"white-space:nowrap\">surface-water<a name=\"water-source-surface-water\"> </a></td><td>Surface water</td></tr><tr><td style=\"white-space:nowrap\">truck-delivery<a name=\"water-source-truck-delivery\"> </a></td><td>Truck delivery</td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"water-source-none\"> </a></td><td>No water source</td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://moh.gov.et/fhir/CodeSystem/water-source"^^xsd:anyURI ;
fhir:l <http://moh.gov.et/fhir/CodeSystem/water-source>
] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "WaterSourceCodeSystem"] ; #
fhir:title [ fhir:v "Water Source Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2026-02-21T08:06:41+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "MOH Ethiopia"] ; #
fhir:contact ( [
fhir:name [ fhir:v "MOH Ethiopia" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://moh.gov.et" ] ] )
] ) ; #
fhir:description [ fhir:v "Types of water sources available at a facility."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [
fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm> ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "piped" ] ;
fhir:display [ fhir:v "Piped water" ]
] [
fhir:code [ fhir:v "borehole" ] ;
fhir:display [ fhir:v "Borehole" ]
] [
fhir:code [ fhir:v "protected-well" ] ;
fhir:display [ fhir:v "Protected well" ]
] [
fhir:code [ fhir:v "unprotected-well" ] ;
fhir:display [ fhir:v "Unprotected well" ]
] [
fhir:code [ fhir:v "surface-water" ] ;
fhir:display [ fhir:v "Surface water" ]
] [
fhir:code [ fhir:v "truck-delivery" ] ;
fhir:display [ fhir:v "Truck delivery" ]
] [
fhir:code [ fhir:v "none" ] ;
fhir:display [ fhir:v "No water source" ]
] ) . #