# California NHSC Clinician Site Roster — FQHCs & Clinics

**Use case:** 

Roster of California NHSC loan-repayment-eligible clinical sites (FQHCs, clinics) with HPSA scores, contact info and site type.

## Input

```json
{
  "state": "California",
  "program": "NHSC",
  "ruralOnly": false,
  "includeSummary": true,
  "maxResults": 5000
}
```

## Output

```json
{
  "site_name": {
    "label": "Site name",
    "format": "string"
  },
  "program": {
    "label": "Program",
    "format": "string"
  },
  "site_type": {
    "label": "Site type",
    "format": "string"
  },
  "site_status": {
    "label": "Site status",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state_abbrev": {
    "label": "State abbrev",
    "format": "string"
  },
  "zip": {
    "label": "ZIP",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "email": {
    "label": "Email",
    "format": "string"
  },
  "hpsa_primary_care": {
    "label": "HPSA primary care",
    "format": "number"
  },
  "rural_status": {
    "label": "Rural status",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [HRSA NHSC & NURSE Corps Clinician Workforce Site Monitor](https://apify.com/malonestar/hrsa-clinician-workforce-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/hrsa-clinician-workforce-monitor) to learn more, explore other use cases, and run it yourself.