# ProviderSpecialty

Model ID: `ProviderSpecialty`

A clinical specialty this practitioner practices, coded to a taxonomy system.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `board_certified` | `boolean` | No |  |  | `false` | No | True if the practitioner is board-certified in this specialty. |
| `code` | `string` | Yes |  |  |  | No | NUCC taxonomy code or SNOMED code |
| `display` | `string` | Yes |  |  |  | No | Human-readable specialty name. |
| `primary` | `boolean` | No |  |  | `true` | No | True if this is the practitioner's primary specialty. |
| `system` | `string` | No |  |  | `"http://nucc.org/provider-taxonomy"` | No | Coding system the code belongs to. Defaults to the NUCC provider taxonomy. |

## Example

None declared in canonical OpenAPI.
