{
  "resourceType" : "ValueSet",
  "id" : "reference-range-low-comparator",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet reference-range-low-comparator</b></p><a name=\"reference-range-low-comparator\"> </a><a name=\"hcreference-range-low-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-.62.61\">&gt;=</a></td><td>Greater or Equal to</td><td>The actual value is greater than or equal to the given value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-quantity-comparator.html#quantity-comparator-.62\">&gt;</a></td><td>Greater than</td><td>The actual value is greater than the given value.</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/laboratory/ValueSet/reference-range-low-comparator",
  "version" : "2.0.1-ci",
  "name" : "ReferenceRangeLowComparator",
  "title" : "Reference Range Low Comparator",
  "status" : "draft",
  "date" : "2026-09-04T09:12:18+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"
      }]
    }]
  }
}