PAT_ENC_APPT
Description:
The PAT_ENC_APPT table contains basic information about the appointment records in your system. Since one patient encounter can be an appointment with multiple providers and resources (joint appointment), the primary key of this table comprises PAT_ENC_CSN_ID, and LINE in which LINE is used to identify each provider within the appointment.

Primary Key
Column Name Ordinal Position
PAT_ENC_CSN_ID 1
LINE 2

Column Information
Name Type Discontinued?
1 PAT_ENC_CSN_ID NUMERIC No
The unique serial number for this encounter. This number is unique across all patients and encounters in the system.
2 LINE INTEGER No
Used to identify the provider within one appointment.
3 CONTACT_DATE DATETIME No
The date on which the encounter took place.
4 DEPARTMENT_ID NUMERIC No
The unique ID of the department in which the appointment will take place.
5 PROV_START_TIME DATETIME (Local) No
The date and time that the appointment is scheduled to begin with this provider, such as 01/10/2000 14:45.