# Healthparse Provider360 - Full NPI Dossier

> Healthparse Provider360 - Full NPI Dossier is a paid API for AI agents from api.healthparse.io, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-14).

Returns a comprehensive one-call dossier for a US healthcare provider by NPI, including NPPES identity, Medicare privileges, exclusion screening, utilization summaries, Open Payments, hospital affiliations, and MIPS quality scores.

## Facts

- Endpoint: GET https://api.healthparse.io/v1/providers/:npi/provider360
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/healthparse-provider360-full-npi-dossier-31335d72
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bOCHfRdoWmP6-NFtC-zPo

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability healthparse-provider360-full-npi-dossier-31335d72
```

Example prompt: Pull the full Provider360 dossier for NPI 1234567890 — I need their NPPES identity, Medicare billing privileges, OIG and SAM exclusion status, Open Payments history, hospital affiliations, and MIPS quality scores all in one shot.

## When to prefer this

Choose this endpoint when you need a comprehensive, single-call profile of a US healthcare provider by NPI without assembling data from multiple federal sources yourself. It is ideal for provider credentialing workflows, compliance screening, payer network due diligence, fraud investigation, or any use case requiring a combination of exclusion status, Medicare utilization, Open Payments, and quality scores in one response. Prefer this over individual-source lookups when breadth and convenience matter; note this is not a consumer report and should be used for B2B compliance and analytics contexts.

## Known failure modes

- Invalid or non-existent NPI returns a 404 or empty result
- NPI exists in NPPES but has no Medicare or other federal data — absent legs returned explicitly
- Rate limiting or payment failure via x402 protocol returns 402 Payment Required
- Upstream federal data source temporarily unavailable may result in partial dossier with affected legs flagged
- Formatting errors in NPI (non-10-digit) may return a 400 validation error

## How this service works

One-call dossier of everything Healthparse knows about a provider NPI: NPPES identity, taxonomy and practice address; Medicare ordering-and-referring privileges; NPI exclusion screen (OIG LEIE, GSA SAM, state Medicaid, state boards); change-event history; Medicare Part B utilization and Part D prescribing summaries; Open Payments totals by year; hospital affiliations with star ratings; MIPS quality scores. Absent legs say so explicitly. Records as filed; not a consumer report.

## Output

A structured JSON dossier containing all available data legs for the requested NPI: NPPES identity and taxonomy, practice address, Medicare ordering-and-referring privilege status, exclusion screening results from OIG LEIE, GSA SAM, state Medicaid programs, and state licensing boards, provider change-event history, Medicare Part B utilization summary, Medicare Part D prescribing summary, Open Payments totals broken out by year, hospital affiliations with CMS star ratings, and MIPS quality scores. Any data leg for which Healthparse has no record is explicitly flagged as absent rather than omitted silently.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "properties": {
  "input": {
   "type": "object",
   "properties": {}
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/healthparse-provider360-full-npi-dossier-31335d72/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.healthparse.io](https://www.zero.xyz/host/api.healthparse.io/llms.txt)
