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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Value Filter Comparator - XML Representation

Active as of 2021-08-10

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="value-filter-comparator"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Placeholder</div>
  </text>
  <url
       value="http://hl7.org/fhir/us/cqfmeasures/ValueSet/value-filter-comparator"/>
  <version value="4.0.0"/>
  <name value="ValueFilterComparator"/>
  <title value="Value Filter Comparator"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2021-08-10T10:21:03-06:00"/>
  <publisher value="Clinical Quality Information WG"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <description value="The type of comparator operator to use"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <immutable value="true"/>
  <compose>
    <include>
      <system value="http://hl7.org/fhir/search-comparator"/>
      <version value="4.0.1"/>
      <concept>
        <code value="eq"/>
        <display value="Equals"/>
      </concept>
      <concept>
        <code value="gt"/>
        <display value="Greater Than"/>
      </concept>
      <concept>
        <code value="lt"/>
        <display value="Less Than"/>
      </concept>
      <concept>
        <code value="ge"/>
        <display value="Greater or Equals"/>
      </concept>
      <concept>
        <code value="le"/>
        <display value="Less of Equal"/>
      </concept>
      <concept>
        <code value="sa"/>
        <display value="Starts After"/>
      </concept>
      <concept>
        <code value="eb"/>
        <display value="Ends Before"/>
      </concept>
    </include>
  </compose>
</ValueSet>