Skip to documentation
GenHealth - Eligibility integration

Prepare Zoho VOB Subject

Perform Prepare Zoho VOB Subject through GenHealth - Eligibility.

View as Markdown
eligibility_prepare_zoho_vob_subject
write

Inputs

  • record_id
    expressionrequired
    Record Id

    Required literal value or workflow expression.

  • record_link_id
    expressionrequired
    Record Link Id

    Required literal value or workflow expression.

  • values
    jsonrequired
    Values

    Required JSON value.

Outputs

  • successSuccess
  • errorError
  • failure_categoryFailure Category
  • can_submitCan Submit
  • reasonReason
  • record_idRecord Id
  • record_link_idRecord Link Id
  • payer_labelPayer Label
  • member_idMember Id
  • patient_first_namePatient First Name
  • patient_middle_namePatient Middle Name
  • patient_last_namePatient Last Name
  • patient_birth_datePatient Birth Date
  • subscriber_relationshipSubscriber Relationship
  • expected_field_valuesExpected Field Values

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": [
    "record_id",
    "record_link_id",
    "values"
  ],
  "properties": {
    "values": {
      "description": "Required JSON value.",
      "x-workflow-field-type": "json"
    },
    "record_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "record_link_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "reason": {},
    "success": {},
    "member_id": {},
    "record_id": {},
    "can_submit": {},
    "payer_label": {},
    "record_link_id": {},
    "failure_category": {},
    "patient_last_name": {},
    "patient_birth_date": {},
    "patient_first_name": {},
    "patient_middle_name": {},
    "expected_field_values": {},
    "subscriber_relationship": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions