Data Exchange For Quality Measures STU3 for FHIR R4
3.0.0 - STU 3

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.0.0: STU 3) based on FHIR R4. The current version which supercedes this version is 3.1.0. For a full list of available versions, see the Directory of published versions

: DEQM Gaps In Care Gap Status Code System - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "gaps-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-status 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\">open-gap<a name=\"gaps-status-open-gap\"> </a></td><td>Open Gap</td><td>A discrepancy exists between recommended best practices and the services that are actually provided and documented.</td></tr><tr><td style=\"white-space:nowrap\">closed-gap<a name=\"gaps-status-closed-gap\"> </a></td><td>Closed Gap</td><td>No discrepancy exists between recommended best practices and the services that are actually provided and documented. A previously identified open gap may become closed, if actions were taken to close the open gaps.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-status",
  "version" : "3.0.0",
  "name" : "DEQMGapsStatusCodeSystem",
  "title" : "DEQM Gaps In Care Gap Status Code System",
  "status" : "active",
  "date" : "2021-06-21T15:44:05+00:00",
  "publisher" : "HL7 International - Clinical Quality Information Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/cqi/index.cfm"
        }
      ]
    }
  ],
  "description" : "This is a code system for Gaps in Care gap status.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "open-gap",
      "display" : "Open Gap",
      "definition" : "A discrepancy exists between recommended best practices and the services that are actually provided and documented."
    },
    {
      "code" : "closed-gap",
      "display" : "Closed Gap",
      "definition" : "No discrepancy exists between recommended best practices and the services that are actually provided and documented. A previously identified open gap may become closed, if actions were taken to close the open gaps."
    }
  ]
}