Search Patient
Perform Search Patient through Brightree.
brightree_search_patientreadbrightree
Inputs
- First Name
first_nametextOptional text value.
- Last Name
last_nametextOptional text value.
Outputs
No named outputs are declared for this action.
Output schema completeness: unknown
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": {
"last_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
},
"first_name": {
"type": "string",
"description": "Optional text value.",
"x-workflow-field-type": "text"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {},
"additionalProperties": true
}