PAT_REL_ADDR
Description:
This table extracts the related multiple-response item Pat Rel Address (I EPT 1701) item, which stores the addresses of each emergency contact for a given patient. In this table, each GROUP_LINE value represents a different patient contact, and each VALUE_LINE value represents a different line of that contact's address. You can use PAT_ID and GROUP_LINE to join this table with the PAT_RELATIONSHIPS table.

Primary Key
Column Name Ordinal Position
PAT_ID 1
GROUP_LINE 2
VALUE_LINE 3

Column Information
Name Type Discontinued?
1 PAT_ID VARCHAR No
The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table.
2 GROUP_LINE INTEGER No
The line number for the information associated with this record.
3 VALUE_LINE INTEGER No
The line number of one of the multiple values associated with a specific group of data within this record.
4 PAT_REL_ADDRESS VARCHAR No
Patient emergency contact's address. Here, each GROUP_LINE value represents a different patient contact, and each VALUE_LINE value represents a different line of that contact's address. You can use PAT_ID and GROUP_LINE to join this table with the PAT_RELATIONSHIPS table.