Da Vinci - Documentation Templates and Rules, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-dtr/ and changes regularly. See the Directory of published versions
Official URL: http://hl7.org/fhir/us/davinci-dtr/CapabilityStatement/smart-dtr-client-610 | Version: 2.1.0 | |||
Standards status: Trial-use | Maturity Level: 2 | Computable Name: DTRSmartClient |
This statement defines the expected capabilities of DTR SMART on FHIR applications for USCDI 3 (US-Core 6.1.0). Such apps require client support for retrieving and editing QuestionnaireResponse resources and related resources, as well as client support for the Questionnaire Package, ValueSet Expand, and Next Question operations.
Raw OpenAPI-Swagger Definition file | Download
http://hl7.org/fhir/us/davinci-dtr/CapabilityStatement/smart-dtr-client-610
This statement defines the expected capabilities of DTR SMART on FHIR applications for USCDI 3 (US-Core 6.1.0). Such apps require client support for retrieving and editing QuestionnaireResponse resources and related resources, as well as client support for the Questionnaire Package, ValueSet Expand, and Next Question operations.
A SMART on FHIR DTR Client provides an application conforming to the SMART on FHIR specification and related requirements declared in this Implementation Guide.
Security:
Implementations SHALL meet the general security requirements documented in the HRex implementation guide.
Summary of Client Wide Operations
$questionnaire-package
operation.$expand
operation.$next-question
operation.Summary
♦ = SHALL expectation;⋄ = SHOULD expectation;▿ = MAY expectation;
Resource Type | Supported Interactions | Supported Profiles | Supported Searches | Supported _includes | Supported _revincludes | Supported Operations |
---|---|---|---|---|---|---|
QuestionnaireResponse | read♦, create♦, update♦, search-type♦ | DTR Questionnaire Response | context♦, patient♦ | |||
Encounter | read♦ | CRD Encounter | ||||
DeviceRequest | read♦ | CRD Device Request | ||||
MedicationRequest | read♦ | CRD Medication Request | ||||
NutritionOrder | read♦ | CRD Nutrition Order | ||||
CommunicationRequest | read♦ | CRD Communication Request | ||||
ServiceRequest | read♦ | CRD Service Request | ||||
VisionPrescription | read♦ | CRD Vision Prescription | ||||
Task | read♦, create♦, update♦ | PAS Task Profile |
Supported Profiles:
Profile Interaction Summary:
read
, create
, update
, search-type
.Modify Criteria:
POST [base]/QuestionnaireResponse/[id]{?_format=[mime-type]}
PUT [base]/QuestionnaireResponse/[id]{?_format=[mime-type]}
Fetch and Search Criteria:
GET [base]/QuestionnaireResponse/[id]
GET [base]/QuestionnaireResponse/[id]{?[parameters]{&_format=[mime-type]}}
Search Parameter Summary:
Conformance | Parameter | Type | Example |
---|---|---|---|
SHALL | context | reference | GET [base]/QuestionnaireResponse?context=[type]/[id] |
SHALL | patient | reference | GET [base]/QuestionnaireResponse?patient=[type]/[id] |
Search Parameter Requirements (When Used Alone or in Combination):
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/Encounter/[id]
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/DeviceRequest/[id]
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/MedicationRequest/[id]
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/NutritionOrder/[id]
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/CommunicationRequest/[id]
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/ServiceRequest/[id]
Supported Profiles:
Profile Interaction Summary:
read
.Fetch and Search Criteria:
GET [base]/VisionPrescription/[id]
Supported Profiles:
Profile Interaction Summary:
read
, create
, update
.Modify Criteria:
POST [base]/Task/[id]{?_format=[mime-type]}
PUT [base]/Task/[id]{?_format=[mime-type]}
Fetch and Search Criteria:
GET [base]/Task/[id]