feegow_patient_list
Read patients in Feegow Clinic. Actions:
list: paginated patient list (offset/limit). Filter by telefone, cpf, origem_id, alterado_em, data_aniversario.
get: full detail by paciente_id (includes address, insurance, documents).
search_cpf: find patient by CPF (11 digits, numbers only). Returns name, birth date, gender, address, phones, emails, documents, insurance info.
[Flattened action: list]
Bulk support: accepts paciente_ids, origem_ids for batched execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpf | No | ||
| limit | No | ||
| photo | No | ||
| offset | No | ||
| account | No | ||
| telefone | No | ||
| origem_id | No | ||
| origem_ids | No | ||
| alterado_em | No | ||
| paciente_id | No | ||
| paciente_ids | No | ||
| programa_saude | No | ||
| data_aniversario | No |