# NotificationResponse

Model ID: `NotificationResponse`

HC-shaped notification record returned by the Patient API.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `createdAt` | `string|null` | No |  |  |  | Yes | ISO 8601 timestamp when the notification was created/sent. |
| `description` | `string|null` | No |  |  |  | Yes | Longer description/body of the notification. |
| `icon` | `string|null` | No |  |  |  | Yes | Icon identifier or URL for the notification. |
| `id` | `string|null` | No |  |  |  | Yes | Notification identifier (FHIR Communication id). |
| `read` | `boolean` | No |  |  | `false` | No | Whether the patient has marked the notification as read. |
| `severity` | `string|null` | No |  |  |  | Yes | Severity level: info, success, warning, or urgent. |
| `title` | `string|null` | No |  |  |  | Yes | Short title of the notification. |

## Example

None declared in canonical OpenAPI.
