# Reconcile athenahealth VOB Payer

> Perform Reconcile athenahealth VOB Payer through GenHealth - Eligibility.

Source: [https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility/eligibility_reconcile_athena_vob_payer](https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility/eligibility_reconcile_athena_vob_payer)

Integration: [GenHealth - Eligibility](https://genhealth.ai/docs/workflows/integrations/gen-health-eligibility.md)

- Handler: `eligibility_reconcile_athena_vob_payer`

## Inputs

- `candidate` — Candidate (expression)
  Optional literal value or workflow expression.
- `athena_reconciliation` — Athena Reconciliation (expression)
  Optional literal value or workflow expression.
- `selected_policy` — Selected Policy (expression)
  Optional literal value or workflow expression.
- `athena_payer_resolution` — Athena Payer Resolution (expression)
  Optional literal value or workflow expression.
- `require_match` — Require Match (expression)
  Optional literal value or workflow expression.
- `manual_review_payer_terms` — Manual Review Payer Terms (expression)
  Optional literal value or workflow expression.

## Outputs

- `success` — Success
- `status` — Status
- `should_allow_availity` — Should Allow Availity
- `payer_match` — Payer Match
- `reasons` — Reasons
- `selected_policy` — Selected Policy
- `resolved_availity_payer` — Resolved Availity Payer
- `source` — Source
- `error` — Error

Output schema completeness: `best_effort_declared`

## Safety

- External effect: `write`
- Confirmation recommended: no
- Retry safe: no
- Dry run supported: no

## Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "candidate": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "require_match": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "selected_policy": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "athena_reconciliation": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "athena_payer_resolution": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "manual_review_payer_terms": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
```

### Output schema

```json
{
  "type": "object",
  "properties": {
    "error": {},
    "source": {},
    "status": {},
    "reasons": {},
    "success": {},
    "payer_match": {},
    "selected_policy": {},
    "should_allow_availity": {},
    "resolved_availity_payer": {}
  },
  "additionalProperties": true
}
```
