Select Payer from Source Documents
Perform Select Payer from Source Documents through Tomorrow Health.
tomorrow_health_select_payer_from_documentswritetomorrow_health
Inputs
- Tomorrow Health Payer Name
tomorrow_health_payer_nameexpressionrequiredRequired literal value or workflow expression.
- Proposed Brightree Payer Name
proposed_brightree_payer_nameexpressionrequiredRequired literal value or workflow expression.
- Proposed Brightree Payer Key
proposed_brightree_payer_keyexpressionrequiredRequired literal value or workflow expression.
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Document Text
document_textexpressionrequiredRequired literal value or workflow expression.
- Action Required Prefix
action_required_prefixtextrequiredRequired text value.
Outputs
successSuccesscan_proceedCan Proceedselected_payer_sourceSelected Payer Sourceselected_brightree_payor_keySelected Brightree Payor Keyselected_brightree_payor_nameSelected Brightree Payor NamerelationRelationconfidenceConfidencedocument_payer_nameDocument Payer Nameevidence_sourceEvidence Sourceconflict_dimensionConflict Dimensiontomorrow_health_payer_nameTomorrow Health Payer Nameproposed_brightree_payer_nameProposed Brightree Payer Namecomment_messageComment Messageselection_errorSelection ErrorerrorError
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": [
"tomorrow_health_payer_name",
"proposed_brightree_payer_name",
"proposed_brightree_payer_key",
"document_id",
"document_text",
"action_required_prefix"
],
"properties": {
"document_id": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"document_text": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"action_required_prefix": {
"type": "string",
"description": "Required text value.",
"x-workflow-field-type": "text"
},
"tomorrow_health_payer_name": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"proposed_brightree_payer_key": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"proposed_brightree_payer_name": {
"description": "Required literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"success": {},
"relation": {},
"confidence": {},
"can_proceed": {},
"comment_message": {},
"evidence_source": {},
"selection_error": {},
"conflict_dimension": {},
"document_payer_name": {},
"selected_payer_source": {},
"tomorrow_health_payer_name": {},
"selected_brightree_payor_key": {},
"proposed_brightree_payer_name": {},
"selected_brightree_payor_name": {}
},
"additionalProperties": true
}