Package | hl7.fhir.us.davinci-ra |
Type | CapabilityStatement |
Id | ra-data-submission-server |
FHIR Version | R4 |
Source | http://hl7.org/fhir/us/davinci-ra/https://build.fhir.org/ig/HL7/davinci-ra/CapabilityStatement-ra-data-submission-server.html |
URL | http://hl7.org/fhir/us/davinci-ra/CapabilityStatement/ra-data-submission-server |
Version | 2.1.0 |
Status | active |
Date | 2025-06-30T21:15:44+00:00 |
Name | RADataSubmissionServerCapabilityStatement |
Title | Risk Adjustment Data Submission Server Capability Statement |
Realm | us |
Authority | hl7 |
Description | This profile defines the expected capabilities of a Da Vinci Risk Adjustment Data Submission Server when conforming to the Da Vinci Risk Adjustment Implementation Guide for interactions between Clients and Servers. Servers are the actors receiving and processing the Risk Adjustment Data Exchange MeasureReports submitted by the Client. |
Copyright | Used by permission of HL7 International, all rights reserved Creative Commons License |
Kind | requirements |
No resources found
ImplementationGuide | |
hl7.fhir.us.davinci-ra | Da Vinci Risk Adjustment Implementation Guide |
StructureDefinition | |
ra-datax-measurereport | Risk Adjustment Data Exchange MeasureReport |
Note: links and images are rebased to the (stated) source
Generated Narrative: CapabilityStatement ra-data-submission-server
xml
, json
application/json-patch+json
Note to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
server
Da Vinci Risk Adjustment Data Submission Server SHALL support the risk adjustment data submission transaction and profiles specified in the Methodology Section of this implementation guide and the base FHIR $submit-data operation., as specified in this capability statement
For general security consideration refer to the Security and Privacy Considerations.
batch
interaction.transaction
interaction.search-system
interaction.history-system
interaction.The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include
_revinclude
Resource Type | Profile | R | S | U | P | C | Searches | _include | _revinclude | Operations |
---|---|---|---|---|---|---|---|---|---|---|
MeasureReport | Supported Profiles Risk Adjustment Data Exchange MeasureReport | y | y | y | y |
literal
, logical
read
Read allows maintainers of the Risk Adjustment Data Exchange MeasureReports to read the logical definition of a Risk Adjustment Data Exchange MeasureReport.
update
Update allows maintainers of the Risk Adjustment Data Exchange MeasureReports to update the logical definitions of a MeasureReport by its id
patch
Patch allows maintainers of the Risk Adjustment Data Exchange MeasureReports to update the logical definition of a MeasureReport by posting a set of changes to it
search-type
Search allows maintainers of the Risk Adjustment Data Exchange MeasureReports to find the logical definition of a MeasureReport
{ "resourceType": "CapabilityStatement", "id": "ra-data-submission-server", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "cqi" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 2, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/us/davinci-ra/ImplementationGuide/davinci-ra" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/us/davinci-ra/ImplementationGuide/davinci-ra" } ] } } ], "url": "http://hl7.org/fhir/us/davinci-ra/CapabilityStatement/ra-data-submission-server", "version": "2.1.0", "name": "RADataSubmissionServerCapabilityStatement", "title": "Risk Adjustment Data Submission Server Capability Statement", "status": "active", "experimental": false, "date": "2025-06-30T21:15:44+00:00", "publisher": "HL7 International / Clinical Quality Information", "contact": [ { "telecom": [ { "system": "url", "value": "http://www.hl7.org/Special/committees/cqi" } ] } ], "description": "This profile defines the expected capabilities of a Da Vinci Risk Adjustment Data Submission Server when conforming to the Da Vinci Risk Adjustment Implementation Guide for interactions between Clients and Servers. Servers are the actors receiving and processing the Risk Adjustment Data Exchange MeasureReports submitted by the Client.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "US", "display": "United States of America" } ] } ], "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License", "kind": "requirements", "fhirVersion": "4.0.1", "format": [ "xml", "json" ], "patchFormat": [ "application/json-patch+json" ], "implementationGuide": [ "http://hl7.org/fhir/us/davinci-ra/ImplementationGuide/hl7.fhir.us.davinci-ra" ], "rest": [ { "mode": "server", "documentation": "Da Vinci Risk Adjustment Data Submission Server **SHALL** support the risk adjustment data submission transaction and profiles specified in the Methodology Section of this implementation guide and the base FHIR $submit-data operation., as specified in this capability statement", "security": { "description": "For general security consideration refer to the [Security and Privacy Considerations](http://hl7.org/fhir/R4/secpriv-module.html)." }, "resource": [ { "type": "MeasureReport", "supportedProfile": [ "http://hl7.org/fhir/us/davinci-ra/StructureDefinition/ra-datax-measurereport" ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "read", "documentation": "Read allows maintainers of the Risk Adjustment Data Exchange MeasureReports to read the logical definition of a Risk Adjustment Data Exchange MeasureReport." }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "update", "documentation": "Update allows maintainers of the Risk Adjustment Data Exchange MeasureReports to update the logical definitions of a MeasureReport by its id" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "patch", "documentation": "Patch allows maintainers of the Risk Adjustment Data Exchange MeasureReports to update the logical definition of a MeasureReport by posting a set of changes to it" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHALL" } ], "code": "search-type", "documentation": "Search allows maintainers of the Risk Adjustment Data Exchange MeasureReports to find the logical definition of a MeasureReport" } ], "conditionalUpdate": true, "referencePolicy": [ "literal", "logical" ] } ], "interaction": [ { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "SHOULD" } ], "code": "batch" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "transaction" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "search-system" }, { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation", "valueCode": "MAY" } ], "code": "history-system" } ] } ] }