Show Rate

For requests or help with our API
Post Reply
PBECKER
Posts: 125
Joined: Mon Jan 03, 2022 11:54 am

Show Rate

Post by PBECKER » Thu Jan 12, 2023 9:52 am

Question: How can we find out how many patients did or did not show up for their scheduled appointment for a particular day utilizing any of API Get methods.

Greatly appreciated

-Pedro

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: Show Rate

Post by SLeon » Thu Jan 12, 2023 10:07 am

Good morning,

An appointment that the patient showed up for will have an AptStatus of Complete. An appointment that they did not show up for will have an AptStatus of Broken.

You can use Appointments GET (multiple) to retrieve this information. Use the "date" parameter to specify the particular date. The returned list of appointments includes the AptStatus field. This will show you both the Complete and Broken statuses together for a particular day.

If you would like to see these results separated, AptStatus can be added as a new search filter. Let us know if you'd like us to add this to our development list.

Post Reply