QuestionnaireResponse REST Endpoints
Description
This topic describes information for the QuestionnaireResponse resource.
Overview
Note:
The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.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. Currently, only social history is supported. Use the resource as a snapshot in time and consistently retrieve new data through the API rather than storing it within an application.
Profile Support
This resource supports the US Core QuestionnaireResponse Profile from the HL7 FHIR US Core Implementation Guide STU 6.1.0.
Note:
The examples provided here are nonnormative and replaying them in the public sandbox is not guaranteed to yield the results shown on the site.Returned Fields
Terminology Bindings
| Element | Description | Details |
|---|---|---|
QuestionnaireResponse.item.answer.value[valueCoding] |
An answer from a list of available coding options. | System |
QuestionnaireResponse
The operations from the QuestionnaireResponse category.
- Get a list of questionnaire responses
- Method: getPath:
/QuestionnaireResponse - Get a questionnaire response by ID
- Method: getPath:
/QuestionnaireResponse/{id}