# Find Current Florida OIG LEIE Exclusions

**Use case:** 

Search the current HHS OIG LEIE for Florida exclusions and export up to 50 government-published records with source and exclusion details.

## Input

```json
{
  "mode": "filter",
  "screenList": [],
  "enrichNpi": true,
  "maxNpiLookups": 10,
  "includeSam": false,
  "maxSamQueries": 10,
  "state": "FL",
  "maxRecords": 50
}
```

## Output

```json
{
  "screening_decision": {
    "label": "Screening decision",
    "format": "string"
  },
  "checked_at": {
    "label": "Checked at",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "object"
  },
  "matched": {
    "label": "Any candidate match",
    "format": "boolean"
  },
  "match_type": {
    "label": "LEIE match type",
    "format": "string"
  },
  "identity_candidates": {
    "label": "CMS NPI identity evidence",
    "format": "array"
  },
  "leie_matches": {
    "label": "LEIE matches",
    "format": "array"
  },
  "sam_matches": {
    "label": "SAM.gov matches",
    "format": "array"
  },
  "sources": {
    "label": "Source receipts",
    "format": "array"
  },
  "source_errors": {
    "label": "Source errors",
    "format": "array"
  },
  "evidence_hash": {
    "label": "Evidence hash",
    "format": "string"
  },
  "display_name": {
    "label": "Display name",
    "format": "string"
  },
  "business_name": {
    "label": "Business name",
    "format": "string"
  },
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "exclusion_type": {
    "label": "Exclusion type",
    "format": "string"
  },
  "exclusion_date": {
    "label": "Exclusion date",
    "format": "string"
  },
  "source_fetched_at": {
    "label": "Source fetched at",
    "format": "string"
  },
  "record_fingerprint": {
    "label": "Record fingerprint",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [LEIE Exclusion Screening API (OIG, NPI + Name)](https://apify.com/civicdataforge/leie-exclusion-screening) with a specific input configuration. Visit the [Actor detail page](https://apify.com/civicdataforge/leie-exclusion-screening) to learn more, explore other use cases, and run it yourself.