Prepare Brightree Patient Note
Perform Prepare Brightree Patient Note through Tomorrow Health Intake.
tomorrow_health_prepare_claracare_brightree_patient_notewrite
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Patient Key
patient_keyexpressionrequiredRequired literal value or workflow expression.
- Accepted At
accepted_atexpressionOptional literal value or workflow expression.
Outputs
successSuccessdocument_idDocument Idpatient_idPatient Idpatient_keyPatient Keynote_reasonNote ReasonsubjectSubjectdescriptionDescriptionseveritySeveritystateStatestatusStatusskip_if_matchSkip If Matchskip_if_match_fieldsSkip If Match Fieldsmissing_note_fieldsMissing Note Fieldsmissing_note_infoMissing Note Infomissing_note_info_messageMissing Note Info Messageerror_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
}