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.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-consumer-client | Version: 2.1.0-snapshot | |||
| Standards status: Trial-use | Maturity Level: 2 | Computable Name: DataConsumerClientCapabilityStatement | ||
| Other Identifiers: OID:2.16.840.1.113883.4.642.40.21.13.2 | ||||
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 Consumer in Client mode when requesting clinical data from the Data Source 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 Consumer in Client mode when requesting clinical data from the Data Source during clinical data exchange. The capabilities include one or more of the following interactions:
Jump to:
The Da Vinci CDex Data Consumer Client SHALL:
The Da Vinci CDex Data Consumer Client MAY:
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), | ||||
| 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, | |||||
| Questionnaire | create, search-type, read, vread, update, patch, delete, history-instance, history-type, | DTR Standard Questionnaire, DTR Questionnaire for adaptive form, | ||||
| 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 to fetch Clinical Information from data source. SHALL support CDex Signature Bundle Profile for signed Bundles.
Supported Profiles:
Modify Criteria:
create interaction posting 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 fetching Bundle resources matching a search query using:
GET [base]/Bundle/[id]{?[parameters]{&_format=[mime-type]}}
read interaction fetching a Bundle resource using:
GET [base]/Bundle/[id]
vread interaction fetching a Bundle resource using:
GET [base]/Bundle/[id]/_history/vid
history-instance interaction fetching a history of a Bundle using:
GET [base]/Bundle/[id]/_history{?[parameters]&_format=[mime-type]}
history-type interaction fetching 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:
Modify Criteria:
create interaction posting 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 fetching Patient resources matching a search query using:
GET [base]/Patient/[id]{?[parameters]{&_format=[mime-type]}}
read interaction fetching a Patient resource using:
GET [base]/Patient/[id]
vread interaction fetching a Patient resource using:
GET [base]/Patient/[id]/_history/vid
history-instance interaction fetching a history of a Patient using:
GET [base]/Patient/[id]/_history{?[parameters]&_format=[mime-type]}
history-type interaction fetching 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:
Modify Criteria:
create interaction posting 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 fetching PractitionerRole resources matching a search query using:
GET [base]/PractitionerRole/[id]{?[parameters]{&_format=[mime-type]}}
read interaction fetching a PractitionerRole resource using:
GET [base]/PractitionerRole/[id]
vread interaction fetching a PractitionerRole resource using:
GET [base]/PractitionerRole/[id]/_history/vid
history-instance interaction fetching a history of a PractitionerRole using:
GET [base]/PractitionerRole/[id]/_history{?[parameters]&_format=[mime-type]}
history-type interaction fetching 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 posting 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 fetching Provenance resources matching a search query using:
GET [base]/Provenance/[id]{?[parameters]{&_format=[mime-type]}}
read interaction fetching a Provenance resource using:
GET [base]/Provenance/[id]
vread interaction fetching a Provenance resource using:
GET [base]/Provenance/[id]/_history/vid
history-instance interaction fetching a history of a Provenance using:
GET [base]/Provenance/[id]/_history{?[parameters]&_format=[mime-type]}
history-type interaction fetching the history of Provenance resources using:
GET [base]/Provenance/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to when requesting data or attachments using Questionnaire
Supported Profiles:
Modify Criteria:
create interaction posting a Questionnaire resource using:
POST [base]/Questionnaire/[id]{?_format=[mime-type]}
PUT [base]/Questionnaire/[id]{?_format=[mime-type]}
PATCH [base]/Questionnaire/[id]{?_format=[mime-type]}
DELETE [base]//[id]
Fetch and Search Criteria:
search-type interaction fetching Questionnaire resources matching a search query using:
GET [base]/Questionnaire/[id]{?[parameters]{&_format=[mime-type]}}
read interaction fetching a Questionnaire resource using:
GET [base]/Questionnaire/[id]
vread interaction fetching a Questionnaire resource using:
GET [base]/Questionnaire/[id]/_history/vid
history-instance interaction fetching a history of a Questionnaire using:
GET [base]/Questionnaire/[id]/_history{?[parameters]&_format=[mime-type]}
history-type interaction fetching the history of Questionnaire resources using:
GET [base]/Questionnaire/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to fetch completed questionnaires from data source. SHALL support CDex SDC QuestionnaireResponse Profile for signed QuestionnaireResponse.
Supported Profiles:
Modify Criteria:
create interaction posting 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 fetching QuestionnaireResponse resources matching a search query using:
GET [base]/QuestionnaireResponse/[id]{?[parameters]{&_format=[mime-type]}}
read interaction fetching a QuestionnaireResponse resource using:
GET [base]/QuestionnaireResponse/[id]
vread interaction fetching a QuestionnaireResponse resource using:
GET [base]/QuestionnaireResponse/[id]/_history/vid
history-instance interaction fetching a history of a QuestionnaireResponse using:
GET [base]/QuestionnaireResponse/[id]/_history{?[parameters]&_format=[mime-type]}
history-type interaction fetching 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 posting 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 fetching Subscription resources matching a search query using:
GET [base]/Subscription/[id]{?[parameters]{&_format=[mime-type]}}
read interaction fetching a Subscription resource using:
GET [base]/Subscription/[id]
vread interaction fetching a Subscription resource using:
GET [base]/Subscription/[id]/_history/vid
history-instance interaction fetching a history of a Subscription using:
GET [base]/Subscription/[id]/_history{?[parameters]&_format=[mime-type]}
history-type interaction fetching the history of Subscription resources using:
GET [base]/Subscription/_history{?[parameters]&_format=[mime-type]}
Conformance Expectation: SHOULD
Resource Specific Documentation:
Required resource type to request and fetch clinical information using Task-based query and for requesting attachments.
- If Da Vinci CDex Data Consumer Client supports Task-based query, they SHALL support the CDex Task Data Request Profile.
- If Da Vinci CDex Data Consumer Client supports requesting attachments, they SHALL support the following profiles:
- CDex Task Attachment Request Profile
- CDex Patient Demographic Profile
- CDex PractitionerRequest Profile
Supported Profiles:
Modify Criteria:
create interaction posting 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 fetching Task resources matching a search query using:
GET [base]/Task/[id]{?[parameters]{&_format=[mime-type]}}
read interaction fetching a Task resource using:
GET [base]/Task/[id]
vread interaction fetching a Task resource using:
GET [base]/Task/[id]/_history/vid
history-instance interaction fetching a history of a Task using:
GET [base]/Task/[id]/_history{?[parameters]&_format=[mime-type]}
history-type interaction fetching the history of Task resources using:
GET [base]/Task/_history{?[parameters]&_format=[mime-type]}