Skip to documentation
Brightree integration

Read Patient Personal State

Perform Read Patient Personal State through Brightree.

View as Markdown
brightree_read_patient_personal_state
readbrightree

Inputs

  • patient_key
    expressionrequired
    Patient Key

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • personal_statePersonal State
  • branch_officeBranch Office
  • account_groupAccount Group
  • posPos
  • errorError

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": [
    "patient_key"
  ],
  "properties": {
    "patient_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "pos": {},
    "error": {},
    "success": {},
    "account_group": {},
    "branch_office": {},
    "personal_state": {}
  },
  "additionalProperties": true
}
View all Brightree actions