ToolAssay

Screen a provider (name and/or NPI) against all federal and state exclusion list

Screen a provider (name and/or NPI) against all federal and state exclusion lists in one call — OIG LEIE, GSA SAM, OFAC SDN, FDA debarment, state Medicaid exclusions, and licensing-board sanctions from 13 states. Returns an attested clear/flagged verdict with per-list counts. NPI-only screens (no name) cover 4 of 6 lists — OFAC SDN and FDA debarment need a name; see lists_checked/lists_not_applicable. For hiring, credentialing, and vendor-onboarding agents.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
281 msmedian answer time
$0.15listed price per call
$0.15price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://api.healthparse.io/v1/screen

CategoryCompany and compliance
Provider hostapi.healthparse.io
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.15 281 ms

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "name": "example",
    "npi": "example"
  },
  "type": "http"
}

Promised output schema (from the provider)

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

This page as JSON