API Reference

Sync Status

The sync status resource indicates if the integrated system sync is running correctly. Each sync consists of a reads and writes service. The reads service is responsible for making sure data read from the EHR is up to date. The writes service enables the ability to write new patients and appointments into the external database.

The sync status resource returns the real time status of both the reads and writes services. A read_status of "red" indicates data staleness. Likewise, a writes_status of "green" indicates that the writes service is active. Attempting to POST new data when a writes_status is "red" will result in errors.

Please see our guide on Interpreting Sync Status for more information.