FAMILY_PATS_LINKED_EPSDS
Description:
The FAMILY_PATS_LINKED_EPSDS table contains information about the episodes linked to a particular family member within a family.

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

Column Information
Name Type Discontinued?
1 FAMILY_ID NUMERIC No
The unique identifier (.1 item) for the family record.
2 GROUP_LINE INTEGER No
The line number of the patient in the family. Together with FAMILY_ID, this forms the foreign key to the FAMILY_PATS table.
3 VALUE_LINE INTEGER No
The line number of one of the multiple linked episodes associated with the family and the patient from the FAMILY_PATS table.
4 LINKED_EPISODE_ID NUMERIC No
The unique ID of the episode linked to this family member.