# ZusCreatePatientRequest

Model ID: `ZusCreatePatientRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `account_id` | `string` | No |  |  |  | No |  |
| `api_url_base` | `string` | No |  |  |  | Yes |  |
| `athena_patient_id` | `string` | No |  |  |  | Yes |  |
| `athena_practice_id` | `string` | No |  |  |  | Yes |  |
| `client_id` | `string` | Yes |  |  |  | No |  |
| `client_secret` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `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. |
| `patient` | [`connectors.JsonValue`](./connectors.JsonValue.md) | Yes |  |  |  | No |  |
| `subject_token` | `string` | No |  |  |  | Yes | Vendor credential. Sent with the request and never returned. |

## Example

None declared in canonical OpenAPI.
