Resolve Portal Payer
Perform Resolve Portal Payer through GenHealth - Eligibility.
eligibility_resolve_portal_payerread
Inputs
- Portal
portalselectrequireddynamic optionsRequired selected identifier or value. Retrieve allowed values from the dynamic options endpoint.
- Source Payer Label
source_payer_labelexpressionrequiredRequired literal value or workflow expression.
- Source Payer Id
source_payer_idexpressionOptional literal value or workflow expression.
Outputs
successSuccessstatusStatuscan_submitCan SubmitportalPortalsource_labelSource Labelnormalized_labelNormalized Labelsource_payer_idSource Payer Idpayer_idPayer Idpayer_namePayer Namepayer_aliasesPayer Aliasessupported_service_typesSupported Service TypesreasonReasonerrorErrorerror_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
}