Is there a way to get the API function for GET, PUT and POST for do NOT bill status. This would be for specific patient codes. Not for the full procedure code list. That I know you have. I am looking for specific for the patients under procedurelog.
https://opendental.com/site/apiprocedurelogs.html
Do Not Bill
Re: Do Not Bill
Hello beacondental,beacondental wrote: Mon Sep 29, 2025 10:37 am Is there a way to get the API function for GET, PUT and POST for do NOT bill status. This would be for specific patient codes. Not for the full procedure code list. That I know you have. I am looking for specific for the patients under procedurelog.
https://opendental.com/site/apiprocedurelogs.html
We think there are two possible approaches, depending on your needs.
1. You can use procedurecode.NoBillIns. This is if the office always wants that procedure code marked as 'Do Not Bill'.
2. You can use claimproc.NoBillIns. This is if the procedure should be billed to the insurance plan or not.
Thanks!
-
beacondental
- Posts: 145
- Joined: Wed Mar 15, 2023 8:43 am
Re: Do Not Bill
Will claimproc be part of the claim process? I would want the do not bill functions to be part of the Treatment Plan module process. So, it updates the insurance estimates before it becomes a claim. Let me know how that can work.
Re: Do Not Bill
Hello beacondental,beacondental wrote: Tue Sep 30, 2025 6:28 am Will claimproc be part of the claim process? I would want the do not bill functions to be part of the Treatment Plan module process. So, it updates the insurance estimates before it becomes a claim. Let me know how that can work.
Please see the claimprocs documentation.
Thanks!