New Tables (GA)
The following tables have been moved from beta to General Availability (GA). These schemas are now stable and will follow standard change management processes.| Table | Description |
|---|---|
| recurring_event_group | Recurring appointment and event schedules for practice scheduling |
| recurring_event_schedule | Individual schedule definitions within a recurring event group |
Release Highlights
recurring_event_group and recurring_event_schedule: Now GA Therecurring_event_group and recurring_event_schedule tables have been promoted to General Availability. These tables enable reporting and analysis on recurring appointment schedules, provider availability patterns, and practice scheduling workflows.
recurring_event_group
Stores the top-level configuration for recurring appointment schedules:
id: unique identifier for the recurring event grouppractice: practice IDtime_slot_type: type of time slot (appointment,appointment_slot, orevent)is_blocking: whether the schedule blocks provider availabilitycreated_date: when the recurring event group was createddeleted_date: when the recurring event group was deleted (if applicable)reason: optional reason or description for the schedule
duration: duration of each event in minutesevent_time: time of day for the eventphysician: provider assigned to the scheduleseries_start: start date for the recurring seriesseries_stop: end date for the recurring series (if applicable)description: optional description of the scheduledow_mondaythroughdow_sunday: boolean flags indicating which days of the week the event recurscreated_date: when the schedule was created
These tables are now GA and will follow standard deprecation policies. Any future schema changes will be communicated via release notes with appropriate migration guidance.