Form Responses
Also known as questionnaire response.
Form responses contain all questions and answers that fall under forms and can therefore not be seen separate from the Forms category. This is a nested data category, where form responses are the child and forms are the parent.
Overview
Filter name in app | Priority | FHIR field (PFS) | Brief description | Example data |
---|---|---|---|---|
ID | Must have | QuestionnaireResponse.identifier.value | Unique identifier for form response. | |
Form ID | Must have | Questionnaire.identifier.value | Unique ID of the complete form that the form response is a part of. | |
Question order | Nice to have | Not yet mapped | ||
Form question | Must have | QuestionnaireResponse.item.text | The form question that a care provider can fill out an answer to. | "In the last 2 days, did you experience coughing complaints that are worse or more frequent than normal?" "Do you smoke?" "Start date / time A&E" "Padua score" |
Question ID | N/A | QuestionnaireResponse.item.linkId | ||
Textual answer | Must have | QuestionnaireResponse.item.answer.value[x].valueString | Free-text answer to a question. | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. |
Multiple choice answer | Should have | Not yet mapped | Answer to a multiple choice question with limited list of answer options. | Yes, no, sometimes BIRADs score 1 / 2 / 3 / 4 / 5 / 6 |
Date answer | Must have | QuestionnaireResponse.item.answer.value[x].valueDate or QuestionnaireResponse.item.answer.value[x].valueDateTime | Date answer given to questions such as "When did your symptoms start?" or "Smokes since" | DD-MM-YYYY (hh:mm) |
Numeric answer | Must have | QuestionnaireResponse.item.answer.value[x].valueDecimal or QuestionnaireResponse.item.answer.value[x].valueInteger or QuestionnaireResponse.item.answer.value[x].valueQuantity.value | Numerical answer to a question, integer or float. | |
Age at time of event | Must have | Derived from Patient | Age of the patient, in years, when the form response was filled out, changed or amended. | |
Start date | Must have | QuestionnaireResponse.authored | Date on which the form response was filled out (new) or was changed. | DD-MM-YYYY hh:mm |