PatientEncounterWaitLis
This table contains data related to the Wait List contact type. Each record is based on patient contact serial number.
| Column Name | Type | Description |
|---|---|---|
| PatientContactDateInternal | FLOAT | A unique, internal contact date in decimal format. The integer portion of the number indicates the date of the wait list 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. |
| WaitListRemovalDate | DATETIME | The date the wait list contact was removed. |
| WaitListEndDate | DATETIME | The last date to look for an alternative appointment for this wait list contact. |
| IntraConnectOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect. |
| PatientIdentification | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| LastWaitListStatusChangeDateTime | DATETIME | The date and time at which the wait list status last changed. |
| WaitListTicketIdentifier | NUMERIC | The unique ID of the scheduling ticket which is linked to this wait list entry. |
| WaitListPreferredAppointmentTimes | VARCHAR | The patient's preferred appointment times entered by the user who created the wait list contact. |
| WaitListPriorityCategoryNumber | INTEGER | The wait list priority category number for the wait list contact. |
| ScheduledWaitListAppointmentSerialNumber | NUMERIC | If the wait appointment has a status of Scheduled, then the value in this column is the same as the Appointment Serial Number on the appointment scheduled from the wait appointment. |
| WaitListContactVisitTypeIdentifier | VARCHAR | The unique ID of the visit type associated with this wait list contact. |
| WaitListAutoDeleteReasonCategory | INTEGER | The category number for the auto-delete reason. This is usually the same as the internal ID. If you use IntraConnect, this is the Community ID (CID). This value describes the reason the system decided to automatically delete the Wait List appointment and is only meaningful if the Wait List status is Auto-Deleted. |
| WaitListContactCreationDateTime | DATETIME | The date and time this patient contact was created. This column is used for running standard Clarity validations against Chronicles. To report on specific actions taken on wait list contacts, including when they were created, use the PAT_ENC_WT_LST_AUD table. |
| WaitingListIdentifier | NUMERIC | The unique identifier of the Waiting List record for this row. Currently, this is only populated for UK PAS environments. |
| WaitListContactDate | DATETIME | This column contains the date of this wait list contact in external format. This is the same as WT_END_DATE. |