Update Patient Note
Perform Update Patient Note through Brightree.
brightree_update_patient_noteInputs
- Patient Key
patient_keyexpressionOptional literal value or workflow expression.
- Patient Note Key
patient_note_keyexpressionOptional literal value or workflow expression.
- Patient Note Type Key
patient_note_type_keyselectOptional selected identifier or value.
Default:
"2"Options: CMN Note ("4"), Deposit Note ("14"), Financial Note ("8"), Intake ("16"), Item Maintenance ("1"), PAR Note ("6"), Patient ("2"), Pickup Exchange WIP State ("15"), Practitioner Note ("7"), Progress Note ("13"), Referral ("10"), WIP State ("9")
- Description Prepend
description_prependtextareaOptional text value.
- Description Append
description_appendtextareaOptional text value.
- Assigned To Name
assigned_to_nametextOptional text value.
- Date Needed
date_neededtextOptional text value.
- Status
statustextOptional text value.
- Reason
reasontextOptional text value.
- Dry Run
dry_runbooleanOptional 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
- Yes
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"reason": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"status": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"dry_run": {
"type": "boolean",
"default": false,
"description": "Optional true-or-false value.",
"x-workflow-field-type": "boolean"
},
"date_needed": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"assigned_to_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"patient_note_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"description_append": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
},
"description_prepend": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "textarea"
},
"patient_note_type_key": {
"enum": [
"4",
"14",
"8",
"16",
"1",
"6",
"2",
"15",
"7",
"13",
"10",
"9"
],
"type": "string",
"default": "2",
"description": "Optional selected identifier or value.",
"x-workflow-field-type": "select"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}