Skip to documentation
GenHealth - Eligibility integration

Prepare VOB Review Payload

Perform Prepare VOB Review Payload through GenHealth - Eligibility.

View as Markdown
eligibility_prepare_vob_review_payload
write

Inputs

  • candidate
    expressionrequired
    Candidate

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • statusStatus
  • reasonReason
  • sourceSource
  • routingRouting
  • payer_resolutionPayer Resolution
  • redacted_availity_paramsRedacted Availity Params
  • errorError
  • error_messageError Message

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": [
    "candidate"
  ],
  "properties": {
    "candidate": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "reason": {},
    "source": {},
    "status": {},
    "routing": {},
    "success": {},
    "error_message": {},
    "payer_resolution": {},
    "redacted_availity_params": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions