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 Model Version 24 - CMS Hierarchical Category Condition (CMS-HCC) - TTL Representation

Active as of 2021-08-19

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:Measure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "RAModelExample01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-model-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-model-measure>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Measure</b><a name=\"RAModelExample01\"> </a><a name=\"hcRAModelExample01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Measure &quot;RAModelExample01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ra-model-measure.html\">Risk Adjustment Model Measure</a></p></div><p><b>url</b>: <code>https://build.fhir.org/ig/HL7/davinci-ra/Measure-RAModelExample01</code></p><p><b>identifier</b>: <code>http://example.org/fhir/server</code>/CMS-HCC (use: temp)</p><p><b>version</b>: 2.0.0-preview</p><p><b>name</b>: RAModelExample01</p><p><b>title</b>: Risk Adjustment Model Version 24 - CMS Hierarchical Category Condition (CMS-HCC)</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2021-08-19</p><p><b>publisher</b>: HL7 International / Clinical Quality Information</p><p><b>contact</b>: <a href=\"http://www.hl7.org/Special/committees/cqi\">http://www.hl7.org/Special/committees/cqi</a></p><p><b>description</b>: Example measure to represent CMS-HCC Model Version 24</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-ISO3166Part1.html\">ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code</a>#US)</span></p><p><b>copyright</b>: Used by permission of HL7 International - Clinical Quality Information Work Group, all rights reserved Creative Commons License</p></div>"
  ] ; # 
  fhir:url [ fhir:v "https://build.fhir.org/ig/HL7/davinci-ra/Measure-RAModelExample01"^^xsd:anyURI] ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "temp" ] ;
fhir:system [ fhir:v "http://example.org/fhir/server"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CMS-HCC" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.0.0-preview"] ; # 
  fhir:name [ fhir:v "RAModelExample01"] ; # 
  fhir:title [ fhir:v "Risk Adjustment Model Version 24 - CMS Hierarchical Category Condition (CMS-HCC)"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2021-08-19"^^xsd:date] ; # 
  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 "Example measure to represent CMS-HCC Model Version 24"] ; # 
  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"] . #