Skip to documentation
Availity integration

Summarize Eligibility Response

Perform Summarize Eligibility Response through Availity.

View as Markdown
availity_summarize_eligibility_response
write

Inputs

  • enabled
    boolean
    Enabled

    Optional true-or-false value.

    Default: true

  • skip_reason
    expression
    Skip Reason

    Optional literal value or workflow expression.

  • coverage_response
    jsonrequired
    Coverage Response

    Required JSON value.

  • service_types
    expression
    Service Types

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • coverage_summaryCoverage Summary
  • payerPayer
  • planPlan
  • selected_benefitSelected Benefit
  • benefit_summaryBenefit Summary
  • vob_fieldsVob Fields
  • 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",
  "required": [
    "coverage_response"
  ],
  "properties": {
    "enabled": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "skip_reason": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "service_types": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "coverage_response": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "plan": {},
    "error": {},
    "payer": {},
    "success": {},
    "vob_fields": {},
    "benefit_summary": {},
    "coverage_summary": {},
    "selected_benefit": {}
  },
  "additionalProperties": true
}
View all Availity actions