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-06-25 |
@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:CapabilityStatement ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "vbp-reporting-client"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>VBPReportingClientCapabilityStatement</h2><div><p>This profile defines the expected capabilities of the Value-Based Performance (VBP) Reporting Client actor, when request and consume value-based performance MeasureReports from a Value-Based Performance Reporting Server. The complete list of FHIR profiles\nthat a VBP Reporting Server could support are defined. VBP Reporting Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements.</p>\n</div><table><tr><td>Mode</td><td>CLIENT</td></tr><tr><td>Description</td><td><div><p>Da Vinci Value-Based Performance Reporting Server <strong>SHALL</strong> support the profiles specified in this implementation guide.</p>\n</div></td></tr><tr><td>Transaction</td><td>y</td></tr><tr><td>System History</td><td>y</td></tr><tr><td>System Search</td><td>y</td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET past versions of resources (vread interaction)\">V-Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th><th><b title=\"GET changes to a resource (history interaction on instance)\">Updates</b></th><th><b title=\"GET changes for all resources of the type (history interaction on type)\">History</b></th></tr><tr><td>Measure</td><td><a href=\"http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-measure\">http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-measure</a></td><td>y</td><td>y</td><td>y</td><td></td><td></td><td>y</td><td>y</td></tr><tr><td>MeasureReport</td><td>Supported profiles:<br/> <a href=\"StructureDefinition-vbp-performance-measurereport.html\">Value-Based Performance MeasureReport</a><br/> <a href=\"StructureDefinition-vbp-quality-measurereport.html\">VBP Quality MeasureReport</a></td><td>y</td><td>y</td><td>y</td><td></td><td></td><td>y</td><td>y</td></tr></table></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-vbpr/CapabilityStatement/vbp-reporting-client"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0-ballot"] ; #
fhir:name [ fhir:v "VBPReportingClientCapabilityStatement"] ; #
fhir:title [ fhir:v "VBP Reporting Client Capability Statement"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-06-25"^^xsd:date] ; #
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 "This profile defines the expected capabilities of the Value-Based Performance (VBP) Reporting Client actor, when request and consume value-based performance MeasureReports from a Value-Based Performance Reporting Server. The complete list of FHIR profiles \r\nthat a VBP Reporting Server could support are defined. VBP Reporting Clients have the option of choosing from this list to access necessary data based on their local use cases and other contextual requirements."] ; #
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:kind [ fhir:v "requirements"] ; #
fhir:fhirVersion [ fhir:v "4.0.1"] ; #
fhir:format ( [ fhir:v "xml"] [ fhir:v "json"] ) ; #
fhir:patchFormat ( [ fhir:v "application/json-patch+json"] ) ; #
fhir:implementationGuide ( [
fhir:v "http://hl7.org/fhir/us/davinci-deqm/ImplementationGuide/hl7.fhir.us.davinci-deqm"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-deqm/ImplementationGuide/hl7.fhir.us.davinci-deqm>
] [
fhir:v "http://hl7.org/fhir/us/cqfmeasures/ImplementationGuide/hl7.fhir.us.cqfmeasures"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/cqfmeasures/ImplementationGuide/hl7.fhir.us.cqfmeasures>
] ) ; #
fhir:rest ( [
fhir:mode [ fhir:v "client" ] ;
fhir:documentation [ fhir:v "Da Vinci Value-Based Performance Reporting Server **SHALL** support the profiles specified in this implementation guide." ] ;
fhir:security [
fhir:description [ fhir:v "For general security consideration refer to the [Security and Privacy Considerations](http://hl7.org/fhir/R4/secpriv-module.html)." ] ] ;
( fhir:resource [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:type [ fhir:v "Measure" ] ;
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:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "read" ] ;
fhir:documentation [ fhir:v "Read allows maintainers of the Measures to get the logical definitions of the Measure" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "vread" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "history-instance" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "history-type" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Search allows maintainers of the Measures to find the logical definition of a Measure" ] ] ) ] [
fhir:type [ fhir:v "MeasureReport" ] ;
( fhir:supportedProfile [
fhir:v "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-performance-measurereport"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-performance-measurereport> ] [
fhir:v "http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-quality-measurereport"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/vbp-quality-measurereport> ] ) ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "read" ] ;
fhir:documentation [ fhir:v "Read allows maintainers of the MeasureReports to get the logical definitions of the MeasureReports" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "vread" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "history-instance" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "history-type" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHALL" ] ] ) ;
fhir:code [ fhir:v "search-type" ] ;
fhir:documentation [ fhir:v "Search allows maintainers of the MeasureReports to find the logical definition of a MeasureReport" ] ] ) ;
fhir:conditionalCreate [ fhir:v "true"^^xsd:boolean ] ;
fhir:conditionalUpdate [ fhir:v "true"^^xsd:boolean ] ;
fhir:conditionalDelete [ fhir:v "multiple" ] ;
( fhir:referencePolicy [ fhir:v "literal" ] [ fhir:v "logical" ] ) ;
( fhir:searchInclude [ fhir:v "MeasureReport.evaluatedResources" ] ) ;
( fhir:searchParam [
fhir:name [ fhir:v "date" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-date"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-date> ] ;
fhir:type [ fhir:v "date" ] ] [
fhir:name [ fhir:v "evaluatedResource" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-evaluated-resource> ] ;
fhir:type [ fhir:v "reference" ] ] [
fhir:name [ fhir:v "identifier" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-identifier"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-identifier> ] ;
fhir:type [ fhir:v "token" ] ] [
fhir:name [ fhir:v "measure" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-measure"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-measure> ] ;
fhir:type [ fhir:v "reference" ] ] [
fhir:name [ fhir:v "patient" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-patient> ] ;
fhir:type [ fhir:v "reference" ] ] [
fhir:name [ fhir:v "period" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-period"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-period> ] ;
fhir:type [ fhir:v "date" ] ] [
fhir:name [ fhir:v "reporter" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-reporter"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-reporter> ] ;
fhir:type [ fhir:v "reference" ] ] [
fhir:name [ fhir:v "status" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-status"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-status> ] ;
fhir:type [ fhir:v "token" ] ] [
fhir:name [ fhir:v "subject" ] ;
fhir:definition [
fhir:v "http://hl7.org/fhir/SearchParameter/MeasureReport-subject"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/SearchParameter/MeasureReport-subject> ] ;
fhir:type [ fhir:v "reference" ] ] ) ] ) ;
( fhir:interaction [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "batch" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SHOULD" ] ] ) ;
fhir:code [ fhir:v "transaction" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "search-system" ] ] [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MAY" ] ] ) ;
fhir:code [ fhir:v "history-system" ] ] )
] ) . #
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