We're working on a Web Application for our Call center for scheduling, view/add/update patient info, view insurance plan, etc. The current version of the Open Dental Cloud API have about 50% of what we need, we hope Open Dental team will consider to add the remaining API end points to help us with a full integration via OD Cloud API without having to make any separate calls to the Open dental database.
API Request Details:
1. View Patient's Chart details
a. - New endpoint(s) to view Chart info by Patient (PatNum)
- i. -- Details under the Patient Info section
- ii. -- Details under the All Information section (Show tab)
- iii. -- Details under the Chart Views section (Show tab)
2. View Patient's Current Insurance Plan(s) for existing patient (Family File)
a. - New endpoint to get a list of current insurance Plan(s) info by Patient (PatNum)
3. View Patient’s Total balance (individually and Family)
a. - New endpoint to get patient balance and family total balance by patient (PatNum)
4. System auto show popup alert ON selecting a patient/family in patient search screen
a. - New endpoint to get a list of alert/popup info by Patient (PatNum)
- i. -- Table Reference: popup
5. View Electronic Forms
a. - New endpoint to get a list of electronic forms info, and ability to download them by Patient (PatNum), similar to Documents endpoint.
- i. -- Table Reference : sheet, sheetDef, sheetfield, sheetfielddef
6. Existing endpoint: View Document by DocCategory
a. - Add DocCategory, and Name to Documents end point: GET /documents?PatNum=101
- i. -- Adding DocCategory and definition Name for DocCategory will allow us to filter out documents by this field.
Thank you for your considerations.