Select athenahealth VOB Policy
Perform Select athenahealth VOB Policy through GenHealth - Eligibility.
eligibility_select_athena_vob_policywrite
Inputs
- Candidate
candidateexpressionOptional literal value or workflow expression.
- Athena Insurance
athena_insuranceexpressionOptional literal value or workflow expression.
Outputs
successSuccessselected_policySelected Policyselection_reasonSelection Reasontop_priority_policy_countTop Priority Policy Countsheet_disambiguatedSheet Disambiguatedpatient_idPatient Idchart_idChart IdathenaAthenaerrorError
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"
},
"athena_insurance": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"athena": {},
"success": {},
"chart_id": {},
"patient_id": {},
"selected_policy": {},
"selection_reason": {},
"sheet_disambiguated": {},
"top_priority_policy_count": {}
},
"additionalProperties": true
}