PAT_INCAP_HX
Description:
This table holds the history of patient capacity status changes. The row with the largest LINE value is the most recently documented status for the associated patient.

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 PAT_INCAP_STATUS_C_NAME VARCHAR No
Stores the patient's incapacity status and a history of previous incapacity statuses.
May contain organization-specific values: No
Category Entries:
Full capacity
Incapacitated
Determination in progress
Needs review
4 PAT_INCAP_UTC_DTTM DATETIME (UTC) No
Stores the UTC instant when a user documented the patient's incapacity status. This column also stores a history of previous UTC instants when prior statuses were documented.
5 PAT_INCAP_CMT VARCHAR No
Stores the free text comment documented on the patient's incapacity status and a history of previous comments documented on prior statuses.