PushTypes
Description
A PushTypes message is used to convey a list of appointment types from another system to an EHR or scheduling system. The appointment types represent different types of appointments that can be scheduled, such as new patient appointment, follow-up appointment, or specialty consultation, etc.
API endpoints for PushTypes
Sync REST API Endpoint to call the API: https://{base_url}/api/v1/scheduling/push-types.
Async REST API Endpoint to call the API: https://{base_url}/api/v1/endpoint.
Intraconnects Unified Model
Event Type | IntraConnects Request | Data Type | Athena Request |
---|---|---|---|
PushTypes | Meta.DataModel | String | |
PushTypes | Meta.EventType | String | |
PushTypes | Meta.EventDateTime | DateTime | |
PushTypes | Meta.Raw | Boolean | |
PushTypes | Meta.Source | String | |
PushTypes | Meta.Source.ID | String | |
PushTypes | Meta.Source.Name | String | |
PushTypes | Appointment | Object | |
PushTypes | Appointment.AppointmentTypeName | String | name |
PushTypes | Appointment.Duration | String | duration |
PushTypes | Appointment.Generic | String | generic |
PushTypes | Appointment.AppointmentTypeShortName | String | shortname |
PushTypes | Appointment.Patient | String | patient |
PushTypes | Appointment.TemplateTypeOnly | String | templatetypeonly |
PushTypes | Appointment.Type | Object | |
PushTypes | Appointment.Type.ID | String | |
PushTypes | Appointment.Type.IDType | String |