Identify Vendor
Perform Identify Vendor through Brightree.
brightree_identify_vendorreadbrightree
Inputs
- New So Key
new_so_keyexpressionOptional literal value or workflow expression.
- Patient Key
patient_keyexpressionOptional literal value or workflow expression.
- Patient Note Key
patient_note_keyexpressionOptional literal value or workflow expression.
Outputs
reasonReasonstatusStatushas_vendorHas Vendorvendor_nameVendor Name
Output schema completeness: best_effort_declared
Safety
- External effect
- read
- Confirmation recommended
- No
- Retry safe
- Yes
- Dry run supported
- No
Schemas
These schemas are first-pass authoring guidance. Runtime validation remains authoritative.
Input schema
{
"type": "object",
"properties": {
"new_so_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"patient_note_key": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"reason": {},
"status": {},
"has_vendor": {},
"vendor_name": {}
},
"additionalProperties": true
}