AutomatedWaitListO
The table contains information about offers that were made to patients for their wait list entries via MyChart using the auto wait list batch job.
| Column Name | Type | Description |
|---|---|---|
| MyChartOfferFirstViewedInstant | DATETIME | The date and time, in the system's default time zone, when a MyChart user with access to this patient's account first viewed the offer. |
| PatientIdentifier | VARCHAR | The unique ID of the patient record for this row. This column is frequently used to link to the PATIENT table. |
| WaitlistOfferArrivalOffsetInMinutes | INTEGER | The number of minutes before the appointment the patient should arrive for this offer. This is determined at the time the offer is sent, and is used to show the patient how early they will need to arrive if they accept the offer. Most of the time, if the patient accepts the offer, this will be identical to the arrival offset for the resultant scheduled appointment, stored in PAT_ENC_4.APPT_ARRIVAL_MINUTES. However, if the configuration for calculating arrival offsets changes after the offer was sent, they could be different. |
| PatientResponseToAutoWaitListOfferUniversalTime | DATETIME | The date and time, in UTC, when the patient responded to the auto wait list offer. This is only populated if result is "Accepted" or "Declined". |
| PatientEncounterContactDateReal | FLOAT | 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. |
| ScheduledAppointmentContactSerialNumber | NUMERIC | The Contact Serial Number (CSN) of the appointment scheduled from this Fast Pass offer. This column is only populated for accepted offers. |
| PatientEncounterContactSerialNumber | NUMERIC | 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). |
| WaitlistOfferContactDate | DATETIME | The date of this contact in calendar format. |
| RespondingMyChartUserIdentification | VARCHAR | Stores the MyChart user who responded to the offer (only if result is accepted or declined via MyChart). |
| ContactOwningInstanceCommunityIdentifier | VARCHAR | The Community ID (CID) of the instance that owns this contact. This is only populated if you use IntraConnect. |
| AutoWaitlistOfferSentDateTime | DATETIME | The date and time, in the system's default time zone, that the auto wait list offer was sent. |
| AutoWaitListOfferLineNumber | INTEGER | The line number for the information associated with this contact. Multiple pieces of information can be associated with this contact. |
| AutoWaitlistOfferSentUniversalTimeCoordinate | DATETIME | The date and time, in UTC, when the auto wait list offer was sent. |