line_item_form
A form that has been filled out to provide documentation
Primary Key:Foreign Keys:line_item_id=>line_item.line_item_id
line_item_form_uq(Unique) -line_item_id,form_type_qualifier,form_identifier
| Column | Data Type | Nullable | Indexed | Description |
|---|---|---|---|---|
line_item_form_id | bigint | No | Yes | - Generated through expression: |
line_item_id | bigint | No | Yes | - Generated through expression: |
form_type_qualifier | code_list_qualifier_type | No | Yes | Identifies the code source used for the form identification code. Examples include the 'AS' Home Health form and 'UT' for CMS DMERC Certificate of Medical Necessity form types (From LQ01) Generated through expression: |
form_identifier | text | No | Yes | Identifies the type of form used to provide documentation (From LQ02) Generated through expression: |