HL7 Europe Laboratory Report
2.0.1-ci - ci-build 150

HL7 Europe Laboratory Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 2.0.1-ci built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/laboratory/ and changes regularly. See the Directory of published versions

: Reference Range High Comparator - JSON Representation

Draft as of 2026-09-04

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "reference-range-high-comparator",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet reference-range-high-comparator</b></p><a name=\"reference-range-high-comparator\"> </a><a name=\"hcreference-range-high-comparator\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-quantity-comparator.html\"><code>http://hl7.org/fhir/quantity-comparator</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version &#x1F4CD;4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-quantity-comparator.html#quantity-comparator-.60.61\">&lt;=</a></td><td>Less or Equal to</td><td>The actual value is less than or equal to the given value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-quantity-comparator.html#quantity-comparator-.60\">&lt;</a></td><td>Less than</td><td>The actual value is less than the given value.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/laboratory/ValueSet/reference-range-high-comparator",
  "version" : "2.0.1-ci",
  "name" : "ReferenceRangeHighComparator",
  "title" : "Reference Range High Comparator",
  "status" : "draft",
  "date" : "2026-09-04T07:28:25+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"
          }
        ]
      }
    ]
  }
}