# ImpiloClinicalNote

Model ID: `ImpiloClinicalNote`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `activity` | `array|null` | No |  |  | `null` | Yes |  |
| `assignee` | [`ImpiloUser`](./ImpiloUser.md) | No |  |  | `null` | Yes |  |
| `cpt_code` | [`ImpiloCptCode`](./ImpiloCptCode.md) | No |  |  | `null` | Yes |  |
| `create_timestamp` | `string|null` | No |  |  | `null` | Yes |  |
| `created_by` | [`ImpiloUser`](./ImpiloUser.md) | No |  |  | `null` | Yes |  |
| `description` | `string|null` | No |  |  | `null` | Yes |  |
| `dx_code` | `string|null` | No |  |  | `null` | Yes |  |
| `id` | `integer|null` | No |  |  | `null` | Yes |  |
| `last_update_timestamp` | `string|null` | No |  |  | `null` | Yes |  |
| `md_code` | `string|null` | No |  |  | `null` | Yes |  |
| `open` | `boolean|null` | No |  |  | `null` | Yes |  |
| `patient` | [`ImpiloPatient`](./ImpiloPatient.md) | No |  |  | `null` | Yes |  |
| `total_time` | `integer|null` | No |  |  | `null` | Yes |  |
| `type` | `string|null` | No |  |  | `null` | Yes |  |

## Example

None declared in canonical OpenAPI.
