# Find Pending Medicare Behavioral Health Providers in TX

**Use case:** 

Preview Texas behavioral-health NPIs newly added to CMS pending Medicare enrollment files for credentialing and provider-network research.

## Input

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

## Output

```json
{
  "npi": {
    "label": "NPI",
    "format": "string"
  },
  "first_name": {
    "label": "First name",
    "format": "string"
  },
  "last_name": {
    "label": "Last name",
    "format": "string"
  },
  "credential": {
    "label": "Credential",
    "format": "string"
  },
  "focus": {
    "label": "Behavioral-health focus",
    "format": "string"
  },
  "taxonomy_code": {
    "label": "Taxonomy code",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State or territory",
    "format": "string"
  },
  "telephone": {
    "label": "Telephone",
    "format": "string"
  },
  "pending_added_date": {
    "label": "Current snapshot date",
    "format": "string"
  },
  "pending_file": {
    "label": "CMS pending file",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Pending Medicare Provider Enrollment Data](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.