This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2021-09-13 |
@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:Resource.id [ fhir:value "RAModelExample03"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-model-measure";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-model-measure> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"RAModelExample03\" </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-RAModelExample03</code></p><p><b>identifier</b>: id: CMS-HCC (TEMP)</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: RAModelExample03</p><p><b>title</b>: Risk Adjustment Model Version 5 - CMS Prescribing Drug Hierarchical Category Condition (CMS-HCC)</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2021-09-13</p><p><b>publisher</b>: HL7 Clinical Quality Information Work Group</p><p><b>contact</b>: HL7 Clinical Quality Information Work Group: <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-RxHCC Model Version 5</p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#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:Measure.url [ fhir:value "https://build.fhir.org/ig/HL7/davinci-ra/Measure-RAModelExample03"];
fhir:Measure.identifier [
fhir:index 0;
fhir:Identifier.use [ fhir:value "temp" ];
fhir:Identifier.system [ fhir:value "http://example.org/fhir/server" ];
fhir:Identifier.value [ fhir:value "CMS-HCC" ]
];
fhir:Measure.version [ fhir:value "1.0.0"];
fhir:Measure.name [ fhir:value "RAModelExample03"];
fhir:Measure.title [ fhir:value "Risk Adjustment Model Version 5 - CMS Prescribing Drug Hierarchical Category Condition (CMS-HCC)"];
fhir:Measure.status [ fhir:value "active"];
fhir:Measure.experimental [ fhir:value "true"^^xsd:boolean];
fhir:Measure.date [ fhir:value "2021-09-13"^^xsd:date];
fhir:Measure.publisher [ fhir:value "HL7 Clinical Quality Information Work Group"];
fhir:Measure.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "HL7 Clinical Quality Information Work Group" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/cqi" ] ]
];
fhir:Measure.description [ fhir:value "Example measure to represent CMS-RxHCC Model Version 5"];
fhir:Measure.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ];
fhir:Coding.display [ fhir:value "United States of America" ] ]
];
fhir:Measure.copyright [ fhir:value "Used by permission of HL7 International - Clinical Quality Information Work Group, all rights reserved Creative Commons License"].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.