Release Notes — Dental Pre-Care Eligibility API

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 NameAPI VersionRelease DateAPI ReferenceSupported Payer IDActive
Dental Pre-Care Eligibilityv105/06/26Dental Pre-Care Eligibility Check APIN/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

  1. UHC payer validation
    The eligibility platform now validates whether the incoming request belongs to a UnitedHealthcare payer using configured UHC payer identifiers.
    1. Private label group validation
      For UHC requests, the platform retrieves the member Group ID and validates it against the configured UHC
  2. Private label GRGR_ID repository
    • Validation Sources
      • API Payload
      • Portal Submission
      • EDI 270 Transactions
        • Loop: 2100C
        • Segment: REF
        • Qualifier: 6P
        • Element: REF02
  3. 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
  4. 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.
  5. 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

  1. Eligibility request received from Provider
  2. Member Search API invoked to retrieve Group ID.
  3. System validates:
    1. Payer belongs to configured UHC payer list.
    2. Group ID exists in UHC Private Label GRGR_ID repository.
  4. If a match is found:
    1. Processing terminates.
    2. Business validation message is returned.
  5. If no match is found:
    1. 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.

Initial release — 05-06-2026