open_payments_top_doctors
Find doctors with the highest total payments from pharmaceutical companies. Aggregates all individual payments per doctor and ranks them to reveal the largest industry 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' |