REG_DEMOGRAPHIC_CHANGE
Description:
Contains information about updates to patient demographic info.

Primary Key
Column Name Ordinal Position
PAT_ID 1
LINE 2

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 LINE INTEGER No
The line number for the information associated with this record. Multiple pieces of information can be associated with this record.
3 REG_DEM_CHNG_INST_DTTM DATETIME (UTC) No
Stores the UTC instant that an audited demographic item was changed.
4 REG_DEM_CHNG_ITEM INTEGER No
Stores the source demographic item when that item's value changes. Used for auditing purposes.
5 REG_DEM_CHNG_USER_ID VARCHAR No
Stores the unique ID of the user who is responsible for changing the value of an audited demographic item.
6 REG_DEM_CHNG_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.