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

Active as of 2024-05-07

Raw json | Download


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