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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeValueSet
IdValueSet-health-status-value-set.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/jembi/ethiopia-hiv/ValueSet-health-status-value-set.html
URLhttp://moh.gov.et/fhir/hiv/ValueSet/health-status-value-set
Version1.0.1
Statusactive
Date2026-02-09T05:22:58+00:00
NameHealthStatusValueSet
TitleHealth Status
DescriptionCodes used for representing a patient health status.

Resources that use this resource

StructureDefinition
health-status-observationObservation - Health Status

Resources that this resource uses

CodeSystem
loinc.orgLOINC codes used in this IG

Narrative

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

Generated Narrative: ValueSet health-status-value-set

  • Include these codes as defined in http://loinc.org version Not Stated (use latest from terminology server)
    CodeDisplay
    LA28121-4Healthy
    LA14937-9Continuous chronic illness
    LA4645-3Patient Died Before Therapy
    77978-5Patient died from illness of interest

Source1

{
  "resourceType": "ValueSet",
  "id": "health-status-value-set",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.gov.et/fhir/hiv/ValueSet/health-status-value-set",
  "version": "1.0.1",
  "name": "HealthStatusValueSet",
  "title": "Health Status",
  "status": "active",
  "experimental": false,
  "date": "2026-02-09T05:22:58+00:00",
  "publisher": "Jembi Health Systems",
  "contact": [
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.jembi.org"
        },
        {
          "system": "email",
          "value": "info@jembi.org"
        }
      ]
    },
    {
      "name": "Jembi Health Systems",
      "telecom": [
        {
          "system": "email",
          "value": "info@jembi.org",
          "use": "work"
        }
      ]
    }
  ],
  "description": "Codes used for representing a patient health status.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "ET",
          "display": "Ethiopia"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA28121-4",
            "display": "Healthy"
          },
          {
            "code": "LA14937-9",
            "display": "Continuous chronic illness"
          },
          {
            "code": "LA4645-3",
            "display": "Patient Died Before Therapy"
          },
          {
            "code": "77978-5",
            "display": "Patient died from illness of interest"
          }
        ]
      }
    ]
  }
}