Check Autoship
Perform Check Autoship through Brightree.
brightree_check_autoshipwritebrightree
Inputs
- Patient Key
patient_keyexpressionOptional literal value or workflow expression.
- Patient Note Key
patient_note_keyexpressionOptional literal value or workflow expression.
Outputs
is_autoshipIs Autoship
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",
"properties": {
"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": {
"is_autoship": {}
},
"additionalProperties": true
}