-
Notifications
You must be signed in to change notification settings - Fork 3
1.2. Receiving cases
All the data sent from the mobile app is stored and displayed in the web application, allowing both the actions necessary for the individual monitoring of the health status of users to be initiated, as well as the gradual knowledge of the evolution of the different epidemiological outbreaks.

At the following image we see the list of suspicious cases that have been received in the web application. This list is made up of all suspicious case notifications sent by citizens from the mobile app. The records shown in the list are made up of the following fields:
- Triage submission date from the mobile app.
- Case code generated by the web application.
- Name and surname of the person.
- Home address.
- Phone.
- Email.
- Case status.
This last field adopts a series of values depending on the evolution of the case. In particular:
-
Contact pending. It is the initial state of the case. This state is reached when the case sent from the mobile app is received. All cases registered in the system must be quickly managed in order to find an appointment for the user to carry out the clinical test for detection of the disease.
-
Contacted. It is an optional state that is reached when the user is contacted by the healthcare organization to learn more about the health problems they are suffering from.
-
Test pending. Regardless of whether or not there has been contact with the user, when the health organization staff find an available date and time (appointment) to carry out the clinical test for detection of the disease, said information is sent to the citizen. The proposed location for the test will be indicated, and may even be at the user's home, if required.
-
Pending the result. The case evolves to this state when the date and time of the clinical test have been established, but its result (positive or negative) is not yet known.
-
Pending evolution. Once the clinical test result is known, the record is produced in the user's file. From that moment on, the organization's personnel must monitor the patient's health status, trying to obtain information on his or her evolution on a regular basis.
-
Finished. The patient record goes into this state when the disease is overcome or dies. During this period of time, you may undergo new disease screening tests to see if the viral load has disappeared.
You can search the list through the fields that correspond to the case code, the patient's first and last name, and the home address.
Idioma: Español
Índice de contenidos
1. Documentación funcional
1.1. Descripción general
1.2. Recepción de casos
1.3. Gestión y seguimiento de casos
1.4. Diseño del triage
1.5. Monitorización de la epidemia
2. Documentación técnica
2.1. Descripción general
2.2. Licencia
2.3. Arquitectura de la solución
2.4. App móvil
2.5. Aplicación web
2.6. Infraestructura para el despliegue
Language: English
Index of contents
1. Functional description
1.1. General description
1.2. Receiving cases
1.3. Case management and monitoring
1.4. Triage design
1.5. Epidemic monitoring
2. Technical description
2.1. General description
2.2. Licensing
2.3. Solution architecture
2.4. Mobile app
2.5. Web application
2.6. Infrastucture for desployment