InsVerifies GET

For requests or help with our API
Post Reply
PBECKER
Posts: 125
Joined: Mon Jan 03, 2022 11:54 am

InsVerifies GET

Post by PBECKER » Sun Oct 16, 2022 4:24 pm

We there is a InsVerifies Get method but we would also to request a GET method.

We are looking to further automate how we compare insurance data. In order to accomplish this we would like to run a GET InsVerifies that would return all insurance plan benefits with percentages, CoInsurance(s) , Deductible(s), Tyle (individual or Family), Type deducable or Limitations, Cateogry, pertage.

In summary the goal is to get all insurance benefits information.

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: InsVerifies GET

Post by SLeon » Mon Oct 17, 2022 8:56 am

Good morning,

This information is stored in the Benefits table. We can create a Benefits GET method that will return information for an specified insurance plan. Let me know if this works for you and we can add it to the development list.

PBECKER
Posts: 125
Joined: Mon Jan 03, 2022 11:54 am

Re: InsVerifies GET

Post by PBECKER » Wed Nov 02, 2022 10:12 am

Hello API Team

yes if we can get all the insurance details for a patient to also include the insurance plan that would be perfect.

Thank you to the worlds greatest PMS.

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: InsVerifies GET

Post by SLeon » Thu Nov 03, 2022 7:38 am

Good morning Pedro,

Yes. In the soon-to-be released Benefits GET, we will also return the FK of the plan. This will either be the PlanNum (for InsPlans) or the PatPlanNum (for PatPlans). Most benefits are attached using insplan.PlanNum.

PBECKER
Posts: 125
Joined: Mon Jan 03, 2022 11:54 am

Re: InsVerifies GET

Post by PBECKER » Fri Nov 25, 2022 3:13 pm

Hello ApI team ,

Are there any updates on this item?

JTS
Posts: 38
Joined: Thu Aug 18, 2022 12:56 pm

Re: InsVerifies GET

Post by JTS » Mon Nov 28, 2022 8:07 am

A new method, Benefits GET, has been added. This method will allow you to retrieve all benefits for a specific Insurance Plan or Patient Plan. For more information, see https://www.opendental.com/site/apibenefits.html

This method will be available starting in beta version 22.3.27.

PBECKER
Posts: 125
Joined: Mon Jan 03, 2022 11:54 am

Re: InsVerifies GET

Post by PBECKER » Tue Nov 29, 2022 11:38 am

we're seeing the latest available version is 22.3.26.

Is .27 available yet? or can we use .26 to utilize InsVerifies GET

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: InsVerifies GET

Post by SLeon » Tue Nov 29, 2022 11:49 am

Hey there,

The above method to get the insurance data you are after is called with Benefits GET. This is not yet available, but 22.3.27 is estimated to be released later this week.

PBECKER
Posts: 125
Joined: Mon Jan 03, 2022 11:54 am

Re: InsVerifies GET

Post by PBECKER » Wed Jan 11, 2023 1:58 pm

Sarah any update on this item?

SLeon
Posts: 476
Joined: Mon Mar 01, 2021 10:00 am

Re: InsVerifies GET

Post by SLeon » Wed Jan 11, 2023 2:11 pm

Good afternoon Pedro,

The insurance information you are after is stored in the benefit table. Benefits GET can return this via the InsPlan or the PatPlan. It was made available roughly six weeks ago in version 22.3.27 (and later).

The documentation can be found here https://www.opendental.com/site/apibenefits.html.

Post Reply