This page is part of the Da Vinci Data Exchange for Quality Measures (DEQM) FHIR IG (v3.1.0: STU 3) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). 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 <code>http://hl7.org/fhir/us/davinci-deqm/CodeSystem/gaps-status</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\">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.1.0",
"name" : "DEQMGapsStatusCodeSystem",
"title" : "DEQM Gaps In Care Gap Status Code System",
"status" : "active",
"experimental" : false,
"date" : "2022-11-21T21:29:16+00:00",
"publisher" : "HL7 International - Clinical Quality Information Work Group",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "This is a code system for Gaps in Care gap status.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"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."
}
]
}