pecos_enrollment_exodus_search
Where are clinicians dropping off Medicare enrollment? Anti-joins two PPEF quarterly snapshots: enrollments present earlier but gone in the latest, aggregated per state × specialty. Filter by state, specialty, org, individuals_only, min_dropped, or a since baseline snapshot. Returns dropped_count and sample dropped NPIs — a backfill-demand tell for clinician staffing. CMS public-domain records. [price: $0.05/row]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | No | Organization name fragment (org enrollments). | |
| limit | No | Max rows (default 25, cap 100). | |
| since | No | Baseline snapshot: latest vs earliest on/after this date (YYYY-MM-DD). | |
| state | No | Enrollment state code(s), CSV. | |
| offset | No | Rows to skip. | |
| specialty | No | Provider-type / specialty fragment. | |
| min_dropped | No | Minimum dropped enrollments per state×specialty. | |
| individuals_only | No | true = exclude organizational enrollments. |