Skip to documentation
GenHealth - Eligibility integration

Prepare VOB Note

Perform Prepare VOB Note through GenHealth - Eligibility.

View as Markdown
eligibility_prepare_vob_note
write

Inputs

  • candidate
    expressionrequired
    Candidate

    Required literal value or workflow expression.

  • outcome
    expressionrequired
    Outcome

    Required literal value or workflow expression.

  • subject
    expression
    Subject

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • statusStatus
  • reasonReason
  • note_kindNote Kind
  • subjectSubject
  • note_textNote Text
  • sourceSource
  • athenaAthena
  • 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",
    "outcome"
  ],
  "properties": {
    "outcome": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "subject": {
      "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"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "athena": {},
    "reason": {},
    "source": {},
    "status": {},
    "subject": {},
    "success": {},
    "note_kind": {},
    "note_text": {},
    "error_message": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions