QuestionnaireAnswerHistory
This table contains general information about questionnaire answer records. For example, the questionnaire the answer record is for, the date it was answered, and whether the answer record is closed.
| Column Name | Type | Description |
|---|---|---|
| PatientIdentifier | VARCHAR | The unique ID (EPT .1) of the patient subject for whom this record was created. This column is frequently used to link to the PATIENT table. |
| QuestionnaireEnteredDate | DATETIME | Holds the date on which a questionnaire was entered. This column should not be used to join to overtime questionnaire tables (e.g. CL_QFORM_QUEST and CL_QFORM_OVTM). Rather, use the foreign key comprised of the FORM_ID and FORM_DATE_REAL columns to join to those tables. |
| QuestionnaireResearchStudyEnrollmentIdentifier | NUMERIC | The unique identifier of the research study-patient association for the questionnaire. |
| QuestionnaireAnswerConfidentialStatus | VARCHAR | The confidential status for the questionnaire answers. |
| ProviderHistoryReviewCompletedIndicator | VARCHAR | This records whether a provider has completed review of the history data in this record in the MyChart\Welcome patient history visit navigator section. After the provider review, MyChart and Welcome will start pre-loading answers from the history section rather than the patient's previous responses. |
| QuestionnaireFormIdentifier | VARCHAR | The unique ID of the questionnaire form associated with the questionnaire answer. |
| ImagingAnswerSetName | VARCHAR | Used by Imaging One Click Normals Setup activity for populating picklists. |
| QuestionnaireCompletionStatus | VARCHAR | Indicates whether the questionnaire is open or closed. |
| LastAnsweredQuestionIdentifier | VARCHAR | The furthest question in the questionnaire that was answered by the user. This is only populated for Patient-Entered Questionnaires. |
| QuestionnaireContactDateTime | FLOAT | The unique, internal contact date of the associated questionnaire record in decimal format. The integer portion of the number indicates the date of the questionnaire record contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc. Along with FORM_ID, this forms the foreign key to overtime questionnaire tables (e.g. CL_QFORM_QUEST and CL_QFORM_OVTM). |
| PatientHistoryReviewedIndicator | VARCHAR | This records whether a provider has viewed the history data in this record in the MyChart\Welcome patient history visit navigator section. It is assumed that if the provider has had a chance to look at the submitted history data, they have filed or reviewed the data. After the provider review, MyChart and Welcome will start pre-loading answers from the history section rather than the patient's previous responses. |
| QuestionnaireResponseDurationSeconds | INTEGER | The amount of time (in seconds) that was spent answering the patient-entered questionnaire. |
| ParentQuestionnaireAnswerIdentifier | VARCHAR | The parent questionnaire response that was branched from to get to this questionnaire. |
| RecordCreationUserIdentifier | VARCHAR | The unique ID of the user who created this record. |
| QuestionnaireAnswerRecordIdentifier | VARCHAR | The unique ID of the questionnaire answer record. |
| PhysicalDeploymentOwnerIdentifier | VARCHAR | ID of the physical deployment owner for this record. Physical owners will be where the data is hosted, either on the cross-over server or the owner deployment. |
| LogicalDeploymentOwnerIdentifier | VARCHAR | ID of the logical deployment owner for this record. Logical owners show the deployment where the record was created but doesn't represent if the record is a part of version skew. |