Skip to documentation
ClaimMD integration

Search Payers

Perform Search Payers through ClaimMD.

View as Markdown
claimmd_search_payers
readclaimmd

Inputs

  • enabled
    boolean
    Enabled

    Optional true-or-false value.

    Default: true

  • payer_id
    expression
    Payer Id

    Optional literal value or workflow expression.

  • payer_name
    expression
    Payer Name

    Optional literal value or workflow expression.

  • skip_reason
    expression
    Skip Reason

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • statusStatus
  • payersPayers
  • payer_countPayer Count
  • eligibility_payersEligibility Payers
  • eligibility_payer_countEligibility Payer Count
  • payers_truncatedPayers Truncated
  • top_payer_idTop Payer Id
  • top_payer_nameTop Payer Name
  • requires_payer_selectionRequires Payer Selection
  • payer_errorsPayer Errors
  • retryableRetryable
  • errorError
  • skippedSkipped
  • skip_reasonSkip Reason

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",
  "properties": {
    "enabled": {
      "type": "boolean",
      "default": true,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "payer_id": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "payer_name": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "skip_reason": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "payers": {},
    "status": {},
    "skipped": {},
    "success": {},
    "retryable": {},
    "payer_count": {},
    "skip_reason": {},
    "payer_errors": {},
    "top_payer_id": {},
    "top_payer_name": {},
    "payers_truncated": {},
    "eligibility_payers": {},
    "eligibility_payer_count": {},
    "requires_payer_selection": {}
  },
  "additionalProperties": true
}
View all ClaimMD actions