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

FHIR IG analytics

Packagehl7.fhir.eu.laboratory
Resource TypeValueSet
IdValueSet-reference-range-high-comparator.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/laboratory/ValueSet-reference-range-high-comparator.html
URLhttp://hl7.eu/fhir/laboratory/ValueSet/reference-range-high-comparator
Version2.0.0
Statusactive
Date2026-09-03T14:21:50+00:00
NameReferenceRangeHighComparator
TitleReference Range High Comparator
Realmeu
Authorityhl7
DescriptionComparators permitted for the high bound of an Observation reference range.
CopyrightCopyright HL7 Europe. Licensed under creative commons public domain (CC0 1.0).

Resources that use this resource

StructureDefinition
hl7.fhir.eu.laboratory#currentobservation-reference-range-high-comparatorObservation Reference Range High Comparator

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0quantity-comparatorQuantityComparator

Narrative

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

Generated Narrative: ValueSet reference-range-high-comparator

  • Include these codes as defined in http://hl7.org/fhir/quantity-comparator version 📍4.0.1
    CodeDisplayDefinition
    <=Less or Equal toThe actual value is less than or equal to the given value.
    <Less thanThe actual value is less than the given value.

Source1

{
  "resourceType": "ValueSet",
  "id": "reference-range-high-comparator",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/laboratory/ValueSet/reference-range-high-comparator",
  "version": "2.0.0",
  "name": "ReferenceRangeHighComparator",
  "title": "Reference Range High Comparator",
  "status": "active",
  "date": "2026-09-03T14:21:50+00:00",
  "publisher": "HL7 Europe",
  "contact": [
    {
      "name": "HL7 Europe",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.eu"
        }
      ]
    }
  ],
  "description": "Comparators permitted for the high bound of an Observation reference range.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "150",
          "display": "Europe"
        }
      ]
    }
  ],
  "copyright": "Copyright HL7 Europe. Licensed under creative commons public domain (CC0 1.0).",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/quantity-comparator",
        "version": "4.0.1",
        "concept": [
          {
            "code": "<=",
            "display": "Less or Equal to"
          },
          {
            "code": "<",
            "display": "Less than"
          }
        ]
      }
    ]
  }
}