# Free Pending Medicare Behavioral Health Preview

**Use case:** 

Preview 10 behavioral-health NPIs newly added to CMS pending Medicare enrollment files, enriched from NPPES. Pending does not mean approved.

## Input

```json
{
  "preview": true,
  "states": []
}
```

## Output

```json
{
  "npi": {
    "label": "Npi"
  },
  "first_name": {
    "label": "First name"
  },
  "last_name": {
    "label": "Last name"
  },
  "credential": {
    "label": "Credential"
  },
  "focus": {
    "label": "Focus"
  },
  "taxonomy_code": {
    "label": "Taxonomy code"
  },
  "city": {
    "label": "City"
  },
  "state": {
    "label": "State"
  },
  "telephone": {
    "label": "Telephone"
  },
  "pending_added_date": {
    "label": "Pending added date"
  },
  "pending_file": {
    "label": "Pending file"
  }
}
```

## About this Actor

This example demonstrates how to use [New Pending Medicare Behavioral Health Applicants](https://apify.com/actablesite/pending-medicare-behavioral-health-actor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/actablesite/pending-medicare-behavioral-health-actor) to learn more, explore other use cases, and run it yourself.