# AthenaCreatePatientRequest

Model ID: `AthenaCreatePatientRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `city` | `string` | No |  |  |  | Yes |  |
| `date_of_birth` | `string` | Yes |  |  |  | No |  |
| `department_id` | `string` | No |  |  |  | No |  |
| `email` | `string` | No |  |  |  | Yes |  |
| `ethnicity_code` | `string` | No |  |  |  | Yes |  |
| `first_name` | `string` | Yes |  |  |  | No |  |
| `first_name_used` | `string` | No |  |  |  | Yes |  |
| `gender_identity` | `string` | No |  |  |  | Yes |  |
| `home_phone` | `string` | No |  |  |  | Yes |  |
| `language6392code` | `string` | No |  |  |  | Yes |  |
| `last_name` | `string` | Yes |  |  |  | No |  |
| `marital_status` | `string` | No |  |  |  | Yes |  |
| `mobile_phone` | `string` | No |  |  |  | Yes |  |
| `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. |
| `practice_id` | `string` | No |  |  |  | No |  |
| `provider_id` | `string` | No |  |  |  | No |  |
| `race` | `array` | No |  |  |  | Yes |  |
| `secret_key` | `string` | Yes |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `sex_at_birth` | `string` | Yes |  |  |  | No |  |
| `ssn` | `string` | No |  |  |  | Yes |  |
| `state` | `string` | No |  |  |  | Yes |  |
| `street_address` | `string` | No |  |  |  | Yes |  |
| `zip_code` | `string` | No |  |  |  | Yes |  |

## Example

None declared in canonical OpenAPI.
