Skip to documentation
Tomorrow Health integration

Prepare Brightree Patient Update Payload

Perform Prepare Brightree Patient Update Payload through Tomorrow Health.

View as Markdown
tomorrow_health_prepare_brightree_patient_update_payload
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • patient_key
    expressionrequired
    Patient Key

    Required literal value or workflow expression.

  • requested_fields
    expression
    Requested Fields

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • document_idDocument Id
  • patient_idPatient Id
  • patient_keyPatient Key
  • missing_fieldsMissing Fields
  • unwritten_requested_fieldsUnwritten Requested Fields
  • patient_updatesPatient Updates
  • error_messageError Message

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": [
    "document_id",
    "patient_key"
  ],
  "properties": {
    "document_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "patient_key": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "requested_fields": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "success": {},
    "patient_id": {},
    "document_id": {},
    "patient_key": {},
    "error_message": {},
    "missing_fields": {},
    "patient_updates": {},
    "unwritten_requested_fields": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health actions