**URGENT BENEFITS ISSUE**
**URGENT BENEFITS ISSUE**
Hello,
I have had MULTIPLE offices complain about percentages and frequencies being incorrectly uploaded in their Open Dental, and upon a quality check on my side, I've found it to be a glitch with Open Dental API. Is there any way to circumvent this issue?
I have had MULTIPLE offices complain about percentages and frequencies being incorrectly uploaded in their Open Dental, and upon a quality check on my side, I've found it to be a glitch with Open Dental API. Is there any way to circumvent this issue?
Re: **URGENT BENEFITS ISSUE**
Also, the frequencies that used to populate fields in OD older versions
no longer populate the fields in the newer updates of OD (see attached). How can I change the frequencies now to fill in to the correct fields?Re: **URGENT BENEFITS ISSUE**
Good afternoon omar22,
Frequency Limitations implementation changed in v23.2 and now use CodeGroups.
23.1
23.2
23.3
To address this:
Enhancing the Benefits endpoints to include CodeGroupNum, is on the top of our development list.
Implementing CodeGroups GET is on the top of our development list.
I will reply to this thread as soon as they are complete.
Thanks!
Frequency Limitations implementation changed in v23.2 and now use CodeGroups.
23.1
23.2
23.3
To address this:
Enhancing the Benefits endpoints to include CodeGroupNum, is on the top of our development list.
Implementing CodeGroups GET is on the top of our development list.
I will reply to this thread as soon as they are complete.
Thanks!
Re: **URGENT BENEFITS ISSUE**
Is there a way to POST frequency in CodeGroups? I can't find any documentation on the API specification or anything to implement this new change.
Re: **URGENT BENEFITS ISSUE**
Unfortunately no, there is not. CodeGroups GET is currently in development. I have added CodeGroups PUT/POST to the API development list.
Thanks!
Re: **URGENT BENEFITS ISSUE**
Can you also add a DELETE function? What would be the ETA on these?
Thank you
Thank you
Re: **URGENT BENEFITS ISSUE**
Benefits DELETE already exists and has been available since version 22.4.
The enhancement to Benefits to support CodeGroups just finished development today. You can expect it and the documentation to be released shortly in version 23.2.62 and 23.3.33.
Re: **URGENT BENEFITS ISSUE**
Benefits were enhanced in version 23.2.62.
-GET no longer requires a PlanNum or PatPlanNum.
-GET now returns CodeGroupNum value.
-POST now supports creating a benefit utilizing a CodeGroupNum.
-PUT now returns CodeGroupNum value.
23.2.62 is expected to release later this week.
Thanks!
Re: **URGENT BENEFITS ISSUE**
Great, thank you!
Re: **URGENT BENEFITS ISSUE**
I tried using the POST /benefits with CodeGroupNum and it doesn't work (my demo versionis 23.3.32.0).
Please see payload:
{
"PlanNum": 74,
"CovCatNum": 0,
"Percent":-1,
"MonetaryAmt":-1,
"BenefitType":"Limitations",
"QuantityQualifier":"Months",
"Quantity":12,
"CodeGroupNum": 2,
"CoverageLevel": "None"
}
And this is how it looks in my OD: It just has a dash near category and doesn't work properly. Is there something wrong in my payload?
Please see payload:
{
"PlanNum": 74,
"CovCatNum": 0,
"Percent":-1,
"MonetaryAmt":-1,
"BenefitType":"Limitations",
"QuantityQualifier":"Months",
"Quantity":12,
"CodeGroupNum": 2,
"CoverageLevel": "None"
}
And this is how it looks in my OD: It just has a dash near category and doesn't work properly. Is there something wrong in my payload?
Re: **URGENT BENEFITS ISSUE**
Good morning omar22,omar22 wrote: ↑Tue Feb 13, 2024 5:12 pmI tried using the POST /benefits with CodeGroupNum and it doesn't work (my demo versionis 23.3.32.0).
Please see payload:
{
"PlanNum": 74,
"CovCatNum": 0,
"Percent":-1,
"MonetaryAmt":-1,
"BenefitType":"Limitations",
"QuantityQualifier":"Months",
"Quantity":12,
"CodeGroupNum": 2,
"CoverageLevel": "None"
}
And this is how it looks in my OD:
Screenshot 2024-02-13 201039.png
It just has a dash near category and doesn't work properly. Is there something wrong in my payload?
The benefit enhancements will be in the next release (23.2.62 and 23.3.33), which should be next Thursday.
Thanks!
Re: **URGENT BENEFITS ISSUE**
You initially told me later this week which I conveyed to my customers... is it now confirmed to be thursday of NEXT week??justine wrote: ↑Tue Feb 13, 2024 3:11 pmBenefits were enhanced in version 23.2.62.
-GET no longer requires a PlanNum or PatPlanNum.
-GET now returns CodeGroupNum value.
-POST now supports creating a benefit utilizing a CodeGroupNum.
-PUT now returns CodeGroupNum value.
23.2.62 is expected to release later this week.
Thanks!
Re: **URGENT BENEFITS ISSUE**
Good morning omar22,omar22 wrote: ↑Wed Feb 14, 2024 8:32 amYou initially told me later this week which I conveyed to my customers... is it now confirmed to be thursday of NEXT week??justine wrote: ↑Tue Feb 13, 2024 3:11 pmBenefits were enhanced in version 23.2.62.
-GET no longer requires a PlanNum or PatPlanNum.
-GET now returns CodeGroupNum value.
-POST now supports creating a benefit utilizing a CodeGroupNum.
-PUT now returns CodeGroupNum value.
23.2.62 is expected to release later this week.
Thanks!
Next Thursday is tomorrow, which is later this week.
Thanks!
Re: **URGENT BENEFITS ISSUE**
Sorry I thought you meant 2/22. My apologies
Thank you for your quick and prompt responses.
Thank you for your quick and prompt responses.
Re: **URGENT BENEFITS ISSUE**
Hey sorry to bother you again, but it appears version 23.2.62 is still unavailable for my offices to update to. Do you have an ETA to when this version will be available?
Re: **URGENT BENEFITS ISSUE**
Awesome thanks! CodeGroups will always be the same across all clinics, unlike covcats, right? for example FMX/PANO will always be CodeGroupNum 2, right?
Re: **URGENT BENEFITS ISSUE**
Good afternoon omar22,
CodeGroups (Frequency Limitations) can be configured however the practice wants. So, while it may be likely that CodeGroupNum 2 is FMX/PANO, it is not guaranteed.
CodeGroups GET documentation should be released shortly.
Thanks!
Re: **URGENT BENEFITS ISSUE**
The CodeGroups POST and PUT feature requests have been completed. CodeGroups POST will allow creation of new codegroups via the API, while CodeGroups PUT will allow modifying existing ones.
These methods are available as of beta version 24.1.29. Please see https://www.opendental.com/site/apicodegroups.html for more information.
These methods are available as of beta version 24.1.29. Please see https://www.opendental.com/site/apicodegroups.html for more information.