# Screen a Provider NPI Roster Against the OIG LEIE

**Use case:** 

Check a list of NPIs against the HHS OIG exclusion list. One row per NPI: excluded, clear, or indeterminate, with exclusion type, date, and reason. Schedule mon

## Input

```json
{
  "npis": [
    "1013135656",
    "1003005323",
    "9999999999"
  ]
}
```

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "exclusion_check": {
    "label": "Exclusion check",
    "format": "string"
  },
  "exclusion_type": {
    "label": "Exclusion type",
    "format": "string"
  },
  "exclusion_date": {
    "label": "Exclusion date",
    "format": "string"
  },
  "last_name": {
    "label": "Last name",
    "format": "string"
  },
  "first_name": {
    "label": "First name",
    "format": "string"
  },
  "legal_business_name": {
    "label": "Organization name",
    "format": "string"
  },
  "state": {
    "label": "Practice state",
    "format": "string"
  },
  "leie_as_of": {
    "label": "LEIE as of",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [OIG Exclusion Check: Screen NPIs Against the LEIE](https://apify.com/overlookdata/npimcp-oig-exclusion-check) with a specific input configuration. Visit the [Actor detail page](https://apify.com/overlookdata/npimcp-oig-exclusion-check) to learn more, explore other use cases, and run it yourself.