HHS-OIG LEIE Exclusion Screening
leie-exclusion-screeningScreen people or entities against HHS-OIG LEIE exclusions by name, NPI, state, or specialty. Returns source-linked evidence records for review, with optional CMS NPPES and SAM.gov checks.
Instructions
Use to find review candidates in the HHS-OIG LEIE by name, valid NPI, state, specialty, or exclusion type. Do not treat a candidate match as identity adjudication or use this tool for facility licensing. Starts the bound Apify Actor with the caller's APIFY_TOKEN, may consume Apify usage, waits up to 60 seconds, and returns at most 1,000 source-linked rows without changing the source list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | screen checks people/entities and returns evidence records; filter pulls source LEIE records with provenance. | screen |
| state | No | Two-letter state code, for example TX. | |
| enrichNpi | No | Look up matched LEIE NPIs or a caller-supplied NPI in the official CMS registry and return explainable correlation signals. NPI status is not licensure or eligibility. | |
| samApiKey | No | Caller-supplied SAM.gov public API key. Required only when includeSam is enabled; never returned in output. | |
| specialty | No | Substring match on specialty, such as NURSING, PHARMACY, or HOME HEALTH. | |
| includeSam | No | Opt in to the official GSA SAM.gov Exclusions API. Requires your own public SAM.gov API key. | |
| maxRecords | No | Caps LEIE records returned in filter mode. | |
| screenList | No | For screen mode. Each item: { "name": "JOHN SMITH" or "ACME HOME HEALTH", "npi": "1234567893" (optional valid test NPI), "state": "NC" (optional), "ref": "your-id" (optional) }. Name-only matches are normalized exact-name candidates, constrained by state when supplied, and require human review. | |
| exclusionType | No | OIG exclusion authority code, such as 1128a1 or 1128b5. | |
| maxNpiLookups | No | Caps NPPES calls per run. Remaining rows still receive LEIE results and show that enrichment was skipped. | |
| maxSamQueries | No | Caps SAM.gov calls per run to respect the official API's role-dependent rate limits. |