# Phone

Model ID: `Phone`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `extension` | `string|null` | No |  |  |  | Yes | Phone extension, when present. |
| `is_primary` | `boolean` | No |  |  | `false` | No | Whether this is the patient's primary phone number. |
| `number` | `string` | Yes |  |  |  | No | Phone number in E.164 or 10-15 digit format. |
| `sms_enabled` | `boolean` | No |  |  | `false` | No | Whether the patient can receive SMS at this number. |
| `type` | [`PhoneType`](./PhoneType.md) | Yes |  |  |  | No | Phone use: mobile, home, or work. |

## Example

None declared in canonical OpenAPI.
