Skip to documentation
GenHealth - Eligibility integration

Prepare VOB Sheet Writeback

Perform Prepare VOB Sheet Writeback through GenHealth - Eligibility.

View as Markdown
eligibility_prepare_vob_sheet_writeback
write

Inputs

  • candidate
    expressionrequired
    Candidate

    Required literal value or workflow expression.

  • outcome
    expression
    Outcome

    Optional literal value or workflow expression.

  • patient_resolution_failure
    expression
    Patient Resolution Failure

    Optional literal value or workflow expression.

  • athena_case
    expression
    Athena Case

    Optional literal value or workflow expression.

  • athena_attachment
    expression
    Athena Attachment

    Optional literal value or workflow expression.

  • external_writes_enabled
    boolean
    External Writes Enabled

    Optional true-or-false value.

  • writeback_enabled
    boolean
    Writeback Enabled

    Optional true-or-false value.

  • completed_team_assignment
    expression
    Completed Team Assignment

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • should_writeShould Write
  • statusStatus
  • primary_reasonPrimary Reason
  • reasonsReasons
  • sourceSource
  • spreadsheet_idSpreadsheet Id
  • status_noteStatus Note
  • expected_dataExpected Data
  • dataData
  • 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": {
    "outcome": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "candidate": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "athena_case": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "athena_attachment": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "writeback_enabled": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "external_writes_enabled": {
      "type": "boolean",
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "completed_team_assignment": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_resolution_failure": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "data": {},
    "error": {},
    "source": {},
    "status": {},
    "reasons": {},
    "success": {},
    "status_note": {},
    "should_write": {},
    "error_message": {},
    "expected_data": {},
    "primary_reason": {},
    "spreadsheet_id": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions