Get Patient Physicians
Perform Get Patient Physicians through Bonafide.
bonafide_get_patient_physiciansreadbonafide
Inputs
- Customer Id
customer_idexpressionrequiredRequired 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",
"required": [
"customer_id"
],
"properties": {
"customer_id": {
"description": "Required 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
}