FHIR IG analytics| Package | hl7.fhir.uv.pocd |
| Resource Type | CodeSystem |
| Id | CodeSystem-reference-range-type.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/uv-pocd/CodeSystem-reference-range-type.html |
| URL | http://hl7.org/fhir/uv/pocd/CodeSystem/reference-range-type |
| Version | 1.0.0 |
| Status | active |
| Date | 2026-03-26 |
| Name | ReferenceRangeType |
| Title | Reference Range Type |
| Realm | uv |
| Authority | hl7 |
| Description | CodeSystem for classifying the type of reference range applied to a DeviceMetric. |
| Content | complete |
| ValueSet | ||
| hl7.fhir.uv.pocd#current | reference-range-type | Reference Range Type |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem reference-range-type
Profile: Shareable CodeSystem
This case-insensitive code system http://hl7.org/fhir/uv/pocd/CodeSystem/reference-range-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "reference-range-type",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "dev"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 2,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/pocd/ImplementationGuide/hl7.fhir.uv.pocd"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/pocd/CodeSystem/reference-range-type",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:oid:2.16.840.1.113883.4.642.40.72.16.5"
}
],
"version": "1.0.0",
"name": "ReferenceRangeType",
"title": "Reference Range Type",
"status": "active",
"experimental": false,
"date": "2026-03-26",
"publisher": "HL7 International / Devices",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/healthcaredevices"
}
]
}
],
"description": "CodeSystem for classifying the type of reference range applied to a DeviceMetric.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"caseSensitive": false,
"content": "complete",
"concept": [
{
"code": "alarm-limits",
"display": "Alarm limits",
"definition": "The range defines the alarm limits configured on the device. Values outside this range trigger an alert."
},
{
"code": "physiological-range",
"display": "Physiological range",
"definition": "The range defines the physiologically normal or expected values for the measured parameter."
},
{
"code": "technical-range",
"display": "Technical range",
"definition": "The range defines the technical measurement capability of the device — the minimum and maximum values the device can report."
}
]
}