FETCH402
← Protocol index

Resource / 13219

unknown

Unnamed resource.

Find Medicare Part D prescribers of a specific DRUG or therapeutic CLASS at NPI level — the core pharma targeting query. Filter by drug_class (GLP-1, SGLT2, DPP-4, Statin, from partd_drug_class) or a single drug (brand or generic, e.g. 'Ozempic'), plus specialty, state, min_claims, min_beneficiaries, year. Each hit carries the drug's claim/cost volume and the prescriber's specialty/state/city. 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 30000 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": {
    "brand_name": "example",
    "drug": "example",
    "drug_class": "example"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "performance_year": 2024,
    "records_notice": "Observational roster of Medicare Part D prescribers for the requested drug or therapeutic class, as published in the CMS 'by Provider and Drug' public file. One row per (NPI × drug) for the performance year; total_beneficiaries is null where CMS suppressed a count below 11. 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": [
      {
        "brand_name": "Ozempic",
        "generic_name": "Semaglutide",
        "npi": "1234567890",
        "performance_year": 2024,
        "prescriber_city": "Houston",
        "prescriber_specialty": "Endocrinology",
        "prescriber_state": "TX",
        "total_30day_fills": 618.4,
        "total_beneficiaries": 88,
        "total_claims": 512,
        "total_drug_cost": 512340.11
      }
    ],
    "selectors": [
      "drug_class=GLP-1"
    ],
    "total_matched": 1
  },
  "type": "json"
}