Page 1 of 1
Show Rate
Posted: Thu Jan 12, 2023 9:52 am
by PBECKER
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
Re: Show Rate
Posted: Thu Jan 12, 2023 10:07 am
by SLeon
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.