Search Payers
Perform Search Payers through ClaimMD.
claimmd_search_payersreadclaimmd
Inputs
- Enabled
enabledbooleanOptional true-or-false value.
Default:
true - Payer Id
payer_idexpressionOptional literal value or workflow expression.
- Payer Name
payer_nameexpressionOptional literal value or workflow expression.
- Skip Reason
skip_reasonexpressionOptional literal value or workflow expression.
Outputs
successSuccessstatusStatuspayersPayerspayer_countPayer Counteligibility_payersEligibility Payerseligibility_payer_countEligibility Payer Countpayers_truncatedPayers Truncatedtop_payer_idTop Payer Idtop_payer_nameTop Payer Namerequires_payer_selectionRequires Payer Selectionpayer_errorsPayer ErrorsretryableRetryableerrorErrorskippedSkippedskip_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
}