Skip to documentation
Brightree integration

Check Eligibility

Perform Check Eligibility through Brightree.

View as Markdown
brightree_check_eligibility
writebrightree

Inputs

  • patient_key
    expression
    Patient Key

    Optional literal value or workflow expression.

  • patient_note_key
    expression
    Patient Note Key

    Optional literal value or workflow expression.

  • check_secondary
    boolean
    Check Secondary

    Optional true-or-false value.

    Default: false

Outputs

No named outputs are declared for this action.

Output schema completeness: unknown

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",
  "properties": {
    "patient_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "check_secondary": {
      "type": "boolean",
      "default": false,
      "description": "Optional true-or-false value.",
      "x-workflow-field-type": "boolean"
    },
    "patient_note_key": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": true
}
View all Brightree actions