E-Lert

The Brief

Design a technology-based Ebola survivor observation system that can be deployed in Guinea, Liberia, and/or Sierra Leone.
This system should take into account current contact tracking and surveillance methods used during the Ebola outbreak as well as current methods used to track and monitor survivors. When designing your solution consider the local health infrastructure, access to technology, and the local context.

Notes

This was a group project in which I was the team lead. The other team members were Hannah Davies (Belgium), Abhi Jha (Nepal), Nancy Moses (Tanzania), Ella Barber (UK), and Toluwalase Lajide (Nigeria). Our mentor was Raga Krishnakumar, a molecular and computational biologist.

This project was developed as part of the Public Health Challenge posed by The New York Academy of Sciences. For this, we were placed as finalists in this challenge.

I received the Innovator of the Year Award from my high school for the project.

Research Questions
  • What symptoms set Ebola apart from the rest of the diseases?
  • are these symptoms monitored in these survivors?
  • Can we create an elegant and scalable product using simple technology to track these manifestations?
  • How do we prevent the illness from reaching the healthcare workers?
Algorithm
E-lert is switched on by pressing the button. The LED will glow green for 2 seconds.

For the next 3 days, temperature is taken as input every 2 hours. It then runs a loop which stores the sum of temperatures taken in a variable.

Once the 72 hours are completed, the baseline temperature is established as the sum over the number of times temperature was taken.

From then onwards, temperature is checked every 6 hours. If the temperature varies by 3+ degrees, the button will glow, thus alerting the user to check for ocular symptoms. If is it is not varying from the baseline temperature, it returns to the temperature loop from where it came.

In case the button is pressed, thus indicating to the wearable that the user is facing ocular symptoms, for the next 48 hours, it will check if the temperature varies by 3+ degrees. If it does, the user will be alerted by the flickering(white) of the button. If not, it returns to the temperature loop from where it came.

A combination of the button being pressed and varying temperature will alert the user(button flickers) that they need to visit a doctor.

If the battery is low, it will signal the user by changing the colour of the button to red (using multi-coloured LEDs)
Features

It is a smart tracker in the form of a wristband that tracks the ocular manifestations along with fever, as our research show that a combination of ocular symptoms and unusually high fever may be a re-emergence of EVD in the survivor.

Made of water-resistant material, so that the user can wear it all the time.

Multi-coloured LED light backlights as a button.

Made of elastomer(without latex) material

Thermistor Temperature sensors (inexpensive)

Arduino Micro-controller to calibrate the thermistor to the human body temperature range.

Stainless steel clasps to ensure that it is tightly clutching the wrist

Simple wristband design with only one button.

Advantages

Prevents unnecessary contact between survivors and healthcare workers. Thus, saving the time of healthcare workers and preventing the disease from spreading from patients to survivors at EVD clinics.

Comfortable(elastomer) and convenient to use.

Accurate to two decimal places.

Tracks symptoms of ebola and alerts the survivors on time.