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
Draft as of 2023-03-28 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "coding-gap-task-reason"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-task-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\">closure<a name=\"coding-gap-task-reason-closure\"> </a></td><td>Close coding gap</td><td>Task reason is to provide clinical evalaution evidence to close a risk adjustment coding gap.</td></tr><tr><td style=\"white-space:nowrap\">invalidation-never-had-condition<a name=\"coding-gap-task-reason-invalidation-never-had-condition\"> </a></td><td>Invalidate coding gap, patient never had the condition</td><td>Task reason is to provide clinical evalaution evidence to invalidate the coding gap that was inaccurate because the patient has never had this condition.</td></tr><tr><td style=\"white-space:nowrap\">invalidation-inactive-condition<a name=\"coding-gap-task-reason-invalidation-inactive-condition\"> </a></td><td>Invalidate coding gap, condition no longer active</td><td>Task reason is to provide clinical evalaution evidence to invalidate the coding gap because the patient was correctly diagnosed but the condition is no longer active.</td></tr><tr><td style=\"white-space:nowrap\">invalidation-inaccurate-gap<a name=\"coding-gap-task-reason-invalidation-inaccurate-gap\"> </a></td><td>Invalidate coding gap, inaccurate gap</td><td>Task reason is to provide clinical evalaution evidence to invalidate the coding gap because the patient has an active condition but the gap does not accurately describe it.</td></tr><tr><td style=\"white-space:nowrap\">creation<a name=\"coding-gap-task-reason-creation\"> </a></td><td>Create coding gap</td><td>Task reason is provide clinical evaluation evidence to create and close a net-new risk adjustment coding gap discovered during medical review.</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-task-reason"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.0.0-ballot"] ; #
fhir:name [ fhir:v "CodingGapTaskReason"] ; #
fhir:title [ fhir:v "Coding Gap Task Reason CodeSystem"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-03-28T02:02:49+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Clinical Quality Information Work Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Clinical Quality Information Work Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ] ] )
] ) ; #
fhir:description [ fhir:v "Risk adjustment clinical evaluation evidence task reason"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 International - Clinical Quality Information Work Group, all rights reserved Creative Commons License"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-task-reason"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-task-reason>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "closure" ] ;
fhir:display [ fhir:v "Close coding gap" ] ;
fhir:definition [ fhir:v "Task reason is to provide clinical evalaution evidence to close a risk adjustment coding gap." ]
] [
fhir:code [ fhir:v "invalidation-never-had-condition" ] ;
fhir:display [ fhir:v "Invalidate coding gap, patient never had the condition" ] ;
fhir:definition [ fhir:v "Task reason is to provide clinical evalaution evidence to invalidate the coding gap that was inaccurate because the patient has never had this condition." ]
] [
fhir:code [ fhir:v "invalidation-inactive-condition" ] ;
fhir:display [ fhir:v "Invalidate coding gap, condition no longer active" ] ;
fhir:definition [ fhir:v "Task reason is to provide clinical evalaution evidence to invalidate the coding gap because the patient was correctly diagnosed but the condition is no longer active." ]
] [
fhir:code [ fhir:v "invalidation-inaccurate-gap" ] ;
fhir:display [ fhir:v "Invalidate coding gap, inaccurate gap" ] ;
fhir:definition [ fhir:v "Task reason is to provide clinical evalaution evidence to invalidate the coding gap because the patient has an active condition but the gap does not accurately describe it." ]
] [
fhir:code [ fhir:v "creation" ] ;
fhir:display [ fhir:v "Create coding gap" ] ;
fhir:definition [ fhir:v "Task reason is provide clinical evaluation evidence to create and close a net-new risk adjustment coding gap discovered during medical review." ]
] ) . #
IG © 2021+ HL7 Clinical Quality Information Work Group. Package hl7.fhir.us.davinci-ra#2.0.0-ballot based on FHIR 4.0.1. Generated 2023-03-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change