H

Healthparse · Part D Search

by Healthparse

GETBase

$0.1

per call · USD Coin on Base

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.

Endpoint

GET https://api.healthparse.io/v1/prescribers/part-d/search

1

Calls / 30d

1

Unique payers / 30d

Aug 21

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.healthparse.io/v1/prescribers/part-d/search", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.healthparse.io/v1/prescribers/part-d/search?performance_year=example&specialty=example&state=example" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "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
}

Payment details

Pay to0x177ea123a35253ba8869a7e21e717978e482351d
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Search & Web and the homepage with a featured placement.

Get featured →

More from Healthparse & similar services