PATIENT_TYPE
Description:
This table contains one record for each patient type for each 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. This value is encrypted if encryption is enabled.
2 LINE INTEGER No
A patient can be defined with one or many types. This is the line number corresponding to the type for each patient.
3 PATIENT_TYPE_C_NAME VARCHAR No
The category value for each patient type entered for the patient (i.e. VIP, Study, etc.)
May contain organization-specific values: Yes