Page 1 of 1

Intial versus replacement reason

Posted: Thu May 16, 2024 11:05 am
by beacondental
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)?

Re: Intial versus replacement reason

Posted: Thu May 16, 2024 11:20 am
by justine
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!

Re: Intial versus replacement reason

Posted: Thu May 16, 2024 11:31 am
by beacondental
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?

Re: Intial versus replacement reason

Posted: Thu May 16, 2024 3:08 pm
by justine
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!