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

FHIR IG analytics

Packagehl7.fhir.uv.pocd
Resource TypeCodeSystem
IdCodeSystem-reference-range-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/uv-pocd/CodeSystem-reference-range-type.html
URLhttp://hl7.org/fhir/uv/pocd/CodeSystem/reference-range-type
Version1.0.0
Statusactive
Date2026-03-26
NameReferenceRangeType
TitleReference Range Type
Realmuv
Authorityhl7
DescriptionCodeSystem for classifying the type of reference range applied to a DeviceMetric.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.uv.pocd#currentreference-range-typeReference Range Type

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem reference-range-type

This case-insensitive code system http://hl7.org/fhir/uv/pocd/CodeSystem/reference-range-type defines the following codes:

CodeDisplayDefinition
alarm-limits Alarm limitsThe range defines the alarm limits configured on the device. Values outside this range trigger an alert.
physiological-range Physiological rangeThe range defines the physiologically normal or expected values for the measured parameter.
technical-range Technical rangeThe range defines the technical measurement capability of the device — the minimum and maximum values the device can report.

Source1

{
  "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."
    }
  ]
}