Sync Document Insurance
Perform Sync Document Insurance through Brightree.
brightree_sync_document_insurance_to_patientwritebrightree
Inputs
- Document Id
document_idexpressionrequiredRequired literal value or workflow expression.
- Patient Key
patient_keyexpressionrequiredRequired literal value or workflow expression.
Outputs
successSuccessdocument_idDocument Idpatient_keyPatient Keyinsurance_idInsurance Idcarrier_idCarrier Idpolicy_keyPolicy Keyinsurer_nameInsurer Namestart_dateStart DatesyncedSyncedskippedSkippedmessageMessageerror_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"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"synced": {},
"message": {},
"skipped": {},
"success": {},
"carrier_id": {},
"policy_key": {},
"start_date": {},
"document_id": {},
"patient_key": {},
"insurance_id": {},
"insurer_name": {},
"error_message": {}
},
"additionalProperties": true
}