PushSlots
Description
A PushSlots message is used to convey a list of Slots from another system to an EHR or scheduling system. The Slots represent time slots that may be available for scheduling appointments. The PushSlots message may contain information such as the time slots, their availability status(e.g., available or unavailable), and any relevant reasons for the availability status, which can be captured in the Slots[].Reason field.
API endpoints for Push Slots
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/scheduling/pushslots.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
Intraconnects Unified Model
Event Type | IntraConnects Request | Data Type | Cerner Request |
---|---|---|---|
PushSlots | Meta.DataModel | String | |
PushSlots | Meta.EventType | String | |
PushSlots | Meta.Test | Boolean | |
PushSlots | Meta.Source | String | |
PushSlots | Meta.Source.ID | String | |
PushSlots | Meta.Source.Name | String | |
PushSlots | Slots[] | Object | |
PushSlots | Slots[].ID | String | |
PushSlots | Slots[].DateTime | String | |
PushSlots | Slots[].Reason | String | |
PushSlots | Slots[].Duration | Numeric | |
PushSlots | Slots[].Provider.ID | String | |
PushSlots | Slots[].Provider.IDType | String | |
PushSlots | Slots[].Provider.FirstName | String | |
PushSlots | Slots[].Provider.LastName | String | |
PushSlots | Slots[].Provider.Credentials[] | Array of Strings | |
PushSlots | Slots[].Provider.Address | Object | |
PushSlots | Slots[].Provider.Address.StreetAddress | String | |
PushSlots | Slots[].Provider.Address.City | String | |
PushSlots | Slots[].Provider.Address.State | String | |
PushSlots | Slots[].Provider.Address.ZIP | String | |
PushSlots | Slots[].Provider.Address.County | String | |
PushSlots | Slots[].Provider.Address.Country | String | |
PushSlots | Slots[].Provider.EmailAddresses[] | Array of Strings | |
PushSlots | Slots[].Provider.PhoneNumber.Office | String | |
PushSlots | Slots[].Location | Object | |
PushSlots | Slots[].Location.Type | String | |
PushSlots | Slots[].Location.Facility | String | |
PushSlots | Slots[].Location.Department | String | |
PushSlots | Slots[].Location.Room | String |