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

: Risk Adjustment Evidence Status 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 "evidence-status"] ; # 
  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/evidence-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\">closed-gap<a name=\"evidence-status-closed-gap\"> </a></td><td>Closed Condition Category Gap</td><td>Evidence to support a Condition Category (CC) was confirmed.</td></tr><tr><td style=\"white-space:nowrap\">invalid-gap<a name=\"evidence-status-invalid-gap\"> </a></td><td>Invalid Condition Category Gap</td><td>Evidence to support a Condition Category (CC) was invalidated.</td></tr><tr><td style=\"white-space:nowrap\">open-gap<a name=\"evidence-status-open-gap\"> </a></td><td>Open Condition Category Gap</td><td>Action is needed to confirm whether the Condition Category (CC) is valid.</td></tr><tr><td style=\"white-space:nowrap\">pending<a name=\"evidence-status-pending\"> </a></td><td>Pending Condition Category Gap</td><td>Evidence was received by the payer and is in the process of being evaluated.</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/evidence-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-preview"] ; # 
  fhir:name [ fhir:v "RiskAdjustmentEvidenceStatus"] ; # 
  fhir:title [ fhir:v "Risk Adjustment Evidence Status 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 "Code system that indicates whether a coding gap is an open-gap, invalid-gap, closed-gap, or pending."] ; # 
  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/evidence-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-ra/ValueSet/evidence-status>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "closed-gap" ] ;
fhir:display [ fhir:v "Closed Condition Category Gap" ] ;
fhir:definition [ fhir:v "Evidence to support a Condition Category (CC) was confirmed." ]
  ] [
fhir:code [ fhir:v "invalid-gap" ] ;
fhir:display [ fhir:v "Invalid Condition Category Gap" ] ;
fhir:definition [ fhir:v "Evidence to support a Condition Category (CC) was invalidated." ]
  ] [
fhir:code [ fhir:v "open-gap" ] ;
fhir:display [ fhir:v "Open Condition Category Gap" ] ;
fhir:definition [ fhir:v "Action is needed to confirm whether the Condition Category (CC) is valid." ]
  ] [
fhir:code [ fhir:v "pending" ] ;
fhir:display [ fhir:v "Pending Condition Category Gap" ] ;
fhir:definition [ fhir:v "Evidence was received by the payer and is in the process of being evaluated." ]
  ] ) . #