# ImpiloCreatePatientRequest

Model ID: `ImpiloCreatePatientRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `address` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `archived` | `boolean` | No |  |  |  | Yes |  |
| `date_of_birth` | `string` | No |  |  |  | Yes |  |
| `email` | `string` | No |  |  |  | Yes |  |
| `enrolled` | `boolean` | No |  |  |  | Yes |  |
| `external_identifier` | `string` | No |  |  |  | Yes |  |
| `first_name` | `string` | Yes |  |  |  | No |  |
| `last_name` | `string` | Yes |  |  |  | No |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `phone_number` | `string` | No |  |  |  | Yes |  |
| `sex` | `string` | No |  |  |  | Yes |  |
| `site` | [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
