Da Vinci Risk Adjustment Implementation Guide
2.0.0-ballot - STU2 Ballot United States of America flag

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 - TTL Representation

Active as of 2023-03-28

Raw ttl | Download


@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-annotation"] ; # 
  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-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>"
  ] ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-annotation"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-ballot"] ; # 
  fhir:name [ fhir:v "CodingGapAnnotation"] ; # 
  fhir:title [ fhir:v "Coding Gap Annotation CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  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 "Coded annotation for coding gap"] ; # 
  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-annotation"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-annotation>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "acknowledged" ] ;
fhir:display [ fhir:v "Acknowledged" ] ;
fhir:definition [ fhir:v "Acknowleged" ]
  ] [
fhir:code [ fhir:v "assessed-not-present" ] ;
fhir:display [ fhir:v "Assessed and not present" ] ;
fhir:definition [ fhir:v "Assessed the gap and acknowledged it is not present" ]
  ] [
fhir:code [ fhir:v "assessed-present" ] ;
fhir:display [ fhir:v "Assessed and present" ] ;
fhir:definition [ fhir:v "Assessed the gap and acknowledged it is still present" ]
  ] [
fhir:code [ fhir:v "deferred" ] ;
fhir:display [ fhir:v "Deferred" ] ;
fhir:definition [ fhir:v "Deferred" ]
  ] ) . #