Skip to documentation
GenHealth - Eligibility integration

Resolve Portal Payer

Perform Resolve Portal Payer through GenHealth - Eligibility.

View as Markdown
eligibility_resolve_portal_payer
read

Inputs

  • portal
    selectrequireddynamic options
    Portal

    Required selected identifier or value. Retrieve allowed values from the dynamic options endpoint.

  • source_payer_label
    expressionrequired
    Source Payer Label

    Required literal value or workflow expression.

  • source_payer_id
    expression
    Source Payer Id

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • statusStatus
  • can_submitCan Submit
  • portalPortal
  • source_labelSource Label
  • normalized_labelNormalized Label
  • source_payer_idSource Payer Id
  • payer_idPayer Id
  • payer_namePayer Name
  • payer_aliasesPayer Aliases
  • supported_service_typesSupported Service Types
  • reasonReason
  • errorError
  • error_messageError Message

Output schema completeness: best_effort_declared

Safety

External effect
read
Confirmation recommended
No
Retry safe
Yes
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "portal",
    "source_payer_label"
  ],
  "properties": {
    "portal": {
      "type": "string",
      "description": "Required selected identifier or value. Retrieve allowed values from the dynamic options endpoint.",
      "x-dynamic-options": true,
      "x-workflow-field-type": "select"
    },
    "source_payer_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "source_payer_label": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "portal": {},
    "reason": {},
    "status": {},
    "success": {},
    "payer_id": {},
    "can_submit": {},
    "payer_name": {},
    "source_label": {},
    "error_message": {},
    "payer_aliases": {},
    "source_payer_id": {},
    "normalized_label": {},
    "supported_service_types": {}
  },
  "additionalProperties": true
}
View all GenHealth - Eligibility actions