ToolAssay

Which medical groups are losing clinicians?

Which medical groups are losing clinicians? Windows two CMS reassignment snapshots (individual→group affiliation): per group, clinicians (NPIs) affiliated in the prior snapshot but gone in the latest. Filter by state, specialty, org (group name), group_id, min_dropped, or a since baseline. Returns net churn per org + the dropped NPIs — the facility-losing-clinicians backfill tell. CMS public-domain records.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
260 msmedian answer time
$1.25listed price per call
$1.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.govparse.io/v1/pecos/provider-exodus/search

CategorySearch and research
Provider hostapi.govparse.io
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$1.25 260 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "org": "Medical Group",
    "specialty": "Podiatry",
    "state": "FL"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "properties": {
        "group_id": {
          "description": "Group PECOS enrollment id(s), CSV.",
          "examples": [
            "I20090810000434"
          ],
          "type": "string"
        },
        "limit": {
          "description": "Max rows (default 25, cap 100).",
          "examples": [
            25
          ],
          "type": "integer"
        },
        "min_dropped": {
          "description": "Minimum clinicians lost per group.",
          "examples": [
            "3"
          ],
          "type": "string"
        },
        "offset": {
          "description": "Rows to skip.",
          "examples": [
            0
          ],
          "type": "integer"
        },
        "org": {
          "description": "Group legal-business-name fragment.",
          "examples": [
            "Medical Group"
          ],
          "type": "string"
        },
        "since": {
          "description": "Baseline snapshot: latest vs earliest on/after this date (YYYY-MM-DD).",
          "examples": [
            "2026-01-01"
          ],
          "type": "string"
        },
        "specialty": {
          "description": "Dropped clinician specialty fragment.",
          "examples": [
            "Podiatry"
          ],
          "type": "string"
        },
        "state": {
          "description": "Group state code(s), CSV.",
          "examples": [
            "FL"
          ],
          "type": "string"
        }
      },
      "required": [],
      "type": "object"
    }
  },
  "type": "object"
}

This page as JSON