RESERVATION_HISTORY
Description:
This table contains audit information on changes to admission reservations. Each row represents a change to the related encounter's reservation.

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 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 LINE INTEGER No
The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact.
3 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.
4 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.
5 CONTACT_DATE DATETIME No
The date of this contact in calendar format.
6 CM_CT_OWNER_ID VARCHAR No
The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect.
7 RES_HX_USER_ID VARCHAR No
The unique ID associated with the user record for this row. This column is frequently used to link to the CLARITY_EMP table.
8 RES_HX_USER_ID_NAME VARCHAR No
The name of the user record. This name may be hidden.
9 RES_HX_REASON_C_NAME VARCHAR No
The Reason for Change category ID for this row's change to a patient's reservation.
May contain organization-specific values: No
Category Entries:
User Changed
Patient Discharged
Subtype Deleted
Discharge Undone
Encounter Canceled
Discharge Readmit
10 RES_HX_LINE INTEGER No
The line number for the reservation being changed that is associated with this contact. Multiple changes can be associated with this contact.
11 RES_HX_RESRC_TYPE_ID NUMERIC No
The unique ID of the resource type record associated with this row's change to a patient's reservation.
12 RES_HX_RESRC_SUBTYPE_C_NAME VARCHAR No
The category ID for the type of stay associated with this row's change to a patient's reservation.
May contain organization-specific values: Yes
13 RES_HX_START_DATE DATETIME No
The date this reservation started at the instant this row's change took effect on the patient's reservation.
14 RES_HX_START_TIME_C_NAME VARCHAR No
The approximate start time category ID that was applicable at the instant of this row's change to a patient's reservation.
May contain organization-specific values: Yes
Category Entries:
Morning
Midday
Afternoon
Evening
15 RES_HX_END_DATE DATETIME No
The date this reservation ended at the instant this row's change took effect on the patient's reservation. If this is populated, then RES_HX_INDEF_YN will not be populated for this row.
16 RES_HX_END_TIME_C_NAME VARCHAR No
The approximate end time category ID that was applicable at the instant of this row's change to a patient's reservation. If this is populated, then RES_HX_INDEF_YN will not be populated for this row.
The category values for this column were already listed for column: RES_HX_START_TIME_C_NAME
17 RES_HX_INDEF_YN VARCHAR No
Indicates whether this row's reservation was indefinite at the instant of this change. If Y, then RES_HX_END_DATE and RES_HX_END_TIME_C will not be populated for this row.
May contain organization-specific values: No
Category Entries:
No
Yes
18 RES_HX_CONFRMD_YN VARCHAR No
Indicates whether this reservation was confirmed at the time of this change. Y indicates that this was scheduled and on the calendar.
The category values for this column were already listed for column: RES_HX_INDEF_YN
19 RES_HX_UTC_DTTM DATETIME (UTC) No
The instant when this row's change took effect.