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

FHIR IG analytics

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

Resources that use this resource

ValueSet
ict-infrastructureICT Infrastructure Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ict-infrastructure

This code system http://moh.gov.et/fhir/CodeSystem/ict-infrastructure defines the following codes:

CodeDisplay
computer Computer available
local-network Local network
internet Internet access
emr-system EMR system available
dhis2 DHIS2 access
none No ICT infrastructure

Source1

{
  "resourceType": "CodeSystem",
  "id": "ict-infrastructure",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.gov.et/fhir/CodeSystem/ict-infrastructure",
  "version": "0.1.0",
  "name": "ICTInfrastructureCodeSystem",
  "title": "ICT 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": "computer",
      "display": "Computer available"
    },
    {
      "code": "local-network",
      "display": "Local network"
    },
    {
      "code": "internet",
      "display": "Internet access"
    },
    {
      "code": "emr-system",
      "display": "EMR system available"
    },
    {
      "code": "dhis2",
      "display": "DHIS2 access"
    },
    {
      "code": "none",
      "display": "No ICT infrastructure"
    }
  ]
}