# ZocdocParticipantPatient

Model ID: `ZocdocParticipantPatient`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `date_of_birth` | `string|null` | No |  |  | `null` | Yes |  |
| `developer_patient_id` | `string|null` | No |  |  | `null` | Yes |  |
| `email_address` | `string|null` | No |  |  | `null` | Yes |  |
| `first_name` | `string|null` | No |  |  | `null` | Yes |  |
| `gender` | `array|null` | No |  |  | `null` | Yes |  |
| `insurance` | [`ZocdocPatientInsurance`](./ZocdocPatientInsurance.md) | No |  |  | `null` | Yes |  |
| `is_booked_by_another_patient` | `boolean|null` | No |  |  | `null` | Yes |  |
| `last_name` | `string|null` | No |  |  | `null` | Yes |  |
| `patient_address` | [`ZocdocPatientAddress`](./ZocdocPatientAddress.md) | No |  |  | `null` | Yes |  |
| `patient_id` | `string|null` | No |  |  | `null` | Yes |  |
| `phone_number` | `string|null` | No |  |  | `null` | Yes |  |
| `sex_at_birth` | `string|null` | No |  |  | `null` | Yes |  |
| `uploaded_attachments` | `array|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
