Skip to documentation
Bonafide integration

Search Physicians

Perform Search Physicians through Bonafide.

View as Markdown
bonafide_search_physicians
readbonafide

Inputs

  • last_name
    expression
    Last Name

    Optional literal value or workflow expression.

  • first_name
    expression
    First Name

    Optional literal value or workflow expression.

  • npi
    expression
    Npi

    Optional literal value or workflow expression.

Outputs

  • successSuccess
  • physiciansPhysicians
  • total_countTotal Count
  • messageMessage
  • errorError
  • error_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
}
View all Bonafide actions