FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| silfhirprofileig#current | observation | SGHI Observation |
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/referencerange-meaning version 📦1.0.1| Code | Display | Definition |
| normal | Normal Range | 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. |
| recommended | Recommended Range | The range that is recommended by a relevant professional body. |
| treatment | Treatment Range | The range at which treatment would/should be considered. |
| therapeutic | Therapeutic Desired Level | The optimal range for best therapeutic outcomes. |
- Include these codes as defined in
https://fhir.slade360.co.ke/fhir/CodeSystem/referencerange-band-codesystem version 📦0.1.0| Code | Display | Definition |
| critical-low | Critical low | Values at or below this range's upper bound warrant immediate escalation |
| critical-high | Critical high | Values at or above this range's lower bound warrant immediate escalation |
Source1
{
"resourceType": "ValueSet",
"id": "referencerange-meaning",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.slade360.co.ke/fhir/ValueSet/referencerange-meaning",
"version": "0.1.0",
"name": "SGHIReferenceRangeMeaning",
"title": "SGHI Reference Range Meaning",
"status": "active",
"date": "2026-09-15T11:40:24+00:00",
"publisher": "Kathurima Kimathi",
"contact": [
{
"name": "Kathurima Kimathi",
"telecom": [
{
"system": "url",
"value": "https://www.linkedin.com/in/kathurima-kimathi/"
},
{
"system": "email",
"value": "kathurimakimathi415@gmail.com"
}
]
},
{
"name": "Oscar John",
"telecom": [
{
"system": "email",
"value": "oscarjohnotieno@gmail.com",
"use": "work"
}
]
},
{
"name": "Kennedy Omondi",
"telecom": [
{
"system": "email",
"value": "kennankole@gmail.com",
"use": "work"
}
]
}
],
"description": "Qualifies what a reference range on an observation represents.",
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
"concept": [
{
"code": "normal",
"display": "Normal Range"
},
{
"code": "recommended",
"display": "Recommended Range"
},
{
"code": "treatment",
"display": "Treatment Range"
},
{
"code": "therapeutic",
"display": "Therapeutic Desired Level"
}
]
},
{
"system": "https://fhir.slade360.co.ke/fhir/CodeSystem/referencerange-band-codesystem",
"concept": [
{
"code": "critical-low",
"display": "Critical low"
},
{
"code": "critical-high",
"display": "Critical high"
}
]
}
]
}
}