FHIR Extensions Pack
5.1.0-cibuild - Working Copy International flag

FHIR Extensions Pack, published by HL7 International / FHIR Infrastructure. This guide is not an authorized publication; it is the continuous build for version 5.1.0-cibuild 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

: Value Filter Comparator - TTL Representation

Page standards status: Trial-use Maturity Level: 1

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

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "value-filter-comparator"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R5/codesystem-search-comparator.html\"><code>http://hl7.org/fhir/search-comparator</code></a> version <code>4.0.1</code><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/R5/codesystem-search-comparator.html#search-comparator-eq\">eq</a></td><td>Equals</td><td>the value for the parameter in the resource is equal to the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-search-comparator.html#search-comparator-gt\">gt</a></td><td>Greater Than</td><td>the value for the parameter in the resource is greater than the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-search-comparator.html#search-comparator-lt\">lt</a></td><td>Less Than</td><td>the value for the parameter in the resource is less than the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-search-comparator.html#search-comparator-ge\">ge</a></td><td>Greater or Equals</td><td>the value for the parameter in the resource is greater or equal to the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-search-comparator.html#search-comparator-le\">le</a></td><td>Less of Equal</td><td>the value for the parameter in the resource is less or equal to the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-search-comparator.html#search-comparator-sa\">sa</a></td><td>Starts After</td><td>the value for the parameter in the resource starts after the provided value.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R5/codesystem-search-comparator.html#search-comparator-eb\">eb</a></td><td>Ends Before</td><td>the value for the parameter in the resource ends before the provided value.</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cds" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [ fhir:v "trial-use" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1"^^xsd:integer ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/value-filter-comparator"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.3306" ]
  ] ) ; # 
  fhir:version [ fhir:v "5.1.0-cibuild"] ; # 
  fhir:name [ fhir:v "ValueFilterComparator"] ; # 
  fhir:title [ fhir:v "Value Filter Comparator"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-08-10T10:21:03-06:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of comparator operator to use"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://hl7.org/fhir/search-comparator"^^xsd:anyURI ] ;
fhir:version [ fhir:v "4.0.1" ] ;
      ( fhir:concept [
fhir:code [ fhir:v "eq" ] ;
fhir:display [ fhir:v "Equals" ]       ] [
fhir:code [ fhir:v "gt" ] ;
fhir:display [ fhir:v "Greater Than" ]       ] [
fhir:code [ fhir:v "lt" ] ;
fhir:display [ fhir:v "Less Than" ]       ] [
fhir:code [ fhir:v "ge" ] ;
fhir:display [ fhir:v "Greater or Equals" ]       ] [
fhir:code [ fhir:v "le" ] ;
fhir:display [ fhir:v "Less of Equal" ]       ] [
fhir:code [ fhir:v "sa" ] ;
fhir:display [ fhir:v "Starts After" ]       ] [
fhir:code [ fhir:v "eb" ] ;
fhir:display [ fhir:v "Ends Before" ]       ] )     ] )
  ] . #