Skip to main content
Use the following payer IDs when submitting eligibility checks.
If you need to verify eligibility for a payer not listed here, please contact support at dev@clarionhealth.com.

Supported Payer IDs

Aetna and subsidiaries
60054
United Healthcare and subsidiaries
87726
Cigna and subsidiaries
62308
Oscar Health
OSCAR
Oxford and subsidiaries
06111
Humana and subsidiaries
61101
Medica and subsidiaries
94265
Kaiser Northern California
KSRCN
Kaiser Colorado
100173
Kaiser Mid Atlantic
KSRA
Kaiser Southern California
94134
Kaiser Northwest
100178
Kaiser Washington
91051
Kaiser Hawaii
94123
Kaiser Georgia
21313
Kaiser California Select
94320

Usage Example

When submitting an eligibility check, use the appropriate payer ID in the insurance.payer_id field:
{
  "patient": {
    "first_name": "John",
    "last_name": "Doe",
    "date_of_birth": "1990-01-01",
    "member_id": "123456789"
  },
  "insurance": {
    "payer_id": "87726"
  },
  "provider": {
    "organization_name": "Example Healthcare",
    "npi": "1234567890"
  }
}