Search Physicians
Perform Search Physicians through Bonafide.
bonafide_search_physiciansreadbonafide
Inputs
- Last Name
last_nameexpressionOptional literal value or workflow expression.
- First Name
first_nameexpressionOptional literal value or workflow expression.
- Npi
npiexpressionOptional literal value or workflow expression.
Outputs
successSuccessphysiciansPhysicianstotal_countTotal CountmessageMessageerrorErrorerror_messageError Message
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": {
"npi": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"last_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
},
"first_name": {
"description": "Optional literal value or workflow expression.",
"x-workflow-field-type": "expression"
}
},
"additionalProperties": false
}Output schema
{
"type": "object",
"properties": {
"error": {},
"message": {},
"success": {},
"physicians": {},
"total_count": {},
"error_message": {}
},
"additionalProperties": true
}