Validate Tomorrow Health Payer
Perform Validate Tomorrow Health Payer through Tomorrow Health Intake.
claracare_validate_tomorrow_health_payerwrite
Inputs
- Order Details
order_detailsexpressionrequiredRequired literal value or workflow expression.
- Payer Name
payer_nameexpressionOptional literal value or workflow expression.
Outputs
successSuccesscan_proceedCan Proceedtomorrow_health_payer_nameTomorrow Health Payer Namebrightree_payor_keyBrightree Payor Keybrightree_payor_nameBrightree Payor Namebrightree_payor_idBrightree Payor Idbrightree_claim_codeBrightree Claim Codecomment_messageComment Messageerror_messageError MessageerrorError
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",
"required": [
"order_details"
],
"properties": {
"payer_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"order_details": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"can_proceed": {},
"error_message": {},
"comment_message": {},
"brightree_payor_id": {},
"brightree_payor_key": {},
"brightree_claim_code": {},
"brightree_payor_name": {},
"tomorrow_health_payer_name": {}
},
"additionalProperties": true
}