Data Exchange For Quality Measures Implementation Guide
4.0.0 - STU4 United States of America flag

Data Exchange For Quality Measures Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-deqm/ and changes regularly. See the Directory of published versions

: Care Gap Reasons Code System - XML Representation

Active as of 2024-05-07

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="care-gap-reason"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">NotFound<a name="care-gap-reason-NotFound"> </a></td><td>Data Element Not Found</td><td>Data Element was not able to be located</td></tr><tr><td style="white-space:nowrap">Missing<a name="care-gap-reason-Missing"> </a></td><td>Missing Data Element</td><td>Data Element is known to exist (e.g. claim exists for procedure), but was not found</td></tr><tr><td style="white-space:nowrap">Present<a name="care-gap-reason-Present"> </a></td><td>Data Element is Present</td><td>Data Element is was found matching the criteria</td></tr><tr><td style="white-space:nowrap">InvalidAttribute<a name="care-gap-reason-InvalidAttribute"> </a></td><td>Attribute is Invalid</td><td>Data element was found, but value was not equal to expected value</td></tr><tr><td style="white-space:nowrap">DateInRange<a name="care-gap-reason-DateInRange"> </a></td><td>Date is within specified range</td><td>Data element was a temporal type (e.g. DateTime, Period, Duration) was within range of dateFilter constraint</td></tr><tr><td style="white-space:nowrap">DateOutOfRange<a name="care-gap-reason-DateOutOfRange"> </a></td><td>Date is out of specified range</td><td>Data element was a temporal type (e.g. DateTime, Period, Duration) was not in range of dateFilter constraint</td></tr><tr><td style="white-space:nowrap">ValueInRange<a name="care-gap-reason-ValueInRange"> </a></td><td>Value is within specified range</td><td>Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was within in range of valueFilter constraint</td></tr><tr><td style="white-space:nowrap">ValueOutOfRange<a name="care-gap-reason-ValueOutOfRange"> </a></td><td>Value is out of specified range</td><td>Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was not in range of valueFilter constraint</td></tr><tr><td style="white-space:nowrap">CountInRange<a name="care-gap-reason-CountInRange"> </a></td><td>Count is within specified range</td><td>The count of data elements found was within specified range</td></tr><tr><td style="white-space:nowrap">CountOutOfRange<a name="care-gap-reason-CountOutOfRange"> </a></td><td>Count is out of specified range</td><td>The count of data elements found was out of specified range</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="cqi"/>
  </extension>
  <url
       value="http://hl7.org/fhir/us/davinci-deqm/CodeSystem/care-gap-reason"/>
  <version value="4.0.0"/>
  <name value="CareGapREason"/>
  <title value="Care Gap Reasons Code System"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2024-05-07T07:46:47+00:00"/>
  <publisher value="HL7 International / Clinical Quality Information"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/cqi"/>
    </telecom>
  </contact>
  <description value="This is a code system for Care Gap Reasons"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="10"/>
  <concept>
    <code value="NotFound"/>
    <display value="Data Element Not Found"/>
    <definition value="Data Element was not able to be located"/>
  </concept>
  <concept>
    <code value="Missing"/>
    <display value="Missing Data Element"/>
    <definition
                value="Data Element is known to exist (e.g. claim exists for procedure), but was not found"/>
  </concept>
  <concept>
    <code value="Present"/>
    <display value="Data Element is Present"/>
    <definition value="Data Element is was found matching the criteria"/>
  </concept>
  <concept>
    <code value="InvalidAttribute"/>
    <display value="Attribute is Invalid"/>
    <definition
                value="Data element was found, but value was not equal to expected value"/>
  </concept>
  <concept>
    <code value="DateInRange"/>
    <display value="Date is within specified range"/>
    <definition
                value="Data element was a temporal type (e.g. DateTime, Period, Duration) was within range of dateFilter constraint"/>
  </concept>
  <concept>
    <code value="DateOutOfRange"/>
    <display value="Date is out of specified range"/>
    <definition
                value="Data element was a temporal type (e.g. DateTime, Period, Duration) was not in range of dateFilter constraint"/>
  </concept>
  <concept>
    <code value="ValueInRange"/>
    <display value="Value is within specified range"/>
    <definition
                value="Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was within in range of valueFilter constraint"/>
  </concept>
  <concept>
    <code value="ValueOutOfRange"/>
    <display value="Value is out of specified range"/>
    <definition
                value="Data element was a numeric type (e.g. Quantity, Integer, Range, Ratio, SampledData) was not in range of valueFilter constraint"/>
  </concept>
  <concept>
    <code value="CountInRange"/>
    <display value="Count is within specified range"/>
    <definition
                value="The count of data elements found was within specified range"/>
  </concept>
  <concept>
    <code value="CountOutOfRange"/>
    <display value="Count is out of specified range"/>
    <definition
                value="The count of data elements found was out of specified range"/>
  </concept>
</CodeSystem>