Skip to main content
Clarion connects to over 1200 insurance plans for real-time eligibility verification. For the complete list of supported payers, plans, and their IDs, please view our comprehensive plan list: If you need to verify eligibility for a plan or payer not listed, or have questions about payer coverage, please contact us at dev@clarionhealth.com.

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"
  }
}