Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to complete the OnlineAppointmentScheduling workflow #32

Open
kedarmoh opened this issue Feb 7, 2022 · 2 comments
Open

Unable to complete the OnlineAppointmentScheduling workflow #32

kedarmoh opened this issue Feb 7, 2022 · 2 comments

Comments

@kedarmoh
Copy link

kedarmoh commented Feb 7, 2022

I am trying the Online Appointment scheduling workflow in the sandbox environment, and I am unable to create a open slot for appointment or even create a new patient. Please find the attached doc which has detailed steps and error messages
OnlineAppointmentScheduling (1).docx

@stevoPerisic
Copy link

For appointment creation I have opted to get all available appointment slots for a selected provider and use the PUT method to associate the patient with the appointment slot by ID (so use appt ID, patient ID and reason ID) to update existing appt slots. This eliminates the need to specify date and time.

Conversely if you don't have appointment slots predefined this approach won't work.

@kedarmoh
Copy link
Author

kedarmoh commented Feb 7, 2022

I had tried that using the /v1/{practiceid}/appointments/open API for 11 different providers with date range 2/8/2022-7/18/2022. But there are no open slots.
I will check how to prefine appointment slots. I dont see a specific API to define slots.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants