QuestionnaireAnswerDetai
This table contains the questions and answers for questionnaire answer records. It also includes audit information such as when the question was answered and by whom.
| Column Name | Type | Description |
|---|---|---|
| ResponseNotProvidedIndicator | INTEGER | Specifies if there was no response to a question (set to 1 - Yes). |
| QuestionnaireAnswerNumericValue | INTEGER | For questions of networked or category response types where the linked INI and item is numeric (integer) based, this column holds either a record ID or category ID. |
| QuestionnaireContactDateIdentifier | FLOAT | The unique, internal contact date of the associated question record in decimal format. The integer portion of the number indicates the date of the question 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 QUEST_ID, this forms the foreign key to overtime question tables (e.g. CL_QQUEST_OVTM). |
| QuestionnaireEnteredDate | DATETIME | Holds the date this response was entered into the system. Source: HQA 110 NOTE: This should not be used to join to the overtime questions table (e.g. CL_QQUEST_OVTM). Rather, use the foreign key comprised of the QUEST_ID and QUEST_DATE_REAL columns to join to those tables. |
| QuestionnaireAnswerLineNumber | INTEGER | Line count of the answers in the questionnaire record. |
| FloatingPointAnswerValue | FLOAT | The answer to the question for this record converted into a floating point value. |
| PatientLocationDrawingIdentification | VARCHAR | Stores the ID of the drawing record (DCS) submitted by the patient in the locale in which he answered the question if the locale is different from the base locale. |
| QuestionAnswerInstantDatetime | DATETIME | Stores the instant a question was answered. |
| ScoreStandardError | NUMERIC | The standard error on the score calculated by the computerized adaptive testing (CAT) algorithm |
| AnswerRecordIdentifier | VARCHAR | For questions of networked or category response types where the linked INI and item is string (aka varchar) based, this column will hold either a record ID or category ID. These are useful for linking directly to other tables such as CLARITY_SER for provider-linked questions, or ZC tables for category response types. If you are unsure what types of records these IDs hold, consult CL_QQUEST_OVTM for the question ID in the QUEST_ID column and use the RESP_INI and RESP_ITEM columns. |
| ParentQuestionIdentification | VARCHAR | The question ID (LQL) of the parent question for which this follow-up question is answered. |
| QuestionnaireAnswerText | VARCHAR | The answer to the question for this record. For answers to questions of the networked or category response type, use the VARCHAR_ANSWER or NUMERIC_ANSWER columns to see the raw record or category IDs. To use this column as a number in a calculation, use FLOAT_ANSWER. |
| QuestionnaireScoringMethod | INTEGER | The scoring method used for scoring a question (if it's something that specifically needs to be known). |
| AnswerSeverityCode | INTEGER | The severity level of an answer. Calculated using the thresholds defined for the question that was answered. |
| CommunityLogOwnerIdentification | VARCHAR | The Community ID (CID) of the instance from which this record or line was extracted. This is only populated if you use IntraConnect. |
| QuestionnaireAnswerIdentifier | VARCHAR | The unique ID of the questionnaire answer record. |
| DocumentInformationIdentifier | VARCHAR | The unique identifier of a document uploaded for a question. |
| QuestionCommentary | VARCHAR | The comment for the question for this record. |
| QuestionnaireQuestionIdentifier | VARCHAR | The unique ID of the question for this record. |
| QuestionSmartDataIdentifier | VARCHAR | The SmartData identifier of the SmartData element that this patient-entered custom history question uses. |
| QuestionnaireEditingUserId | VARCHAR | The unique ID of the user associated with this record. |
| QuestionAnswerDateTime | DATETIME | Stores questionnaire answer data in a datetime format that includes hours and seconds. |
| AnswerTimeValue | VARCHAR | The answer to the question for this record, formatted as a time value. This is the preferred column for reporting on answers to questions with the response type (LQL 110) of 3-Time. Source: HQA 120 |
| QuestionLineNumber | INTEGER | The line number for the question for this record. |
| AnswerDisplayName | VARCHAR | Virtual item. This item only has data for networked question answers. For networked question answers, this displays the name of the networked record selected by the user at the time the answer was made. |