> For the complete documentation index, see [llms.txt](https://dev.coronasafe.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.coronasafe.network/notifications-and-alerts/notifications.md).

# Notifications

{% embed url="<https://github.com/coronasafe/care/blob/master/care/facility/models/notification.py>" %}

| Key                                    | Code | Content                    |
| -------------------------------------- | ---- | -------------------------- |
| PATIENT\_CREATED                       | 20   | Patient Created            |
| PATIENT\_UPDATED                       | 30   | Patient Updated            |
| PATIENT\_DELETED                       | 40   | Patient Deleted            |
| PATIENT\_CONSULTATION\_CREATED         | 50   | Consultation Created       |
| PATIENT\_CONSULTATION\_UPDATED         | 60   | Consultation Updated       |
| PATIENT\_CONSULTATION\_DELETED         | 70   | Consultation Deleted       |
| INVESTIGATION\_SESSION\_CREATED        | 80   | Investigation Created      |
| INVESTIGATION\_UPDATED                 | 90   | Investigation Updated      |
| PATIENT\_FILE\_UPLOAD\_CREATED         | 100  | Patient File Uploaded      |
| CONSULTATION\_FILE\_UPLOAD\_CREATED    | 110  | Consultation File Uploaded |
| PATIENT\_CONSULTATION\_UPDATE\_CREATED | 120  | Daily Round Created        |
| PATIENT\_CONSULTATION\_UPDATE\_UPDATED | 130  | Daily Round Updated        |
| PATIENT\_CONSULTATION\_ASSIGNMENT      | 140  | Patient Doctor Assigned    |
| SHIFTING\_UPDATED                      | 200  | Shifting Request Updated   |
