Quality Measure Implementation Guide (STU4)
4.0.0 - STU4 United States of America flag

This page is part of the Quality Measure STU2 for FHIR R4 Implementation Guide (v4.0.0: STU4 (v4.0.0)) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Value Filter Comparator - TTL Representation

Active as of 2021-08-10

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\">Placeholder</div>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/cqfmeasures/ValueSet/value-filter-comparator"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "4.0.0"] ; # 
  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 "Clinical Quality Information WG"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The type of comparator operator to use"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ]     ] )
  ] ) ; # 
  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" ]       ] )     ] )
  ] . #