FETCH402
← Protocol index

Resource / 13216

unknown

Unnamed resource.

Look up a prescriber by NAME (or exact NPI) and get identity plus a Medicare Part D prescribing summary. Matches the NPPES directory by name prefix (first/last), optionally narrowed by state and specialty, then rolls up that NPI's latest-year Part D claims: top drug, distinct drugs, beneficiaries, and tracked class flags (GLP-1/SGLT2/DPP-4/Statin) with a new-to-class signal. Provide name or npi. Public CMS + NPPES 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 50000 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": {
    "name": "example",
    "npi": "example",
    "state": "example"
  },
  "type": "http"
}
OutputJSON
{
  "example": {
    "field_visibility": {
      "gated": [
        "has_part_d",
        "total_part_d_claims",
        "distinct_drugs",
        "beneficiaries",
        "top_drug_claims",
        "writes_glp1",
        "writes_sglt2",
        "writes_dpp4",
        "writes_statin",
        "drug_classes_written",
        "new_to_class",
        "latest_year"
      ],
      "teaser": [
        "npi",
        "prescriber_name",
        "specialty",
        "state",
        "city",
        "top_drug",
        "total_drug_classes_tracked"
      ]
    },
    "latest_year": 2024,
    "records_notice": "Prescriber identity from the public NPPES provider directory joined to that NPI's Medicare Part D prescribing as published in the CMS 'by Provider and Drug' public file. Part D figures are for the latest loaded year (PY2024); 'beneficiaries' is the largest per-drug beneficiary count CMS publishes for the prescriber and is typically null in the current load (the by-drug file suppresses beneficiary counts below 11). Absence of Part D rows means no Medicare Part D activity was published for that NPI — not that the provider does not prescribe. Provider-level program data — not a consumer report, and not for FCRA-regulated eligibility decisions.",
    "rows": [
      {
        "beneficiaries": null,
        "city": "San Pablo",
        "distinct_drugs": 28,
        "drug_classes_written": [
          "GLP-1",
          "Statin"
        ],
        "has_part_d": true,
        "latest_year": 2024,
        "new_to_class": false,
        "npi": "1952964959",
        "prescriber_name": "Aarentino Smith",
        "specialty": "Nurse Practitioner",
        "state": "CA",
        "top_drug": "Atorvastatin Calcium",
        "top_drug_claims": 398,
        "total_drug_classes_tracked": 2,
        "total_part_d_claims": 1447,
        "writes_dpp4": false,
        "writes_glp1": true,
        "writes_sglt2": false,
        "writes_statin": true
      }
    ],
    "selectors": [
      "name=smith"
    ],
    "total_matched": 1
  },
  "type": "json"
}