# New Healthcare Organizations — California ($9)

**Use case:** 

Free 10-record preview of official CMS weekly Type-2 NPI additions in California. Full California edition costs $9 with source provenance.

## Input

```json
{
  "mode": "weekly_edition",
  "geography": "selected_states",
  "states": [
    "CA"
  ],
  "maxItems": 10,
  "includeFullZip": false,
  "releaseSelection": "latest_completed_week"
}
```

## Output

```json
{
  "legalOrganizationName": {
    "label": "Legal organization name",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "zip": {
    "label": "ZIP",
    "format": "text"
  },
  "enumerationDate": {
    "label": "Enumeration date",
    "format": "date"
  },
  "npi": {
    "label": "NPI",
    "format": "text"
  },
  "npiStatus": {
    "label": "NPI status",
    "format": "text"
  },
  "organizationSubpart": {
    "label": "Organization subpart",
    "format": "text"
  },
  "primaryTaxonomyCode": {
    "label": "Primary taxonomy code",
    "format": "text"
  },
  "sourceReleaseEndDate": {
    "label": "Source release end",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [New US Healthcare Organizations — Weekly NPI Feed](https://apify.com/fixmyerrorcode/newly-enumerated-us-healthcare-organizations-weekly-npi-feed) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fixmyerrorcode/newly-enumerated-us-healthcare-organizations-weekly-npi-feed) to learn more, explore other use cases, and run it yourself.