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

FHIR IG analytics

Packagecom.e-medlab.healthsense
Resource TypeValueSet
IdValueSet-hs-glucose-level-finding.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/e-medlab/healthsense/ValueSet-hs-glucose-level-finding.html
URLhttps://healthsense.e-medlab.com/ValueSet/hs-glucose-level-finding
Version0.1.0
Statusdraft
Date2026-01-05T08:48:52+00:00
NameHsGlucoseLevelFinding
TitleGlucose Level Finding
DescriptionGlükoosi tase

Resources that use this resource

StructureDefinition
hs-glucoseLab - Glucose in blood

Resources that this resource uses

CodeSystem
sctSNOMED codes used in this IG

Narrative

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

Generated Narrative: ValueSet hs-glucose-level-finding


Source1

{
  "resourceType": "ValueSet",
  "id": "hs-glucose-level-finding",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://healthsense.e-medlab.com/ValueSet/hs-glucose-level-finding",
  "version": "0.1.0",
  "name": "HsGlucoseLevelFinding",
  "title": "Glucose Level Finding",
  "status": "draft",
  "experimental": true,
  "date": "2026-01-05T08:48:52+00:00",
  "publisher": "Taltech",
  "contact": [
    {
      "name": "Taltech",
      "telecom": [
        {
          "system": "url",
          "value": "https://taltech.ee/en/emed-lab"
        }
      ]
    },
    {
      "name": "Departament of Health Technologies",
      "telecom": [
        {
          "system": "email",
          "value": "mailto:igor.bossenko@taltech.ee"
        }
      ]
    }
  ],
  "description": "Glükoosi tase",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "102659003",
            "display": "Normal glucose level"
          },
          {
            "code": "68256003",
            "display": "Increased glucose level"
          },
          {
            "code": "102660008",
            "display": "Abnormal glucose level"
          },
          {
            "code": "45154002",
            "display": "Glycosuria"
          }
        ]
      }
    ]
  }
}