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

Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.0.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. See the Directory of published versions

: Coding Gap Remark CodeSystem - TTL Representation

Active as of 2024-05-09

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-remark"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-remark</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\">assessed-present<a name=\"coding-gap-remark-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\">assessed-not-present<a name=\"coding-gap-remark-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\">in-progress<a name=\"coding-gap-remark-in-progress\"> </a></td><td>In progress</td><td>Assessed the gap and actions are taken to address the gap.</td></tr><tr><td style=\"white-space:nowrap\">deferred<a name=\"coding-gap-remark-deferred\"> </a></td><td>Deferred</td><td>Assessed the gap and actions will be taken in the future to address the gap.</td></tr><tr><td style=\"white-space:nowrap\">not-assessed<a name=\"coding-gap-remark-not-assessed\"> </a></td><td>Not assessed</td><td>Gap was shown to the provider but no action was taken to assess the gap.</td></tr><tr><td style=\"white-space:nowrap\">not-presented<a name=\"coding-gap-remark-not-presented\"> </a></td><td>Not presented</td><td>System did not present the gap to the end user.</td></tr></table></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cqi" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-ra/CodeSystem/coding-gap-remark"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-preview"] ; # 
  fhir:name [ fhir:v "CodingGapRemark"] ; # 
  fhir:title [ fhir:v "Coding Gap Remark CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-09T17:13:05+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Clinical Quality Information"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Coded remark 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-remark"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-ra/ValueSet/coding-gap-remark>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
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 "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 "in-progress" ] ;
fhir:display [ fhir:v "In progress" ] ;
fhir:definition [ fhir:v "Assessed the gap and actions are taken to address the gap." ]
  ] [
fhir:code [ fhir:v "deferred" ] ;
fhir:display [ fhir:v "Deferred" ] ;
fhir:definition [ fhir:v "Assessed the gap and actions will be taken in the future to address the gap." ]
  ] [
fhir:code [ fhir:v "not-assessed" ] ;
fhir:display [ fhir:v "Not assessed" ] ;
fhir:definition [ fhir:v "Gap was shown to the provider but no action was taken to assess the gap." ]
  ] [
fhir:code [ fhir:v "not-presented" ] ;
fhir:display [ fhir:v "Not presented" ] ;
fhir:definition [ fhir:v "System did not present the gap to the end user." ]
  ] ) . #