Data Exchange For Quality Measures STU3 for FHIR R4
2.1.0 - Ballot

This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v2.1.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>Include only open gaps on report.</td></tr><tr><td style=\"white-space:nowrap\">closed-gap<a name=\"gaps-status-closed-gap\"> </a></td><td>closed gap</td><td>Include only closed gaps on report.</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-status",
  "version" : "2.1.0",
  "name" : "DEQMGapsStatusCodeSystem",
  "title" : "DEQM Gaps In Care Gap Status Code System",
  "status" : "active",
  "date" : "2020-08-15T11:57:12+10: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" : 2,
  "concept" : [
    {
      "code" : "open-gap",
      "display" : "open gap",
      "definition" : "Include only open gaps on report."
    },
    {
      "code" : "closed-gap",
      "display" : "closed gap",
      "definition" : "Include only closed gaps on report."
    }
  ]
}