Sick Calls (v1)
Minimum CorEMR Version: 5.5.29
This web service allows clients to manage patient sickcalls inside the CorEMR system.
Filters
Patient sickcall results can be filtered by creation date and update date. These filters are sent via the message body request, more info can be found below.
Actions
Action | REST Verb | Route | Description |
---|---|---|---|
Read | POST | /ws/sickcalls/ |
Gets list of all patient sickcalls.Setting filter will allow filtering via further options |
Read | POST | /ws/sickcalls/{external_id} |
Gets list of sickcalls for one patient.Setting filter will allow filtering via further options |
Fields
Field | Datatype | Add | Read | Notes |
---|---|---|---|---|
filter | Boolean | R | Turns filtering on or off, does nothing on its own, must be combined with other fields | |
creation_date_from | Date | R | Filters results to return sickcalls only created after this fields | |
creation_date_to | Date | R | Filters results to return sickcalls only created before this fields | |
update_date_from | Date | R | Filters results to return sickcalls only last updated after this fields | |
update_date_to | Date | R | Filters results to return sickcalls only last updated before this fields |
Note
Please note these fields must be passed in via the body in proper xml format.