FHIR IG analytics
| Package | hl7.fhir.eu.laboratory |
| Resource Type | ValueSet |
| Id | ValueSet-reference-range-high-comparator.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/laboratory/ValueSet-reference-range-high-comparator.html |
| URL | http://hl7.eu/fhir/laboratory/ValueSet/reference-range-high-comparator |
| Version | 2.0.0 |
| Status | active |
| Date | 2026-09-03T14:21:50+00:00 |
| Name | ReferenceRangeHighComparator |
| Title | Reference Range High Comparator |
| Realm | eu |
| Authority | hl7 |
| Description | Comparators permitted for the high bound of an Observation reference range. |
| Copyright | Copyright HL7 Europe. Licensed under creative commons public domain (CC0 1.0). |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/quantity-comparator version 📍4.0.1| Code | Display | Definition |
| <= | Less or Equal to | The actual value is less than or equal to the given value. |
| < | Less than | The 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"
}
]
}
]
}
}