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 - TTL Representation

Draft as of 2026-09-04

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/reference-range-high-comparator> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "reference-range-high-comparator"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.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 ?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>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://hl7.eu/fhir/laboratory/ValueSet/reference-range-high-comparator"] ;
  fhir:ValueSet.version [ fhir:value "2.0.1-ci"] ;
  fhir:ValueSet.name [ fhir:value "ReferenceRangeHighComparator"] ;
  fhir:ValueSet.title [ fhir:value "Reference Range High Comparator"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.date [ fhir:value "2026-09-04T07:28:25+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Europe"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Europe" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://hl7.eu" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Comparators permitted for the high bound of an Observation reference range."] ;
  fhir:ValueSet.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:Coding.code [ fhir:value "150" ] ;
       fhir:Coding.display [ fhir:value "Europe" ]
     ]
  ] ;
  fhir:ValueSet.copyright [ fhir:value "Copyright HL7 Europe. Licensed under creative commons public domain (CC0 1.0)."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/quantity-comparator" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.1" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "<=" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Less or Equal to" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "<" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Less than" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/reference-range-high-comparator.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/reference-range-high-comparator.ttl> .