Skip to documentation
Brightree integration

Resolve Patient Context

Perform Resolve Patient Context through Brightree.

View as Markdown
brightree_resolve_patient_context
readbrightree

Inputs

  • patient_id
    expressionrequired
    Patient Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • patient_idPatient Id
  • patient_keyPatient Key
  • demographicsDemographics
  • patient_state_snapshotPatient State Snapshot
  • ordering_doctorOrdering Doctor
  • ordering_doctor_foundOrdering Doctor Found
  • marketing_rep_keyMarketing Rep Key
  • marketing_rep_nameMarketing Rep Name
  • marketing_rep_foundMarketing Rep Found
  • warningsWarnings
  • 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_id"
  ],
  "properties": {
    "patient_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "error": {},
    "success": {},
    "warnings": {},
    "patient_id": {},
    "patient_key": {},
    "demographics": {},
    "ordering_doctor": {},
    "marketing_rep_key": {},
    "marketing_rep_name": {},
    "marketing_rep_found": {},
    "ordering_doctor_found": {},
    "patient_state_snapshot": {}
  },
  "additionalProperties": true
}
View all Brightree actions