Reconcile athenahealth VOB Payer
Perform Reconcile athenahealth VOB Payer through GenHealth - Eligibility.
eligibility_reconcile_athena_vob_payerwrite
Inputs
- Candidate
candidateexpressionOptional literal value or workflow expression.
- Athena Reconciliation
athena_reconciliationexpressionOptional literal value or workflow expression.
- Selected Policy
selected_policyexpressionOptional literal value or workflow expression.
- Athena Payer Resolution
athena_payer_resolutionexpressionOptional literal value or workflow expression.
- Require Match
require_matchexpressionOptional literal value or workflow expression.
- Manual Review Payer Terms
manual_review_payer_termsexpressionOptional literal value or workflow expression.
Outputs
successSuccessstatusStatusshould_allow_availityShould Allow Availitypayer_matchPayer MatchreasonsReasonsselected_policySelected Policyresolved_availity_payerResolved Availity PayersourceSourceerrorError
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
{
"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
{
"type": "object",
"properties": {
"error": {},
"source": {},
"status": {},
"reasons": {},
"success": {},
"payer_match": {},
"selected_policy": {},
"should_allow_availity": {},
"resolved_availity_payer": {}
},
"additionalProperties": true
}