Skip to documentation
GenHealth - Eligibility integration

Select athenahealth VOB Policy

Perform Select athenahealth VOB Policy through GenHealth - Eligibility.

View as Markdown
eligibility_select_athena_vob_policy
write

Inputs

  • candidate
    expression
    Candidate

    Optional literal value or workflow expression.

  • athena_insurance
    expression
    Athena Insurance

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • selected_policySelected Policy
  • selection_reasonSelection Reason
  • top_priority_policy_countTop Priority Policy Count
  • sheet_disambiguatedSheet Disambiguated
  • patient_idPatient Id
  • chart_idChart Id
  • athenaAthena
  • errorError

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
}
View all GenHealth - Eligibility actions