This page is part of the Da Vinci Clinical Documentation Exchange (v1.0.0: STU1) based on FHIR R4. The current version which supercedes this version is 1.1.0. For a full list of available versions, see the Directory of published versions
Official URL: http://hl7.org/fhir/us/davinci-cdex/CapabilityStatement/data-source-server | Version: 1.0.0 | |||
Active as of 2022-02-28 | Computable Name: DataSourceServerCapabilityStatement | |||
Copyright/Legal: Used by permission of HL7 International all rights reserved Creative Commons License |
This CapabilityStatement describes the expected capabilities of a Da Vinci CDex Data Source (often an EHR) in Server mode when responding to a Data Consumer (often a Payer) during a clinical data exchange. This includes the following interactions:
Raw OpenAPI-Swagger Definition file | Download
The Da Vinci CDex Data Source SHALL:
The Da Vinci CDex Data Source SHOULD:
Security:
Summary of System Wide Interactions
transaction
interaction.batch
interaction.search-system
interaction.history-system
interaction.Resource Type | Supported Profiles | Supported Searches | Supported _includes | Supported _revincludes | Supported Operations |
---|---|---|---|---|---|
Bundle | - | - | - | - | - |
Claim | PAS Claim | - | - | - | - |
Subscription | - | - | - | - | - |
Task | CDex Task Data Request Profile | - | - | - | - |
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to fetch Clinical Information from data source
Profile Interaction Summary:
search-type
, read
, vread
.create
, update
, patch
, delete
, history-instance
, history-type
.Fetch and Search Criteria:
GET [base]/Bundle/[id]
Conformance Expectation: SHOULD
Resource Specific Documentation:
Resource type to carry information regarding reason for requesting 1) attachments to support claim submission, medical necessity and other reasons for attachments between payers and providers, and 2) additional information to support prior authorization requests.
Supported Profiles:
Profile Interaction Summary:
read
, vread
.create
, search-type
, update
, patch
, delete
, history-instance
, history-type
.Fetch and Search Criteria:
GET [base]/Claim/[id]
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to subscribe to data source
Profile Interaction Summary:
create
, search-type
, read
, vread
, update
.patch
, delete
, history-instance
, history-type
.Fetch and Search Criteria:
GET [base]/Subscription/[id]
Conformance Expectation: SHOULD
Resource Specific Documentation:
- Required resource type to request and fetch clinical information from data source
- There SHOULD be a reason stated in
Task.statusReason
by the Data-Source-Server when the status is updated to 'failed', 'refused', 'cancelled' or 'held'
Supported Profiles:
Profile Interaction Summary:
create
, search-type
, read
, vread
, update
.patch
, delete
, history-instance
, history-type
.Fetch and Search Criteria:
GET [base]/Task/[id]