Alerts

Minimum CorEMR Version: 5.4.2

Patient alerts may be added and removed from patients.

Actions

ActionREST VerbDescription
ReadGET
/ws/alerts/
Gets list of active alerts currently in system. Filters can be applied, as explained below.
ReadGET
/ws/patients/{external_id}/alerts/
Gets list of active alerts on existing patient. Filters can be applied, as explained below.
AddPOST
/ws/patients/{external_id}/alerts/
Creates a new alert on existing patient.
ReadGET
/ws/patients/{external_id}/alerts/{alert_id}
Gets an existing alert on existing patient.
UpdatePUT
/ws/patients/{external_id}/alerts/{alert_id}
Updates an existing alert on existing patient.

Filters

FilterDescription
categoriesComma seperated list of category IDs.
include_removedIncludes alerts removed in the last 4 hours.

Fields

FieldDatatypeAddReadNotes
idIntegerYUnique alert record identifier.
external_idString(17)YUnique patient identifier.
category_idIntegerYY
category_nameStringY
created_dateDatetimeY
created_userStringY
created_user_idIntegerY
expires_dateDatetime
removed_dateDatetimeNULL unless removed.
removed_userStringYAvailable only in 5.5.11 or higher. NULL unless removed.
removed_user_idIntegerYAvailable only in 5.5.11 or higher. NULL unless removed.

Removing

Updating an existing alert with a removed_date will trigger the system to remove the alert.