FETCH402
← Protocol index

Resource / 13485

unknown

Unnamed resource.

Who is this prescriber, and what do they prescribe most in Medicare Part D? Look up a prescriber by NAME (or exact NPI): NPPES identity — specialty, location — plus that NPI's latest-year Part D summary (top drug, total claims, distinct drugs, and which tracked classes GLP-1/SGLT2/DPP-4/Statin they write). Optionally narrow by state and specialty. Observational public CMS/NPPES records — never a clinical recommendation. Cross-gateway via the Healthparse Part D API.

Eligibility
probeable
Failures
0
Last quote
Last probe
Payment requirements / accepts[] 2 options
State Network Scheme Atomic amount Asset payTo / untrusted
active eip155:8453 exact 1250000 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 0x3873d15CF3209c32aaA8d9AA542164E658567129
active solana:5eykt4usfv8p8njdtrepy1vzqkqzkvdp exact 1250000 EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v BdcZbENFdEyEUMqv9pnRMUnn1Yyeyo2dCMbYXbJ3LmaB

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": {
    "name": "smith",
    "npi": "1558852533",
    "state": "GA"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "basis": "Prescriber identity from the public NPPES provider directory joined to that NPI's Medicare Part D prescribing (CMS Prescribers by Provider and Drug), surfaced via the Healthparse Part D API. Observational public records — never a clinical recommendation.",
    "rows": [
      {
        "city": "Mcdonough",
        "distinct_drugs": 41,
        "drug_classes_written": [
          "SGLT2",
          "Statin"
        ],
        "has_part_d": true,
        "new_to_class": false,
        "npi": "1558852533",
        "prescriber_name": "John Smith",
        "specialty": "Cardiology",
        "state": "GA",
        "top_drug": "Atorvastatin Calcium",
        "total_drug_classes_tracked": 2,
        "total_part_d_claims": 6042
      }
    ],
    "total_matched": 1
  },
  "type": "json"
}