open_payments_top_doctors
Identify highest-paid doctors by total payments, aggregating all individual payments per doctor and sorting by total. Use to uncover doctors with the largest pharma relationships.
Instructions
Find the HIGHEST-PAID doctors by TOTAL payments received — aggregates all individual payments per doctor. Groups by doctor and sums all their payments, sorted by total descending. This is the key tool for finding doctors with the biggest pharma relationships.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Year (auto-discovers latest) | |
| limit | No | Number of top doctors (default 20) | |
| state | No | Two-letter state: 'WA', 'CA', 'TX' | |
| company | No | Company name: 'Pfizer', 'Stryker' | |
| specialty | No | Specialty: 'Orthopaedic', 'Cardio', 'Neurology' |