Intial versus replacement reason

For requests or help with our API
Post Reply
beacondental
Posts: 122
Joined: Wed Mar 15, 2023 8:43 am

Intial versus replacement reason

Post by beacondental » Thu May 16, 2024 11:05 am

Some dental codes have initial or replacement reason attached to each code.
Under prosthesis replacement, you will see the selection here under Procedure edit.
https://opendental.com/manual/procedureedit.html
Is there a way to get initialg or replacement info in API (GET, PUT, and POST)?

justine
Posts: 289
Joined: Tue Dec 28, 2021 7:59 am

Re: Intial versus replacement reason

Post by justine » Thu May 16, 2024 11:20 am

beacondental wrote:
Thu May 16, 2024 11:05 am
Some dental codes have initial or replacement reason attached to each code.
Under prosthesis replacement, you will see the selection here under Procedure edit.
https://opendental.com/manual/procedureedit.html
Is there a way to get initialg or replacement info in API (GET, PUT, and POST)?
Good morning beacondental,

Procedurelogs GET (single) and procedurelogs GET (multiple) both return Prosthesis and DateOriginalProsth. Procedurelog schema states the Prosthesis will have a value of blank ("") for no, "I" for initial, or "R" for replacement. DateOriginalProsth stores the original date value.

Thanks!

beacondental
Posts: 122
Joined: Wed Mar 15, 2023 8:43 am

Re: Intial versus replacement reason

Post by beacondental » Thu May 16, 2024 11:31 am

Yes, I am aware of this. But, there is not way to do POST or PUT for Prosthesis and DateOriginalProsth. Is there a way you can add this to development?

justine
Posts: 289
Joined: Tue Dec 28, 2021 7:59 am

Re: Intial versus replacement reason

Post by justine » Thu May 16, 2024 3:08 pm

beacondental wrote:
Thu May 16, 2024 11:31 am
Yes, I am aware of this. But, there is not way to do POST or PUT for Prosthesis and DateOriginalProsth. Is there a way you can add this to development?
I apologize for the misunderstanding.

Using POST/PUT to set/update Prosthesis and DateOriginalProsth fields is on our development list. We will update this thread when your request is complete.

Thanks!

Post Reply