QuestionnaireResponse
A structured set of questions and their answers. The questions are ordered and grouped into coherent subsets, corresponding to the structure of the grouping of the questionnaire being responded to.
Endpoints
dev
https://api.sandbox.ovok.com/fhir/R5/QuestionnaireResponse| Interaction | Method | Path |
|---|---|---|
| Read | GET | /fhir/R5/QuestionnaireResponse/[id] |
| Vread | GET | /fhir/R5/QuestionnaireResponse/[id]/_history/[vid] |
| Update | PUT | /fhir/R5/QuestionnaireResponse/[id] |
| Patch | PATCH | /fhir/R5/QuestionnaireResponse/[id] |
| Delete | DELETE | /fhir/R5/QuestionnaireResponse/[id] |
| Create | POST | /fhir/R5/QuestionnaireResponse |
| Search | GET | /fhir/R5/QuestionnaireResponse?... |
| History | GET | /fhir/R5/QuestionnaireResponse/[id]/_history |
| Type-history | GET | /fhir/R5/QuestionnaireResponse/_history |
Top-level elements
| Element | Type(s) | Cardinality | Description |
|---|---|---|---|
identifier | Identifier | 0..* | Business identifier for this set of answers |
basedOn | Reference | 0..* | Request fulfilled by this QuestionnaireResponse |
partOf | Reference | 0..* | Part of referenced event |
questionnaire | canonical | 1..1 | Canonical URL of Questionnaire being answered |
status | code | 1..1 | in-progress |
subject | Reference | 0..1 | The subject of the questions |
encounter | Reference | 0..1 | Encounter the questionnaire response is part of |
authored | dateTime | 0..1 | Date the answers were gathered |
author | Reference | 0..1 | The individual or device that received and recorded the answers |
source | Reference | 0..1 | The individual or device that answered the questions |
item | BackboneElement | 0..* | Groups and questions |
Resource-specific search parameters
| Parameter | Type | Description |
|---|---|---|
author | reference | The author of the questionnaire response |
authored | date | When the questionnaire response was last changed |
based-on | reference | Plan/proposal/order fulfilled by this questionnaire response |
encounter | reference | Encounter related to the activity recorded in the AuditEvent |
identifier | token | Account number |
item-subject | reference | Allows searching for QuestionnaireResponses by item value where the item has isSubject=true |
part-of | reference | Procedure or observation this questionnaire response was performed as a part of |
patient | reference | The entity that caused the expenses |
questionnaire | reference | The questionnaire the answers are provided for |
source | reference | The individual providing the information reflected in the questionnaire respose |
status | token | The status of the questionnaire response |
subject | reference | The subject of the questionnaire response |
Reference
- Official FHIR R5 spec:
QuestionnaireResponse - Maturity: Normative (FMM 5).