get_notifications
Retrieve patient portal notifications with details such as date, message, and read status. Choose whether to include already-read notifications by setting include_read.
Instructions
Get patient portal notifications.
Args: include_read: Whether to include already-read notifications (default: True).
Returns a list of dicts with keys: id, name, description, date, message, read, entityType, entityCode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include_read | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |