QuestionnaireResponse REST Endpoints
Description
This topic describes information for the QuestionnaireResponse resource.
Overview
The QuestionnaireResponse resource is a collection of answers to a given questionnaire typically used to request patient healthcare information. A given QuestionnaireResponse resource must belong to a corresponding Questionnaire resource. An example of a questionnaire is a form used to collect a patient's social history. Currently, only social history is supported. The resource should be leveraged as a snapshot in time and new data should be consistently retrieved through the API rather than stored within an application.
This resource supports the US Core QuestionnaireResponse Profile from HL7 FHIR US Core Implementation Guide STU 6.1.0.
The following fields are returned if valued:
-
-
Is Modifiable Extension (for more information, see the Extensions section of this topic)
-
Note Extension (for more information, see the Extensions section of this topic)
-
-
Choice Answer Extension (for more information, see the Extensions section of this topic)
Terminology Bindings
-
QuestionnaireResponse.answer.valueCoding
Description: An answer from a list of available coding options.
Details: For more information, see Nomenclature under the Proprietary Systems section in Proprietary Codes and Systems.
System:
https://fhir.cerner.com/<EHR source id>/nomenclature
Extensions
URLs for custom extensions are defined as https://fhir-ehr.cerner.com/r4/StructureDefinition/{id}
Table - Custom Extensions
ID | Value[x] Type | Description |
---|---|---|
|
Indication of whether data is modifiable or not. Only present when false. |
|
|
Indicates answers come from a list of options. |
|
|
Additional details about a given QuestionnaireResponse group item. Includes author and date/time information. |
- Get a list of questionnaire reponses
- Method: getPath:
/QuestionnaireResponse/
- Get a questionnaire reponse by ID
- Method: getPath:
/QuestionnaireResponse/{id}
- Update a questionnaire response
- Method: putPath:
/QuestionnaireResponse/{id}