Skip to documentation
Tomorrow Health integration

Select Payer from Source Documents

Perform Select Payer from Source Documents through Tomorrow Health.

View as Markdown
tomorrow_health_select_payer_from_documents
writetomorrow_health

Inputs

  • tomorrow_health_payer_name
    expressionrequired
    Tomorrow Health Payer Name

    Required literal value or workflow expression.

  • proposed_brightree_payer_name
    expressionrequired
    Proposed Brightree Payer Name

    Required literal value or workflow expression.

  • proposed_brightree_payer_key
    expressionrequired
    Proposed Brightree Payer Key

    Required literal value or workflow expression.

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • document_text
    expressionrequired
    Document Text

    Required literal value or workflow expression.

  • action_required_prefix
    textrequired
    Action Required Prefix

    Required text value.

Outputs

  • successSuccess
  • can_proceedCan Proceed
  • selected_payer_sourceSelected Payer Source
  • selected_brightree_payor_keySelected Brightree Payor Key
  • selected_brightree_payor_nameSelected Brightree Payor Name
  • relationRelation
  • confidenceConfidence
  • document_payer_nameDocument Payer Name
  • evidence_sourceEvidence Source
  • conflict_dimensionConflict Dimension
  • tomorrow_health_payer_nameTomorrow Health Payer Name
  • proposed_brightree_payer_nameProposed Brightree Payer Name
  • comment_messageComment Message
  • selection_errorSelection Error
  • errorError

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
}
View all Tomorrow Health actions