FETCH402
← Protocol index

Resource / 13209

unknown

Unnamed resource.

Screen Medicare Part D prescribers by specialty, state, and claim volume — the per-prescriber roster a pharma / device team targets. Optional drug_category (brand | opioid | opioid_long_acting | antibiotic) selects the matching CMS *_total_claims column for BOTH the min_claims threshold and the ranking (else total_claims). Returns one row per NPI with the CMS claim rollups. Public CMS provider-level data; not a consumer report.

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 1 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 100000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x177eA123A35253ba8869A7e21E717978e482351D

All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.

Probe evidence 0 recent

No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.

Machine contract

Schemas.

InputJSON
{
  "method": "GET",
  "queryParams": {
    "performance_year": "example",
    "specialty": "example",
    "state": "example"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "drug_category": null,
    "performance_year": 2024,
    "records_notice": "Observational, roster-level rollup of the CMS 'Medicare Part D Prescribers — by Provider' public file. One row per prescriber (NPI). Claim counts are the CMS totals for the stated year; the selected drug_category maps to the matching CMS *_total_claims column (brand / opioid / long-acting opioid / antibiotic), else total_claims. prescriber_specialty/state/city are the values filed on the CMS record. Provider-level program data — not a consumer report, and not for FCRA-regulated eligibility decisions.",
    "rows": [
      {
        "antibiotic_total_claims": 12,
        "brand_total_claims": 640,
        "npi": "1811284078",
        "opioid_total_claims": 0,
        "prescriber_city": "Edinburg",
        "prescriber_name": "Doe, Jane",
        "prescriber_specialty": "Endocrinology",
        "prescriber_state": "TX",
        "total_claims": 2110
      }
    ],
    "selectors": [
      "performance_year=2024",
      "state=TX",
      "specialty=Endocrinology",
      "min_claims=50"
    ],
    "total_matched": 1,
    "total_matched_capped": false
  },
  "type": "json"
}