> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clarionhealth.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported Plans

> List of insurance plans supported for eligibility verification

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:

<Note>
  [View the full list of supported
  plans](https://docs.google.com/spreadsheets/d/1eEpISifH9nEFDVlUgDz0V1_-l75PZS2mzkH5sGNKXt4/edit?usp=sharing)
</Note>

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](mailto:dev@clarionhealth.com).

## Usage Example

When submitting an eligibility check, use the appropriate payer ID in the `insurance.payer_id` field:

```json theme={null}
{
  "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"
  }
}
```
