questionnaire_response


If there is patient data for this table the file for this export will be found in the extracted zip folder location under the filename of questionnaire_response.csv

If there are non-patient data column elements that are not part of the designated record set they will be marked in the Comment's column for that data element

Description

Holds questionnaire results for a patient

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
uuid BINARY 16 null
response_id VARCHAR 255 null
form_questionnaire_assessments.response_id Defined in XML R

A globally unique id for answer set. String version of UUID

questionnaire_foreign_id BIGINT 19 null
questionnaire_repository.id Defined in XML R

questionnaire_repository id for subject questionnaire

questionnaire_id VARCHAR 255 null

Id for questionnaire content. String version of UUID

questionnaire_name VARCHAR 255 null
patient_id INT 10 null
patient_data.pid Defined in XML R

The internal patient identifier

encounter INT 10 null
form_encounter.encounter Defined in XML R

May or may not be associated with an encounter

audit_user_id INT 10 null
users.id Defined in XML R
creator_user_id INT 10 null
users.id Defined in XML R

user id if answers are provider

create_time DATETIME 19 current_timestamp()
last_updated DATETIME 19 null
version INT 10 1
status VARCHAR 63 null

form current status. completed,active,incomplete

questionnaire LONGTEXT 2147483647 null

the subject questionnaire json

questionnaire_response LONGTEXT 2147483647 null

questionnaire response json

form_response LONGTEXT 2147483647 null

lform answers array json

form_score INT 10 null

Arithmetic scoring of questionnaires

tscore DOUBLE 22 null

T-Score

error DOUBLE 22 null

Standard error for the T-Score

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
response_index Performance Asc/Asc/Asc/Asc response_id + patient_id + questionnaire_id + questionnaire_name
uuid Must be unique Asc uuid

Relationships