# ImpiloPatient

Model ID: `ImpiloPatient`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `address` | [`ImpiloAddress`](./ImpiloAddress.md) | No |  |  | `null` | Yes |  |
| `archived` | `boolean|null` | No |  |  | `null` | Yes |  |
| `date_of_birth` | `string|null` | No |  |  | `null` | Yes |  |
| `email` | `string|null` | No |  |  | `null` | Yes |  |
| `enrolled` | `boolean|null` | No |  |  | `null` | Yes |  |
| `external_identifier` | `string|null` | No |  |  | `null` | Yes |  |
| `first_name` | `string|null` | No |  |  | `null` | Yes |  |
| `id` | `integer|null` | No |  |  | `null` | Yes |  |
| `last_name` | `string|null` | No |  |  | `null` | Yes |  |
| `phone_number` | `string|null` | No |  |  | `null` | Yes |  |
| `sex` | `string|null` | No |  |  | `null` | Yes |  |
| `site` | [`ImpiloSite`](./ImpiloSite.md) | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
