PAT_RESERVATION
Description:
The PAT_RESERVATION table contains reservation-related information for a patient. The table will contain one row per patient encounter.

Primary Key
Column Name Ordinal Position
PAT_ENC_CSN_ID 1

Column Information
Name Type Discontinued?
1 PAT_ENC_CSN_ID NUMERIC No
The unique contact serial number for this contact. This number is unique across all patient encounters in your system. If you use IntraConnect, this is the Unique Contact Identifier (UCI).
2 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.
3 PAT_ENC_DATE_REAL FLOAT No
A unique contact date in decimal format. The integer portion of the number indicates the date of contact. The digits after the decimal distinguish different contacts on the same date and are unique for each contact on that date. For example, .00 is the first/only contact, .01 is the second contact, etc.
4 CONTACT_DATE DATETIME No
The date of this contact in calendar format.
5 RES_CALLER_NAME VARCHAR No
The person who called to make a reservation for the patient.
6 RES_CALLER_PHONE VARCHAR No
The phone number of the person who called to make a reservation for the patient.
7 RES_DEPARTMENT_ID NUMERIC No
The unique ID of the department where the reservation call was received.
8 RES_CALLED_DTTM DATETIME (Local) No
The date and time when the reservation request was received.
9 RES_USER_ID VARCHAR No
The unique ID of the user who received the reservation request.
10 RES_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.
11 RES_ADM_APRV_YN VARCHAR No
Indicates whether the admission for the patient was approved.
May contain organization-specific values: No
Category Entries:
No
Yes
12 RES_DENIAL_RSN_C_NAME VARCHAR No
The category number for the admission denial reason.
May contain organization-specific values: Yes
No Entries Defined
13 RES_TRANS_RSN_C_NAME VARCHAR No
The category number for the reason behind the transfer request.
May contain organization-specific values: Yes
No Entries Defined
14 RES_EXP_PAT_CLS_C_NAME VARCHAR No
The category number for the patient's expected patient class.
May contain organization-specific values: Yes
15 RES_EXP_LOC_C_NAME VARCHAR No
The category number for the patient's expected level of care.
May contain organization-specific values: Yes
16 RES_DECISION_DTTM DATETIME (Local) No
The date and time when the decision on whether to accept the reservation was made.