Search found 10 matches
- Wed Apr 09, 2025 10:48 am
- Forum: API
- Topic: Claim Proc Put Update API
- Replies: 10
- Views: 4642
Re: Claim Proc Put Update API
Thank you. So I use ClaimProcNum to PUT data. But on the GET if I want the ClaimProc data for a particular ClaimProcNum, I do not see a GET based on this. Please see what is available. Do you know why? Jus wondering. GET /claimprocs?ProcNum=1734730 GET /claimprocs?ClaimNum=98567 GET /claimprocs?Stat...
- Tue Apr 08, 2025 9:48 pm
- Forum: API
- Topic: Claim Proc Put Update API
- Replies: 10
- Views: 4642
Re: Claim Proc Put Update API
Also I have API https://api.opendental.com/api/v1/claimprocs?ProcNum=481900 This is working fine and getting the data, but when I say PUT https://api.opendental.com/api/v1/claimprocs/481900 with the following data in the body {"Status": "Received", "InsPayAmt": "50.00"} getting 404 claimproc not fou...
- Tue Apr 08, 2025 5:39 pm
- Forum: API
- Topic: Claim Proc Put Update API
- Replies: 10
- Views: 4642
Re: Claim Proc Put Update API
Thank you. There is a claim number on the EOB, can I not query based on it? The claim number on EOB will it be different from what is there in Open Dental?
- Mon Mar 31, 2025 4:08 pm
- Forum: API
- Topic: Claim Proc Put Update API
- Replies: 10
- Views: 4642
Re: Claim Proc Put Update API
Yes the dental office says they did.
- Mon Mar 24, 2025 1:06 pm
- Forum: API
- Topic: Claim Proc Put Update API
- Replies: 10
- Views: 4642
Re: Claim Proc Put Update API
I have the paper EOB. I extracted the values using my OCR program. I want to update the insurance paid fields that I extracted into Open dental into the claim proc record for the EOB on the Opendental side.
- Fri Mar 21, 2025 2:43 pm
- Forum: API
- Topic: Claim Proc Put Update API
- Replies: 10
- Views: 4642
Claim Proc Put Update API
Hello: I have gone through the API spec. I have a requirement where in I need to update the claim proc from EOB. In order to perform this I would need to know how I can correlate a procedure line from the paper EOB to the claim proc that I get from the GET API call. On the paper EOB I do not of have...
- Fri Feb 21, 2025 2:47 pm
- Forum: Main Forum
- Topic: EOB question
- Replies: 1
- Views: 2234
EOB question
I have data extracted out of EOB from a backend system and I would like to post this information to the Open Dental database. Which APIs should I be using? If there are multiple APIs then please let me know. I have the following fields from the backend system InsuranceCompanyName InsuranceCompanyAdd...
- Sun Sep 22, 2024 9:10 am
- Forum: Main Forum
- Topic: Docker and Opendental
- Replies: 0
- Views: 20564
Docker and Opendental
Has anyone dockerized Opendental application? We need to set up a test environment and would like to see if a docker container is a right way to go.
- Wed Apr 03, 2024 9:15 am
- Forum: API
- Topic: Insurance card information- API to store
- Replies: 2
- Views: 6853
Re: Insurance card information- API to store
Thank you very much. I have gone through the database schema XML https://www.opendental.com/OpenDentalDocumentation24-1.xml and the APIs you have provided. Let me explain further what I am trying to do: I got the following JSON information from a healthcare card { "idnumber": "323333229 NP302333233"...
- Thu Mar 28, 2024 11:50 am
- Forum: API
- Topic: Insurance card information- API to store
- Replies: 2
- Views: 6853
Insurance card information- API to store
Hello as the name suggested I am a novice with OD. Here is a question. Currently the front desk is storing the insurance card information keying the information into OD. I would like to see if there is a way to store this information automatically. The idea is to CALL an OD API to store the informat...