Skip to documentation
Tomorrow Health Intake integration

Prepare Brightree Patient Note

Perform Prepare Brightree Patient Note through Tomorrow Health Intake.

View as Markdown
tomorrow_health_prepare_claracare_brightree_patient_note
write

Inputs

  • document_id
    expressionrequired
    Document Id

    Required literal value or workflow expression.

  • patient_key
    expressionrequired
    Patient Key

    Required literal value or workflow expression.

  • accepted_at
    expression
    Accepted At

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • document_idDocument Id
  • patient_idPatient Id
  • patient_keyPatient Key
  • note_reasonNote Reason
  • subjectSubject
  • descriptionDescription
  • severitySeverity
  • stateState
  • statusStatus
  • skip_if_matchSkip If Match
  • skip_if_match_fieldsSkip If Match Fields
  • missing_note_fieldsMissing Note Fields
  • missing_note_infoMissing Note Info
  • missing_note_info_messageMissing Note Info Message
  • 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": {
    "accepted_at": {
      "description": "Optional literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    },
    "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"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "state": {},
    "status": {},
    "subject": {},
    "success": {},
    "severity": {},
    "patient_id": {},
    "description": {},
    "document_id": {},
    "note_reason": {},
    "patient_key": {},
    "error_message": {},
    "skip_if_match": {},
    "missing_note_info": {},
    "missing_note_fields": {},
    "skip_if_match_fields": {},
    "missing_note_info_message": {}
  },
  "additionalProperties": true
}
View all Tomorrow Health Intake actions