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

FHIR IG analytics

Packagehl7.fhir.pl.ssidl
Resource TypeValueSet
IdValueSet-ssidl-refRangeMeaning-VS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/SSIDL/ssidl-ig/ValueSet-ssidl-refRangeMeaning-VS.html
URLhttp://loinc-ssidl.umed.pl/fhir/ig/ssidl/ValueSet/ssidl-refRangeMeaning-VS
Version0.1.5
Statusactive
Date2026-02-02T14:41:47+00:00
NameSsidlRefRangeMeaningVS
TitleTypy wartości referencyjnych wg FHIR
Realmpl
Authorityhl7
DescriptionTypy znaczeniowe wartości referencyjnych wg FHIR

Resources that use this resource

StructureDefinition
ssidl-observationDefinition-labCatalogTestTest laboratoryjny według laboratorium (SSIDL)
ssidl-observationDefinition-labTestDefinitionDefinicja testu laboratoryjnego w bazie wiedzy (SSIDL)

Resources that this resource uses

CodeSystem
referencerange-meaningObservation Reference Range Meaning Codes

Narrative

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

Generated Narrative: ValueSet ssidl-refRangeMeaning-VS

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/referencerange-meaning version 📦1.0.1
    CodeDisplayDefinition
    normalWartości normalneValues expected for a normal member of the relevant control population being measured. Typically each results producer such as a laboratory has specific normal ranges and they are usually defined as within two standard deviations from the mean and account for 95.45% of this population.
    treatmentCut-off do decyzji klinicznejThe range at which treatment would/should be considered.
    recommendedWartości rekomendowane/doceloweThe range that is recommended by a relevant professional body.
    therapeuticWartości terapeutyczneThe optimal range for best therapeutic outcomes.

Source1

{
  "resourceType": "ValueSet",
  "id": "ssidl-refRangeMeaning-VS",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/ValueSet/ssidl-refRangeMeaning-VS",
  "version": "0.1.5",
  "name": "SsidlRefRangeMeaningVS",
  "title": "Typy wartości referencyjnych wg FHIR",
  "status": "active",
  "date": "2026-02-02T14:41:47+00:00",
  "publisher": "Uniwersytet Medyczny w Łodzi",
  "contact": [
    {
      "name": "Uniwersytet Medyczny w Łodzi",
      "telecom": [
        {
          "system": "url",
          "value": "http://umed.pl"
        }
      ]
    }
  ],
  "description": "Typy znaczeniowe wartości referencyjnych wg FHIR",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
        "concept": [
          {
            "code": "normal",
            "display": "Wartości normalne"
          },
          {
            "code": "treatment",
            "display": "Cut-off do decyzji klinicznej"
          },
          {
            "code": "recommended",
            "display": "Wartości rekomendowane/docelowe"
          },
          {
            "code": "therapeutic",
            "display": "Wartości terapeutyczne"
          }
        ]
      }
    ]
  }
}