|
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 associated carrier correspondence address on the member's record. Together with the PAT_ID, this forms a foreign key to the PAT_PER_CARR_ADDR table. |
|
|
| 3 |
VALUE_LINE |
INTEGER |
No |
|
|
|
| The line number of one of the multiple parts of the carrier correspondence street address associated with the member and the carrier from the PAT_PER_CARR_ADDR table. |
|
|
| 4 |
STREET_ADDRESS |
VARCHAR |
No |
|
|
|
| The street address of the member's correspondence address as specified by an external source. |
|
|