-
Notifications
You must be signed in to change notification settings - Fork 144
Self reporting
sergiupacurariu edited this page Jan 22, 2025
·
5 revisions
Self report is a module which allows CASES and CONTACTS to be reported by someone which is not a health worker. The self reported can report a CASE for themselves, their friend, child etc.
Sormas system has created special user rights that are needed in order to be able to access Self reports module and do different operations on the data.
The self report has the following statuses:
-
4 investigation statuses:
- In progress
- Pending
- Completed
- Rejected
-
2 processing statuses:
- Unprocessed
- Processed
Minimum data required for importing self reports:
- self report type (CASE, CONTACT)
- report date
- disease
- firstName
- lastName
- sex
In order to be able to process a Self report the following requirements must be fulfilled:
- the user must have "Self report process" rights
- the investigation status of the self report must be set to "Completed"
- the self report should not be processed already
- the user must have "Case_creation" and "Case_edit" rights if they want to process a Case type self report
- the user must have "Contact_creation" and "Contact_edit" rights if they want to process a Contact type self report
- the processing flow follows the same flow as the one for the lab messages
- the person is selected
- Create new case form is automatically selected
- during case processing the disease can be changed
- the processing flow follows the same flow as the one for the lab messages
- the person is selected
- Create new contact form is automatically selected
- during case processing the disease can be changed