{
  "resourceType" : "CodeSystem",
  "id" : "deqm-care-gap-reason",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem deqm-care-gap-reason</b></p><a name=\"deqm-care-gap-reason\"> </a><a name=\"hcdeqm-care-gap-reason\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-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=\"deqm-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=\"deqm-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=\"deqm-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=\"deqm-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=\"deqm-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=\"deqm-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=\"deqm-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=\"deqm-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=\"deqm-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=\"deqm-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/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 4,
    "_valueInteger" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/deqm/ImplementationGuide/hl7.fhir.uv.deqm"
      }]
    }
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use",
    "_valueCode" : {
      "extension" : [{
        "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
        "valueCanonical" : "http://hl7.org/fhir/uv/deqm/ImplementationGuide/hl7.fhir.uv.deqm"
      }]
    }
  }],
  "url" : "http://hl7.org/fhir/uv/deqm/CodeSystem/deqm-care-gap-reason",
  "version" : "1.0.0-ballot",
  "name" : "DEQMCareGapReason",
  "title" : "DEQM Care Gap Reasons Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-04-07T14:18:11+10: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" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "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"
  }]
}