FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/referencerange-meaning version 📦1.0.1| Code | Display | Definition |
| normal | Wartości normalne | Values 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. |
| treatment | Cut-off do decyzji klinicznej | The range at which treatment would/should be considered. |
| recommended | Wartości rekomendowane/docelowe | The range that is recommended by a relevant professional body. |
| therapeutic | Wartości terapeutyczne | The 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"
}
]
}
]
}
}