# ProviderStateLicense

Model ID: `ProviderStateLicense`

A state medical license held by this practitioner.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `expiration_date` | `string|null` | No |  |  |  | Yes | ISO 8601 expiration date, optional. |
| `license_number` | `string` | Yes |  |  |  | No | The license number. |
| `state` | `string` | Yes |  |  |  | No | Two-letter US state code |

## Example

None declared in canonical OpenAPI.
