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-low-comparator.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/laboratory/ValueSet-reference-range-low-comparator.html
URLhttp://hl7.eu/fhir/laboratory/ValueSet/reference-range-low-comparator
Version2.0.0
Statusactive
Date2026-09-03T14:21:50+00:00
NameReferenceRangeLowComparator
TitleReference Range Low Comparator
Realmeu
Authorityhl7
DescriptionComparators permitted for the low 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-low-comparatorObservation Reference Range Low 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-low-comparator

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

Source1

{
  "resourceType": "ValueSet",
  "id": "reference-range-low-comparator",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/laboratory/ValueSet/reference-range-low-comparator",
  "version": "2.0.0",
  "name": "ReferenceRangeLowComparator",
  "title": "Reference Range Low 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 low 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": "Greater or Equal to"
          },
          {
            "code": ">",
            "display": "Greater than"
          }
        ]
      }
    ]
  }
}