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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeCodeSystem
IdCodeSystem-nutritional-screening-result-code-system.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/jembi/ethiopia-hiv/CodeSystem-nutritional-screening-result-code-system.html
URLhttp://moh.gov.et/fhir/hiv/CodeSystem/nutritional-screening-result-code-system
Version1.0.1
Statusactive
Date2026-02-09T05:22:58+00:00
NameNutritionalScreeningResultCodeSystem
TitleNutritional Screening Result Codes
DescriptionCodes used for representing the patient's nutritional screening result.
Contentcomplete

Resources that use this resource

ValueSet
nutritional-screening-result-value-setNutritional Screening Result

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem nutritional-screening-result-code-system

This case-sensitive code system http://moh.gov.et/fhir/hiv/CodeSystem/nutritional-screening-result-code-system defines the following codes:

CodeDisplay
Normal Normal
Undernourished Undernourished
Over-weight Over weight

Source1

{
  "resourceType": "CodeSystem",
  "id": "nutritional-screening-result-code-system",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.gov.et/fhir/hiv/CodeSystem/nutritional-screening-result-code-system",
  "version": "1.0.1",
  "name": "NutritionalScreeningResultCodeSystem",
  "title": "Nutritional Screening Result Codes",
  "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 the patient's nutritional screening result.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "ET",
          "display": "Ethiopia"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "Normal",
      "display": "Normal"
    },
    {
      "code": "Undernourished",
      "display": "Undernourished"
    },
    {
      "code": "Over-weight",
      "display": "Over weight"
    }
  ]
}