Eligibility
Real Time Coordination of Benefits Check
Provides coordination of benefits (COB) information for a patient, including primary and secondary insurance details.
POST
The following endpoint requires provider enrollment through our platform. Refer to the platform help guides or contact Cair Support with any questions.
Use this endpoint to search for health benefit coverage information in the case that a patient has more than one insurance plan. This check can also be performed
as part of an eligibility check automatically by setting the runCobCheck
flag to true
.
Possible COB codes
Code | Description |
---|---|
MemberFoundNoCOB | No coordination of benefits found for this member |
CoverageOverlapNoBenefitOverlap | Multiple coverages found but no overlap in benefits |
CoverageOverlapExistsNotSubjectToCob | Coverage overlap exists but is not subject to COB |
CobInstanceExistsPrimacyUndetermined | COB exists but primary/secondary status is undetermined. Likely requires a phone call to verify |
CobInstanceExistsPrimacyDetermined | COB exists with determined primacy for payer |
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Patient and coverage information for COB check
The body is of type object
.
Response
200
application/json
COB check successful
The response is of type object
.