FHIR IG analytics| Package | et.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-power-source.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-power-source.html |
| URL | http://moh.gov.et/fhir/CodeSystem/power-source |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-25T20:08:15+00:00 |
| Name | PowerSourceCodeSystem |
| Title | Power Source Code System |
| Realm | uv |
| Description | Types of power sources available at a health facility. |
| Content | complete |
| ValueSet | ||
| et.fhir.core#current | power-source | Power Source Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem power-source
This code system http://moh.gov.et/fhir/CodeSystem/power-source defines the following codes:
| Code | Display |
| electricity | Electricity (grid) |
| generator | Generator |
| solar | Solar power |
| battery | Battery |
| hybrid | Hybrid power source |
| none | No power source |
{
"resourceType": "CodeSystem",
"id": "power-source",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://moh.gov.et/fhir/CodeSystem/power-source",
"version": "0.1.0",
"name": "PowerSourceCodeSystem",
"title": "Power Source Code System",
"status": "active",
"date": "2026-02-25T20:08:15+00:00",
"publisher": "MOH Ethiopia",
"contact": [
{
"name": "MOH Ethiopia",
"telecom": [
{
"system": "url",
"value": "http://moh.gov.et"
}
]
}
],
"description": "Types of power sources available at a health facility.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"content": "complete",
"count": 6,
"concept": [
{
"code": "electricity",
"display": "Electricity (grid)"
},
{
"code": "generator",
"display": "Generator"
},
{
"code": "solar",
"display": "Solar power"
},
{
"code": "battery",
"display": "Battery"
},
{
"code": "hybrid",
"display": "Hybrid power source"
},
{
"code": "none",
"display": "No power source"
}
]
}