This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.0.0-ballot: STU2 (v2.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: Coding Gap Annotation CodeSystem - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "coding-gap-annotation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-annotation</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\">acknowledged<a name=\"coding-gap-annotation-acknowledged\"> </a></td><td>Acknowledged</td><td>Acknowleged</td></tr><tr><td style=\"white-space:nowrap\">assessed-not-present<a name=\"coding-gap-annotation-assessed-not-present\"> </a></td><td>Assessed and not present</td><td>Assessed the gap and acknowledged it is not present</td></tr><tr><td style=\"white-space:nowrap\">assessed-present<a name=\"coding-gap-annotation-assessed-present\"> </a></td><td>Assessed and present</td><td>Assessed the gap and acknowledged it is still present</td></tr><tr><td style=\"white-space:nowrap\">deferred<a name=\"coding-gap-annotation-deferred\"> </a></td><td>Deferred</td><td>Deferred</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-annotation",
"version" : "2.0.0-ballot",
"name" : "CodingGapAnnotation",
"title" : "Coding Gap Annotation CodeSystem",
"status" : "active",
"experimental" : false,
"date" : "2023-03-28T02:02:49+00:00",
"publisher" : "HL7 Clinical Quality Information Work Group",
"contact" : [
{
"name" : "HL7 Clinical Quality Information Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/cqi"
}
]
}
],
"description" : "Coded annotation for coding gap",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
]
}
],
"copyright" : "Used by permission of HL7 International - Clinical Quality Information Work Group, all rights reserved Creative Commons License",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-annotation",
"content" : "complete",
"count" : 4,
"concept" : [
{
"code" : "acknowledged",
"display" : "Acknowledged",
"definition" : "Acknowleged"
},
{
"code" : "assessed-not-present",
"display" : "Assessed and not present",
"definition" : "Assessed the gap and acknowledged it is not present"
},
{
"code" : "assessed-present",
"display" : "Assessed and present",
"definition" : "Assessed the gap and acknowledged it is still present"
},
{
"code" : "deferred",
"display" : "Deferred",
"definition" : "Deferred"
}
]
}