FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageet.fhir.core
Resource TypeCodeSystem
IdCodeSystem-communication-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-communication-type.html
URLhttp://moh.gov.et/fhir/CodeSystem/communication-type
Version0.1.0
Statusactive
Date2026-02-21T08:06:41+00:00
NameCommunicationTypeCodeSystem
TitleCommunication Infrastructure Code System
Realmuv
Contentcomplete

Resources that use this resource

ValueSet
communication-typeCommunication Type Value Set

Resources that this resource uses

No resources found


Narrative

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:

CodeDisplay
mobile-network Mobile network
landline Landline
internet Internet
radio Radio communication
satellite Satellite communication
none No communication infrastructure

Source1

{
  "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"
    }
  ]
}