This page is part of the Da Vinci Value-Based Performance Reporting Implementation Guide (v1.0.0-ballot: STU1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Active as of 2023-07-31 |
@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 "vbp-measure02"] ; #
fhir:meta [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Payer" ] ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/instance-description"^^xsd:anyURI ] ;
fhir:value [ fhir:v "This is an example measure for the *VBP Measure* profile." ] ] ) ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-measure> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Measure</b><a name=\"vbp-measure02\"> </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 "vbp-measure02" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vbp-measure.html\">Value-Based Performance Measure</a></p></div><blockquote><p><b>Payment Stream</b></p><blockquote><p><b>url</b></p><code>type</code></blockquote><p><b>value</b>: Utilization incentive payment <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-payment-stream.html\">Payment Stream Codes</a>#ubip)</span></p></blockquote><blockquote><p><b>Payment Stream</b></p><blockquote><p><b>url</b></p><code>type</code></blockquote><p><b>value</b>: Pay for performance <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-payment-stream.html\">Payment Stream Codes</a>#p4p)</span></p></blockquote><p><b>url</b>: <code>https://build.fhir.org/ig/HL7/davinci-vbpr/Measure-vbp-measure02</code></p><p><b>identifier</b>: id: ex-vbp-measure02 (use: TEMP)</p><p><b>version</b>: 1.0.0-ballot</p><p><b>name</b>: VbprMeasureExample02</p><p><b>title</b>: Example Value-Based Contract - ABC Payer and EveryHospital</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2023-07-31 14:33:02+0000</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 Value-Based Contract between ABC Payer and EveryHospital</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.0.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>effectivePeriod</b>: 2022-10-01 --> 2023-09-30</p><h3>RelatedArtifacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Display</b></td><td><b>Resource</b></td></tr><tr><td style=\"display: none\">*</td><td>composed-of</td><td>Breast Cancer Screening</td><td><a href=\"http://hl7.org/fhir/us/cqfmeasures/STU3/Measure-measure-exm125-FHIR.html\">EXM125 - Breast Cancer Screening Measure</a></td></tr><tr><td style=\"display: none\">*</td><td>composed-of</td><td>Colorectal Cancer Screening</td><td><a href=\"http://hl7.org/fhir/us/cqfmeasures/STU3/Measure-measure-exm130-FHIR.html\">EXM130 - Colorectal Cancer Screening Measure</a></td></tr><tr><td style=\"display: none\">*</td><td>composed-of</td><td>Diabetic Retinopathy: Communication with the Physician Managing Ongoing Diabetes Care</td><td><a href=\"http://example.org/Measure/measure-diabetes-retinopathy-FHIR\">http://example.org/Measure/measure-diabetes-retinopathy-FHIR</a></td></tr><tr><td style=\"display: none\">*</td><td>composed-of</td><td>Diabetes: Hemoglobin A1c (HbA1c) Poor Control (> 9%)</td><td><a href=\"http://example.org/Measure/measure-diabetes-A1c-FHIR\">http://example.org/Measure/measure-diabetes-A1c-FHIR</a></td></tr><tr><td style=\"display: none\">*</td><td>composed-of</td><td>Diabetes: Medical Attention for Nephropathy</td><td><a href=\"http://example.org/Measure/measure-diabetes-nephropathy-FHIR\">http://example.org/Measure/measure-diabetes-nephropathy-FHIR</a></td></tr></table></div>"
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/payment-stream"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ubip" ] ] ) ;
fhir:text [ fhir:v "Utilization incentive payment" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/payment-stream"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-vbpr/CodeSystem/payment-stream"^^xsd:anyURI ] ;
fhir:code [ fhir:v "p4p" ] ] ) ;
fhir:text [ fhir:v "Pay for performance" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/payment-stream"^^xsd:anyURI ]
] ) ; #
fhir:url [ fhir:v "https://build.fhir.org/ig/HL7/davinci-vbpr/Measure-vbp-measure02"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:use [ fhir:v "temp" ] ;
fhir:system [ fhir:v "http://example.org/fhir/server"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ex-vbp-measure02" ]
] ) ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "VbprMeasureExample02"] ; #
fhir:title [ fhir:v "Example Value-Based Contract - ABC Payer and EveryHospital"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-07-31T14:33:02+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Clinical Quality Information Work Group"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Clinical Quality Information Work Group" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cqi" ] ] )
] ) ; #
fhir:description [ fhir:v "Example Value-Based Contract between ABC Payer and EveryHospital"] ; #
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:effectivePeriod [
fhir:start [ fhir:v "2022-10-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-09-30"^^xsd:date ]
] ; #
fhir:relatedArtifact ( [
fhir:type [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "Breast Cancer Screening" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/Measure/measure-exm125-FHIR"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/Measure/measure-exm125-FHIR> ]
] [
fhir:type [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "Colorectal Cancer Screening" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/Measure/measure-exm130-FHIR"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/Measure/measure-exm130-FHIR> ]
] [
fhir:type [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "Diabetic Retinopathy: Communication with the Physician Managing Ongoing Diabetes Care" ] ;
fhir:resource [
fhir:v "http://example.org/Measure/measure-diabetes-retinopathy-FHIR"^^xsd:anyURI ;
fhir:link <http://example.org/Measure/measure-diabetes-retinopathy-FHIR> ]
] [
fhir:type [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "Diabetes: Hemoglobin A1c (HbA1c) Poor Control (> 9%)" ] ;
fhir:resource [
fhir:v "http://example.org/Measure/measure-diabetes-A1c-FHIR"^^xsd:anyURI ;
fhir:link <http://example.org/Measure/measure-diabetes-A1c-FHIR> ]
] [
fhir:type [ fhir:v "composed-of" ] ;
fhir:display [ fhir:v "Diabetes: Medical Attention for Nephropathy" ] ;
fhir:resource [
fhir:v "http://example.org/Measure/measure-diabetes-nephropathy-FHIR"^^xsd:anyURI ;
fhir:link <http://example.org/Measure/measure-diabetes-nephropathy-FHIR> ]
] ) . #
IG © 2023+ HL7 Clinical Quality Information Work Group. Package hl7.fhir.us.davinci-vbpr#1.0.0-ballot based on FHIR 4.0.1. Generated 2023-07-31
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change