FHIR IG analytics| Package | et.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-communication-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-communication-type.html |
| URL | http://moh.gov.et/fhir/CodeSystem/communication-type |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-02-21T08:06:41+00:00 |
| Name | CommunicationTypeCodeSystem |
| Title | Communication Infrastructure Code System |
| Realm | uv |
| Content | complete |
| ValueSet | |
| communication-type | Communication Type Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem communication-type
This code system http://moh.gov.et/fhir/CodeSystem/communication-type defines the following codes:
| Code | Display |
| mobile-network | Mobile network |
| landline | Landline |
| internet | Internet |
| radio | Radio communication |
| satellite | Satellite communication |
| none | No communication infrastructure |
{
"resourceType": "CodeSystem",
"id": "communication-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://moh.gov.et/fhir/CodeSystem/communication-type",
"version": "0.1.0",
"name": "CommunicationTypeCodeSystem",
"title": "Communication Infrastructure 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": 6,
"concept": [
{
"code": "mobile-network",
"display": "Mobile network"
},
{
"code": "landline",
"display": "Landline"
},
{
"code": "internet",
"display": "Internet"
},
{
"code": "radio",
"display": "Radio communication"
},
{
"code": "satellite",
"display": "Satellite communication"
},
{
"code": "none",
"display": "No communication infrastructure"
}
]
}