Coordination Of Benefits

Beta
Sends a coordination of benefits check through Stedi to determine whether a patient has coverage overlap across multiple payers and, if so, which payer is primary. Medicare and Medicare Advantage plans are not supported.

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Request

This endpoint expects an object.
trading_partner_service_idstringRequired
The Payer ID. Each check must be for a participating health plan for which the patient has coverage. Medicare and Medicare Advantage plans are not supported.
providerobjectRequired

Information about the entity requesting the COB check. Provide either organization_name (for organizations) or first_name and last_name (for individuals), plus npi.

subscriberobjectRequired

The primary policyholder for the insurance plan or a dependent with a unique member ID. You must provide at least one of member_id or ssn.

encounterobjectRequired
Information about the encounter for the COB check. Service dates must be within the past 2 years and must not be in the future.
dependentobjectOptional
A dependent for which you want to check coordination of benefits. If the dependent has their own member ID, include their information in the subscriber object instead.

Response

This endpoint returns an object.
providerobject
Information about the provider who submitted the COB request.
subscriberobject
Information about the primary policyholder.
dependentobject
Information about the dependent listed in the COB request.
payerobject
Information about the payer listed in the COB request.
plan_date_informationobject
Date information for the plan.
benefits_informationlist of any

Raw passthrough of Stedi’s benefits information (coverage, service types, related entities, etc.).

errorslist of objects
coordination_of_benefitsobject
Overview of the COB response including whether coverage overlap exists and payer primacy.