ClinicalDocumentationFormBlueprin
The table is the master table for questionnaire forms.
| Column Name | Type | Description |
|---|---|---|
| QuestionnaireComputerizedAdaptiveTestingType | INTEGER | The type of CAT questionnaire, used to determine which algorithm to call when administering the questionnaire |
| QuestionnaireScoringType | INTEGER | The type of scoring to use for this questionnaire if different than the standard. Allows a questionnaire to use web service scoring (like CAT) without treating the rest of the questionnaire like a CAT questionnaire (e.g. showing one item at a time, dynamic items, etc). |
| FormUsageDescription | VARCHAR | The description of how the form will be used. |
| VisualBasicFormIdentification | NUMERIC | The ID of the VB form for this form record. |
| QuestionnaireFormIdentifier | VARCHAR | The unique ID of the questionnaire form record. |
| QuestionnaireSortOrder | INTEGER | Decides what order questions will be presented in a questionnaire. The column contains the category number for this item, so it will have a value of "",1,or 2. This category can be set to either "Required questions first," the default, which displays the questions marked as required before the questions that are not, or "Entry Order", which displays the questions in the same order they were entered in. |
| 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. |
| ConvertedFromHistoricalTemplateIdentifier | VARCHAR | Used to look up which LQH a given LQF was converted from, if any. |
| ThirdPartyContentSource | INTEGER | This is the source of any SmartForms based on content owned by third-party vendors. When the Community Library extract runs, forms with any source defined (other than Epic Model System) will not be extracted. |
| OriginalFormIdentifier | VARCHAR | Contains original record for this override record. |
| QuestionnaireRecordState | INTEGER | This column contains the category number of the record state for the questionnaire if it is not active. It indicates whether a questionnaire is inactive, hidden, deleted, or a combination of these states. |
| GraphicPrintComments | VARCHAR | The comments printed when a graphic is sent to the printer. |
| QuestionnaireFormPrintGroupIdentifier | NUMERIC | This item links a Print Group SmartForm to an actual LPG record. |
| QuestionnairePretextToDisplayToPatient | VARCHAR | Holds the patient-entered questionnaire's pretext to display to patients. |
| QuestionnairePhysicalOwnerIdentifier | 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. |
| FormOverrideStatusFlag | INTEGER | Override record status flag. |
| QuestionnaireAnswerValidityDays | INTEGER | Stores the number of days the answers to this questionnaire will be considered valid. During this period of time after submission, duplicate questionnaires assigned from different contexts will look back to the valid answers. Note that this is not respected if the Responses are unique item is set to Yes. |
| IsFormListedIndicator | VARCHAR | This column displays whether or not the form is listed. Y indicates the form is listed. |
| PatientFriendlyName | VARCHAR | Stores a name for this questionnaire suitable for display to patient. |
| QuestionnairePostTextSmartTextIdentifier | VARCHAR | Holds a SmartText record to be used as Questionnaire post-text. |
| CopiedFromFormContactSerialNumber | NUMERIC | This item stores where the current form was copied from. |
| QuestionnairePostscriptText | VARCHAR | Holds the patient-entered questionnaire's posttext to display to patients. |
| QuestionnaireFormName | VARCHAR | The name of the form record. |