Skip to documentation
GenHealth - Eligibility integration

Guard athenahealth VOB Reconciliation

Perform Guard athenahealth VOB Reconciliation through GenHealth - Eligibility.

View as Markdown
eligibility_guard_athena_vob_reconciliation
write

Inputs

  • candidate
    expression
    Candidate

    Optional literal value or workflow expression.

  • read_enabled
    expression
    Read Enabled

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • should_readShould Read
  • statusStatus
  • reasonsReasons
  • candidate_athena_idCandidate Athena Id
  • patient_idPatient Id
  • chart_idChart Id
  • sourceSource
  • 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",
  "properties": {
    "candidate": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "read_enabled": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "source": {},
    "status": {},
    "reasons": {},
    "success": {},
    "chart_id": {},
    "patient_id": {},
    "should_read": {},
    "candidate_athena_id": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions