Questionnaire REST Endpoints
Description
This topic describes information for the Questionnaire resource.
Overview
The Questionnaire resource defines and organizes questions and the allowed answers to the questions typically used to collect patient healthcare information. A questionnaire is a snapshot in time and should be retrieved before each use. Examples of questionnaires are forms used to collect a patient's social history or family member history. Currently, only social history is supported. In order to find a questionnaire for a specific patient, first search QuestionnaireResponse by patient. Then use the 'questionnaire' field from the QuestionnaireResponse to retrieve the original questionnaire.
The following fields are returned if valued:
Terminology Bindings
-
Questionnaire.item.item.answerOption.valueCoding
Description: The value of one of the permitted answers for a "choice" or "open-choice" question.
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
Custom Extensions
URLs for custom extensions are defined as https://fhir-ehr.cerner.com/r4/StructureDefinition/{id}
Table - Custom Extensions
ID | Value[x] Type | Description |
---|---|---|
|
Whether a comment is allowed. |
- Get a list of questionnaires
- Method: getPath:
/Questionnaire/
- Get a questionnaire by ID
- Method: getPath:
/Questionnaire/{id}