The Physician Availabilities Object

Object Definition

{
 "id":63,
 "provider_id":987654, // same as physician_id
 "physician_user_id":54321,
 "start_time":"09:12:00", // 24-hourtime
 "end_time":"11:00:00", // 24-hourtime
 "weekday":0, // 0 (monday) to 6 (sunday)
 "service_location_id":1234567,
 "appointment_types":[
 {"id":456789,
 "model_class":"AppointmentType",
 "abbreviation":"OV",
 "is_telehealth":false,
 "bookable_physician_ids":[],
 "color":"",
 "default_duration":15,
 "delete_date":null,
 "name":"OfficeVisit",
 "description":"",
 "patient_bookable":false,
 "practice_id":1234567,
 "sequence":1,
 "visit_note_type_id":null,
 "visit_note_template_ids":[],
 "visit_note_format":"twoCol.complex2",
 "url_path":"office-visit",
 "patient_form_ids":[],
 "patient_form_hours_prior":null
}
]
}