This page is part of the Documentation Templates and Rules (v1.1.0-ballot: STU 1.1 Ballot 1) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
The DTR application shall save the QuestionnaireResponse to the EHR upon completion (see section Persisting Results). The next step after completing the Questionnaire may include sending a Claim to a PAS (Prior Auth Support) server for or an Order to PAO (Post-Acute Orders) for ordering. Specifications on required resources can be found in the Implementation Guides for each of those use cases.
The QuestionnaireResponse may include groups (items with specific linkIds) that contain references to resources to include. These may be attachments needed by either PAS or PAO.
The PAS Bundle linkId should be used for attached bundles containing resources needed for PAS. All of the referenced resources needed for PAS shall be stored as contained resources within the QuestionnaireResponse for easier reference. These resources should include the resources collected by DTR to complete the QuestionnaireResponse, as well as the Claim sent to PAS. If the ClaimResponse has already been received from a PAS request, this shall be stored in the QuestionnaireResponse with a reference to it in the items list as well.
The PAO Bundle linkId should be used for attached bundles containing resources needed for Post-Acute Orders. All the referenced resources needed for PAO shall be stored as contained resources within the QuestionnaireResponse for easier reference. These resources should include the resources collected by DTR to complete the QuestionnaireResponse, as well as the Order sent to PAO. If a response has already been received from a PAO request, this shall be stored in the QuestionnaireResponse with a reference to it in the items list as well.
Note: At this time SMART Web Messaging is at draft status. Therefore implementing the "Updating the Order" functionality as described below is not required to be conformant with this IG.
DTR implementations using a SMART on FHIR application SHALL support SMART Web Messaging for updating the relevant order. After storing the completed QuestionnaireResponse, SMART Web Messaging will be used to ask the EHR to update the order to add the QuestionnaireResponse as a ‘supportingInfo’ link. DTR implementations not relying on SMART on FHIR but instead using a native application SHALL support similar functionality.