# ProviderSummary

Model ID: `ProviderSummary`

Summarised provider record returned from search.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `city` | `string|null` | No |  |  |  | Yes | Practice city, optional. |
| `name` | `string` | Yes |  |  |  | No | Provider display name. |
| `npi` | `string` | Yes |  |  |  | No | Provider's National Provider Identifier. |
| `phone` | `string|null` | No |  |  |  | Yes | Practice phone number, optional. |
| `score` | `number|null` | No |  |  |  | Yes | Search relevance score |
| `specialty` | `string|null` | No |  |  |  | Yes | Specialty display name, optional. |
| `specialty_code` | `string|null` | No |  |  |  | Yes | Taxonomy / specialty code, optional. |
| `state` | `string|null` | No |  |  |  | Yes | Practice state, optional. |

## Example

None declared in canonical OpenAPI.
