FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.3.0-ballot-tc1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-extensions/ and changes regularly. See the Directory of published versions
Page standards status: Trial-use | Maturity Level: 1 |
{
"resourceType" : "ValueSet",
"id" : "value-filter-comparator",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet value-filter-comparator</b></p><a name=\"value-filter-comparator\"> </a><a name=\"hcvalue-filter-comparator\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/R5/shareablevalueset.html\">Shareable ValueSet</a></p></div><ul><li>Include these codes as defined in <a href=\"http://tx.fhir.org/r5\"><code>http://hl7.org/fhir/search-comparator</code></a><span title=\"Version is explicitly stated to be 4.0.1\"> version 📍5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>eq</td><td>Equals</td></tr><tr><td>gt</td><td>Greater Than</td></tr><tr><td>lt</td><td>Less Than</td></tr><tr><td>ge</td><td>Greater or Equals</td></tr><tr><td>le</td><td>Less of Equal</td></tr><tr><td>sa</td><td>Starts After</td></tr><tr><td>eb</td><td>Ends Before</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}
],
"url" : "http://hl7.org/fhir/ValueSet/value-filter-comparator",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.3.3306"
}
],
"version" : "5.3.0-ballot-tc1",
"name" : "ValueFilterComparator",
"title" : "Value Filter Comparator",
"status" : "active",
"experimental" : false,
"date" : "2021-08-10T10:21:03-06:00",
"publisher" : "HL7 International / Clinical Decision Support",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description" : "The type of comparator operator to use",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"immutable" : true,
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/search-comparator",
"version" : "4.0.1",
"concept" : [
{
"code" : "eq",
"display" : "Equals"
},
{
"code" : "gt",
"display" : "Greater Than"
},
{
"code" : "lt",
"display" : "Less Than"
},
{
"code" : "ge",
"display" : "Greater or Equals"
},
{
"code" : "le",
"display" : "Less of Equal"
},
{
"code" : "sa",
"display" : "Starts After"
},
{
"code" : "eb",
"display" : "Ends Before"
}
]
}
]
}
}