This webservice allows clients to manage patient information inside the CorEMR system. It can be used to retrieve and edit patient alerts, as well as all of their applicable fields and data.
Alert Endpoints
Action
REST Verb
Route
Description
Read
GET
/ws/v3/alerts/
Gets list of all patient alerts currently in the system.
Read
GET
/ws/v3/patients/{external_id}/alerts/
Get all alerts on the specific patient with the given external_id
Read
GET
/ws/v3/patients/{external_id}/alerts/{alert_id}
Get a specific alert with the given id on the patient with the given external_id
Create
POST
/ws/v3/patients/{external_id}/alerts/
Create a new alert on the patient with the given external_id.