LEIE Exclusion Screening API (OIG, NPI + Name) avatar

LEIE Exclusion Screening API (OIG, NPI + Name)

Pricing

from $3.00 / 1,000 results

Go to Apify Store
LEIE Exclusion Screening API (OIG, NPI + Name)

LEIE Exclusion Screening API (OIG, NPI + Name)

OIG LEIE exclusion screening: check staff and vendors against the federal HHS-OIG exclusion list by NPI and fuzzy name match, or pull the full list by state, specialty, or exclusion type. Monthly-fresh federal data, pay per record - the monthly OIG screen every healthcare employer must run.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Bryan

Bryan

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 hours ago

Last modified

Share

LEIE Healthcare Exclusion Screening (HHS-OIG)

Every healthcare employer, hospital, pharmacy, staffing agency, and payer in the US is required to screen staff and vendors against the HHS-OIG List of Excluded Individuals/Entities (LEIE) — and to re-check it monthly. Hiring or paying an excluded party can mean serious civil monetary penalties.

This Actor does both sides of that job.

Two modes

Screen a list — give it the people/entities you employ or pay; it returns any that appear on the exclusion list, matched by NPI (exact) or name.

{ "mode": "screen", "screenList": [
{ "name": "ACME HOME HEALTH INC", "ref": "vendor-118" },
{ "name": "JANE DOE", "npi": "1234567890", "ref": "emp-4471" }
] }

Returns, per query: matched, match_type (npi_exact / name_exact), and the full exclusion record(s).

Filter the list — pull exclusions by state, specialty, or exclusion type for analysis or list-building.

{ "mode": "filter", "state": "TX", "specialty": "PHARMACY" }

Fields returned

Name / business name, NPI, general type, specialty, city/state/zip, exclusion type (OIG authority code), exclusion date, reinstatement date.

Who uses this

  • Healthcare employers & staffing/credentialing firms — the mandatory monthly screen.
  • Compliance & GRC teams — evidence for audits.
  • Payers & PBMs — vendor and provider vetting.

Source & cadence

Federal public dataset (oig.hhs.gov), downloaded fresh each run and refreshed by OIG monthly — so a scheduled monthly run keeps your screening current. Public data, no login.