# ZocdocAppointment

Model ID: `ZocdocAppointment`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `appointment_id` | `string|null` | No |  |  | `null` | Yes |  |
| `appointment_status` | `string|null` | No |  |  | `null` | Yes |  |
| `cancellation_reason` | `string|null` | No |  |  | `null` | Yes |  |
| `cancellation_reason_type` | `string|null` | No |  |  | `null` | Yes |  |
| `confirmation_type` | `string|null` | No |  |  | `null` | Yes |  |
| `created_time_utc` | `string|null` | No |  |  | `null` | Yes |  |
| `developer_patient_id` | `string|null` | No |  |  | `null` | Yes |  |
| `is_provider_resource` | `boolean|null` | No |  |  | `null` | Yes |  |
| `last_modified_time_utc` | `string|null` | No |  |  | `null` | Yes |  |
| `location_phone_extension` | `string|null` | No |  |  | `null` | Yes |  |
| `location_phone_number` | `string|null` | No |  |  | `null` | Yes |  |
| `notes` | `string|null` | No |  |  | `null` | Yes |  |
| `patient_type` | `string|null` | No |  |  | `null` | Yes |  |
| `practice_id` | `string|null` | No |  |  | `null` | Yes |  |
| `provider_location_id` | `string|null` | No |  |  | `null` | Yes |  |
| `start_time` | `string|null` | No |  |  | `null` | Yes |  |
| `visit_reason_id` | `string|null` | No |  |  | `null` | Yes |  |
| `visit_type` | `string|null` | No |  |  | `null` | Yes |  |
| `waiting_room_path` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
