This page is part of the Da Vinci Clinical Documentation Exchange (v2.1.0-snapshot: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.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: 2.1.0-snapshot | |||
Standards status: Trial-use | Maturity Level: 2 | Computable Name: DataSourceServerCapabilityStatement | ||
Other Identifiers: OID:2.16.840.1.113883.4.642.40.21.13.5 | ||||
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 in Server mode when responding to a Data Consumer during clinical data exchange. The capabilities include one or more of the following interactions:
Raw OpenAPI-Swagger Definition file | Download
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 in Server mode when responding to a Data Consumer during clinical data exchange. The capabilities include one or more of the following interactions:
Jump to:
The Da Vinci CDex Data Source Server SHALL:
Support at least one of the CDex approaches for exchanging clinical information:
Support JSON source formats for all Da Vinci CDex interactions.
Follow the guidelines for Generating and Verifying Signed Resources if signatures are required.
Declare a CapabilityStatement identifying the scenarios, transactions, and profiles supported.
Support XML source formats for all Da Vinci CDex interactions.
Implementers that choose to support XML need to be aware that JSON Web Signatures can only be created and validated in the original native JSON. Transforms to and from XML will invalidate signatures.
Security:
transaction
interaction.batch
interaction.search-system
interaction.history-system
interaction.Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes |
Supported _revincludes |
Supported Operations |
---|---|---|---|---|---|---|
Bundle | create, search-type, read, vread, update, patch, delete, history-instance, history-type, | CDex Signature Bundle Profileversion: null2.1.0-snapshot), | ||||
Patient | create, search-type, read, vread, update, patch, delete, history-instance, history-type, | CDex Patient Demographics Profileversion: null2.1.0-snapshot), | $match | |||
PractitionerRole | create, search-type, read, vread, update, patch, delete, history-instance, history-type, | CDex PractitionerRole Profileversion: null2.1.0-snapshot), | ||||
Provenance | create, search-type, read, vread, update, patch, delete, history-instance, history-type, | |||||
QuestionnaireResponse | create, search-type, read, vread, update, patch, delete, history-instance, history-type, | CDex SDC QuestionnaireResponse Profileversion: null2.1.0-snapshot), | ||||
Subscription | create, search-type, read, vread, update, patch, delete, history-instance, history-type, | |||||
Task | create, search-type, read, vread, update, patch, delete, history-instance, history-type, | CDex Task Data Request Profileversion: null2.1.0-snapshot), CDex Task Attachment Request Profileversion: null2.1.0-snapshot), |
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type for responding to Clinical data requests. SHALL support CDex Signature Bundle Profile for signed Bundles.
Supported Profiles:
Modify Criteria:
create
interaction creating a Bundle resource using:
POST [base]/Bundle/[id]{?_format=[mime-type]}
PUT [base]/Bundle/[id]{?_format=[mime-type]}
PATCH [base]/Bundle/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Bundle resources matching a search query using:
GET [base]/Bundle/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Bundle resource using:
GET [base]/Bundle/[id]
vread
interaction returning a Bundle resource using:
GET [base]/Bundle/[id]/_history/vid
history-instance
interaction returning a history of a Bundle using:
GET [base]/Bundle/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Bundle resources using:
GET [base]/Bundle/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to supply patient demographic data when requesting attachments.
Supported Profiles:
Reference Policy: Logical References
,
Patient Interaction Summary:
Modify Criteria:
create
interaction creating a Patient resource using:
POST [base]/Patient/[id]{?_format=[mime-type]}
PUT [base]/Patient/[id]{?_format=[mime-type]}
PATCH [base]/Patient/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Patient resources matching a search query using:
GET [base]/Patient/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Patient resource using:
GET [base]/Patient/[id]
vread
interaction returning a Patient resource using:
GET [base]/Patient/[id]/_history/vid
history-instance
interaction returning a history of a Patient using:
GET [base]/Patient/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Patient resources using:
GET [base]/Patient/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to supply patient demographic data when requesting attachments.
Supported Profiles:
Reference Policy: Logical References
,
Modify Criteria:
create
interaction creating a PractitionerRole resource using:
POST [base]/PractitionerRole/[id]{?_format=[mime-type]}
PUT [base]/PractitionerRole/[id]{?_format=[mime-type]}
PATCH [base]/PractitionerRole/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning PractitionerRole resources matching a search query using:
GET [base]/PractitionerRole/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a PractitionerRole resource using:
GET [base]/PractitionerRole/[id]
vread
interaction returning a PractitionerRole resource using:
GET [base]/PractitionerRole/[id]/_history/vid
history-instance
interaction returning a history of a PractitionerRole using:
GET [base]/PractitionerRole/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of PractitionerRole resources using:
GET [base]/PractitionerRole/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to fetch provenance along with clinical information
Modify Criteria:
create
interaction creating a Provenance resource using:
POST [base]/Provenance/[id]{?_format=[mime-type]}
PUT [base]/Provenance/[id]{?_format=[mime-type]}
PATCH [base]/Provenance/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Provenance resources matching a search query using:
GET [base]/Provenance/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Provenance resource using:
GET [base]/Provenance/[id]
vread
interaction returning a Provenance resource using:
GET [base]/Provenance/[id]/_history/vid
history-instance
interaction returning a history of a Provenance using:
GET [base]/Provenance/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Provenance resources using:
GET [base]/Provenance/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type complete questionnaires from data source. SHALL support CDex SDC QuestionnaireResponse Profile for signed QuestionnaireResponse.
Supported Profiles:
Modify Criteria:
create
interaction creating a QuestionnaireResponse resource using:
POST [base]/QuestionnaireResponse/[id]{?_format=[mime-type]}
PUT [base]/QuestionnaireResponse/[id]{?_format=[mime-type]}
PATCH [base]/QuestionnaireResponse/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning QuestionnaireResponse resources matching a search query using:
GET [base]/QuestionnaireResponse/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a QuestionnaireResponse resource using:
GET [base]/QuestionnaireResponse/[id]
vread
interaction returning a QuestionnaireResponse resource using:
GET [base]/QuestionnaireResponse/[id]/_history/vid
history-instance
interaction returning a history of a QuestionnaireResponse using:
GET [base]/QuestionnaireResponse/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of QuestionnaireResponse resources using:
GET [base]/QuestionnaireResponse/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to subscribe to data source for Task-based requests.
Modify Criteria:
create
interaction creating a Subscription resource using:
POST [base]/Subscription/[id]{?_format=[mime-type]}
PUT [base]/Subscription/[id]{?_format=[mime-type]}
PATCH [base]/Subscription/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Subscription resources matching a search query using:
GET [base]/Subscription/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Subscription resource using:
GET [base]/Subscription/[id]
vread
interaction returning a Subscription resource using:
GET [base]/Subscription/[id]/_history/vid
history-instance
interaction returning a history of a Subscription using:
GET [base]/Subscription/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Subscription resources using:
GET [base]/Subscription/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
- If Da Vinci CDex Data Source Server supports Task-based query, they SHALL support the CDex Task Data Request Profile.
- If Da Vinci CDex Data Source Server supports requesting attachments, they SHALL support the:
- CDex Task Attachment Request Profile
- CDex Patient Demographic Profile
- CDex PractitionerRequest Profile
Supported Profiles:
Reference Policy: Logical References
,
Modify Criteria:
create
interaction creating a Task resource using:
POST [base]/Task/[id]{?_format=[mime-type]}
PUT [base]/Task/[id]{?_format=[mime-type]}
PATCH [base]/Task/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type
interaction returning Task resources matching a search query using:
GET [base]/Task/[id]{?[parameters]{&_format=[mime-type]}}
read
interaction returning a Task resource using:
GET [base]/Task/[id]
vread
interaction returning a Task resource using:
GET [base]/Task/[id]/_history/vid
history-instance
interaction returning a history of a Task using:
GET [base]/Task/[id]/_history{?[parameters]&_format=[mime-type]}
history-type
interaction returning the history of Task resources using:
GET [base]/Task/_history{?[parameters]&_format=[mime-type]}