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

FHIR IG analytics

Packageet.fhir.core
Resource TypeCodeSystem
IdCodeSystem-hiv-testing-entry-point-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-hiv-testing-entry-point-cs.html
URLhttp://moh.gov.et/fhir/CodeSystem/hiv-testing-entry-point
Version0.1.0
Statusdraft
Date2026-02-21T08:06:41+00:00
NameHIVTestingEntryPointCS
TitleHIV Testing Entry Point CodeSystem
Realmuv
DescriptionDefines entry points for HIV Testing Services
Contentcomplete

Resources that use this resource

ValueSet
hiv-testing-entry-pointHIV Testing Entry Point ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem hiv-testing-entry-point-cs

This code system http://moh.gov.et/fhir/CodeSystem/hiv-testing-entry-point defines the following codes:

CodeDisplay
opd Outpatient Department
ipd Inpatient Department
tb-clinic TB Clinic
anc ANC Clinic
community Community

Source1

{
  "resourceType": "CodeSystem",
  "id": "hiv-testing-entry-point-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.gov.et/fhir/CodeSystem/hiv-testing-entry-point",
  "version": "0.1.0",
  "name": "HIVTestingEntryPointCS",
  "title": "HIV Testing Entry Point CodeSystem",
  "status": "draft",
  "date": "2026-02-21T08:06:41+00:00",
  "publisher": "MOH Ethiopia",
  "contact": [
    {
      "name": "MOH Ethiopia",
      "telecom": [
        {
          "system": "url",
          "value": "http://moh.gov.et"
        }
      ]
    }
  ],
  "description": "Defines entry points for HIV Testing Services",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "opd",
      "display": "Outpatient Department"
    },
    {
      "code": "ipd",
      "display": "Inpatient Department"
    },
    {
      "code": "tb-clinic",
      "display": "TB Clinic"
    },
    {
      "code": "anc",
      "display": "ANC Clinic"
    },
    {
      "code": "community",
      "display": "Community"
    }
  ]
}