This Dental Pre-Care Eligibility Check API release notes provides information about new features, enhancements, regulatory updates, and any issues or defects that have been addressed from the initial/previous version of the product.
NOTE
Please use the table of contents on the right side of this page to quickly navigate to a desired section.
| API Name | API Version | Release Date | API Reference | Supported Payer ID | Active |
|---|---|---|---|---|---|
| Dental Pre-Care Eligibility | v1 | 05/06/26 | Dental Pre-Care Eligibility Check API | N/A | ✅ |
Legend
- ✅: Active
- ⏳: Coming soon!
- ❌: Deprecated
- End-of-life (EOL): End of support
Incremental release updates – 08-05-2026
UnitedHealthcare private label group validation for Pre-Care Eligibility and Enhanced Eligibility
This release introduces a new business validation capability within the Pre-Care Eligibility and Intelligence Eligibility (Enhanced Eligibility) workflow to identify UnitedHealthcare (UHC) Private Label plans and prevent unsupported eligibility transactions from being processed downstream.
The enhancement validates incoming eligibility requests against a configured list of UHC Private Label Group IDs (GRGR_ID). When a matching UHC Private Label Group is identified, the request is stopped before eligibility generation and a standardized business response is returned to the requesting provider.
Business value
- Prevents unsupported UHC Private Label transactions from being submitted to downstream systems
- Improves provider experience through clear and immediate guidance
- Reduces unnecessary processing and downstream API calls
- Enables configurable maintenance of UHC Private Label Group IDs without code changes
Key features
- UHC payer validation
The eligibility platform now validates whether the incoming request belongs to a UnitedHealthcare payer using configured UHC payer identifiers.- Private label group validation
For UHC requests, the platform retrieves the member Group ID and validates it against the configured UHC
- Private label group validation
- Private label GRGR_ID repository
- Validation Sources
- API Payload
- Portal Submission
- EDI 270 Transactions
- Loop: 2100C
- Segment: REF
- Qualifier: 6P
- Element: REF02
- Validation Sources
- Early transaction rejection
If the submitted Group ID matches a configured UHC Private Label GRGR_ID:- Eligibility processing is stopped
- No downstream Member Eligibility or Benefits API requests are generated
- A business validation response is returned immediately
- Configurable private label repository
A configuration-driven repository has been introduced to:- Store approved UHC Private Label GRGR_ID values.
- Support periodic refresh and updates.
- Reuse the existing Pre-Care Estimate reference table for validation and lookup.
- Audit logging enhancements
The following information is logged for audit and operational monitoring:- Request ID
- Payer ID
- Submitted Group Number
- Match Found (Y/N)
- Validation Timestamp
- Returned Message
Processing flow
- Eligibility request received from Provider
- Member Search API invoked to retrieve Group ID.
- System validates:
- Payer belongs to configured UHC payer list.
- Group ID exists in UHC Private Label GRGR_ID repository.
- If a match is found:
- Processing terminates.
- Business validation message is returned.
- If no match is found:
- Standard Member Eligibility and Benefits processing continues.
Business validation message
When a UHC Private Label Group is identified, the following message is returned:
"This member belongs to a UHC Private Label plan. OIHUB/Optum does not currently support electronic submissions for this group. Please submit via the instructions on the back of the member's ID card."
Validation scenarios
Scenario 1: Matching UHC Private Label Group
Input
- Payer: UHC
- Group Number: Exists in configured GRGR_ID list
Result
- Request rejected
- Business validation message returned
- No downstream eligibility request generated
Scenario 2: Non-Matching UHC Group
Input
- Payer: UHC
- Group Number: Not found in GRGR_ID repository
Result
- Validation passes
- Standard eligibility processing continues
Scenario 3: Non-UHC payer
Input
- Payer: Delta Dental (or any non-UHC payer)
- Group Number: Exists in GRGR_ID repository
Result
- Validation skipped
- Standard processing continue
Scenario 4: Missing Group Number
Input
- Payer: UHC
- Group Number: Not supplied
Result
- Existing eligibility processing rules are applied
- No Private Label validation performed
Technical enhancements
Configuration
- Added support for configurable:
- UHC Payer ID List
- UHC Private Label GRGR_ID List
Orchestration updates
- Validation introduced early in orchestration flow
- Executed before downstream eligibility generation
- Prevents unnecessary API calls and processing
EDI mapping support
Support added for Group Number extraction from:
270 Transaction
- Loop: 2100C
- Segment: REF
- Qualifier: 6P
- Element: REF02
Documentation updates
The following artifacts have been updated to reflect the new validation process:
- Eligibility API Specification
- EDI 270 Inbound Mapping Guide
- Portal Integration Guide
- Error Code Catalog
- Operations Runbook
Trigger condition
Validation is triggered when:
- Payer = UHC
AND
- Group Number exists in the UHC Private Label GRGR_ID repository
Impact
This enhancement provides proactive identification of unsupported UHC Private Label plans, improves operational efficiency, and ensures providers receive clear guidance without generating unnecessary downstream eligibility transactions.