line_item_form_response
Responses to a codified questionnaire
Primary Key:Foreign Keys:claim_id
=>line_item.claim_id
,claim_line_item_index
=>line_item.claim_line_item_index
Column | Data Type | Nullable | Indexed | Description |
---|---|---|---|---|
claim_id | bigint | No | Yes | - |
claim_line_item_index | smallint | No | Yes | - |
question_number | text | No | Yes | Identifies the question being answered (from FRM01) |
question_yes_no_response | yes_no_response_type | Yes | No | Yes/No response (from FRM02) |
question_text_response | text | No | No | Text response (from FRM03) |
question_date_response | date | Yes | No | Date response (from FRM04) |
question_percent_response | numeric | Yes | No | Percent response (from FRM05) |