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 Hierarchical Status CodeSystem - TTL Representation

Active as of 2024-05-16

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 "hierarchical-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/hierarchical-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\">applied-superseded<a name=\"hierarchical-status-applied-superseded\"> </a></td><td>Hierarchies applied and Condition Category is superseded</td><td>Hierarchies were applied to a Condition Category (CC) and the Condition Category (CC) is superseded.</td></tr><tr><td style=\"white-space:nowrap\">applied-not-superseded<a name=\"hierarchical-status-applied-not-superseded\"> </a></td><td>Hierarchies applied and Condition Category is not superseded</td><td>Hierarchies were applied to a Condition Category (CC) and the Condition Category (CC) is not superseded.</td></tr><tr><td style=\"white-space:nowrap\">not-applied<a name=\"hierarchical-status-not-applied\"> </a></td><td>Hierarchies not applied</td><td>Hierarchies were not applied to a Condition Category (CC).</td></tr><tr><td style=\"white-space:nowrap\">not-applicable<a name=\"hierarchical-status-not-applicable\"> </a></td><td>Not applicable</td><td>Applying hierarchies to a Condition Category (CC) is not applicable.</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/hierarchical-status"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2.0.0-preview"] ; # 
  fhir:name [ fhir:v "RiskAdjustmenthierarchicalStatus"] ; # 
  fhir:title [ fhir:v "Risk Adjustment Hierarchical Status CodeSystem"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-16T08:34:40+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 how hierarchies were applied to a Condition Category (CC), and if applied, whether the Condition Category (CC) is superseded."] ; # 
  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/hierarchical-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-ra/ValueSet/hierarchical-status>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "4"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "applied-superseded" ] ;
fhir:display [ fhir:v "Hierarchies applied and Condition Category is superseded" ] ;
fhir:definition [ fhir:v "Hierarchies were applied to a Condition Category (CC) and the Condition Category (CC) is superseded." ]
  ] [
fhir:code [ fhir:v "applied-not-superseded" ] ;
fhir:display [ fhir:v "Hierarchies applied and Condition Category is not superseded" ] ;
fhir:definition [ fhir:v "Hierarchies were applied to a Condition Category (CC) and the Condition Category (CC) is not superseded." ]
  ] [
fhir:code [ fhir:v "not-applied" ] ;
fhir:display [ fhir:v "Hierarchies not applied" ] ;
fhir:definition [ fhir:v "Hierarchies were not applied to a Condition Category (CC)." ]
  ] [
fhir:code [ fhir:v "not-applicable" ] ;
fhir:display [ fhir:v "Not applicable" ] ;
fhir:definition [ fhir:v "Applying hierarchies to a Condition Category (CC) is not applicable." ]
  ] ) . #