Source | hl7.fhir.uv.sdc.r4#3.0.0:Structured Data Capture (v4.0.1) |
resourceType | OperationDefinition |
id | Questionnaire-next-question |
canonical | http://hl7.org/fhir/uv/sdc/OperationDefinition/Questionnaire-next-question |
version | 3.0.0 |
status | draft |
publisher | HL7 International - FHIR Infrastructure Work Group |
name | SDCNextQuestion |
title | Adaptive Questionnaire - Next Question Operation |
date | 2018-08-29 |
description | The Next Question operation is used for *adaptive questionnaires* - forms where the next question (or set of questions) is based on previous answers. The result of this operation is to return an updated QuestionnaireResponse with a contained Questionnaire that includes the next question (or set of questions). It might also include display items with instructions and/or read-only questions containing calculated scores. This operation uses the [QuestionnaireResponse](http://hl7.org/fhir/R4/questionnaireresponse.html) resource with a [*contained*](http://hl7.org/fhir/R4/references.html#contained) [Questionnaire](http://hl7.org/fhir/R4/questionnaire.html) as both the input and output parameter. The client initiates and queries for the next question by including the answers to all required questions in the questionnaire to that point. The Server updates the contained Questionnaire in the QuestionnaireResponse in the with the next question or set of questions and any needed instruction or score items. When the questionnaire is complete, the Server updates the `QuestionnaireResponse.status` resource parameter to `complete`. If completion of the questionnaire has exceeded any time limit, the Server may return an [OperationOutcome](http://hl7.org/fhir/R4/operationoutcome.html) with an error. |
jurisdictions | uv |
code | next-question |
system | false |
type | true |
instance | false |
resources | Questionnaire |
Usages |
|
URL: [base]/Questionnaire/$next-question
Input parameters Profile: Next question operation input parameters
Output parameters Profile: Next question operation input parameters
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | questionnaire-response | 1..1 | Resource |
The Adaptive QuestionnaireResponse Profile of the QuestionnaireResponse resource with a contained Questionnaire. When invoking the operation for the first time, neither the QuestionnaireResponse nor the contained Questionnaire will have any items, as no questions are yet known. In subsequent calls, the QuestionnaireResponse will include answers to all required questions asked so far and the contained QuestionnaireResponse will remain the same as provided back from the operation in the preceding response. |
||
OUT | return | 1..1 | Resource |
The Adaptive QuestionnaireResponse Profile
of the QuestionnaireResponse resource with a contained
Questionnaire. The Server updates the QuestionnaireResponse's contained Questionnaire by appending with the next question or questions ittems and any score or instruction items and returns the QuestionnaireResponse (with all answers completed thus far plus any calculated scores) as this parameter. When the questionnaire is complete, the Server updates the status of the QuestionnaireResponse resource parameter to |
To return a calculated score for the questionnaire or group of items, the service may return a readOnly
question with the score value in the corresponding QuestionnaireResponse.item. The extension questionnaire-hidden
can be included on the Questionnaire.item to indicate to the client that it should not be displayed to the end user
Produced 08 Sep 2023