Create Appointment Task
Create an appointment task for a patient.
Once you create a task, Ferry will asynchronously process the task to find providers with validated availability. You can poll for the status of the task with the Get Appointment Task endpoint.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
Either a patient ID or a patient object.
If you supply a patient object, we will first create the patient (or update it, if a patient already exists with the provided phone number).
The maximum distance (in miles) from the patient’s home where the provider can be located.
Any preferences the patient has for the appointment (provider gender, age, language, etc.).
Response
The ID of the newly created appointment task. Ferry will asynchronously process the task before it is ready for the patient to act on it. You can poll for the status of the task with the Get Appointment Task endpoint.