Skip to content

Saving lives by preventing Healthcare Associated Infections (HAI) using IoT equipped hand hygeine monitors

Notifications You must be signed in to change notification settings

nickmmark/veri-cleanse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

Veri-Cleanse

Using IoT technology to monitor hand hygeine compliance and prevent Healthcare Associated Infections (HAI)

Problem definition

Our Proposed Solution

  • The objective of this project is to build a low cost hardware/software solution that encourages and documents hand hygeine
  • Using an innovative combination of off-the-shelf IOT technologies it is possible to build a system of behavioral nudges to enhance hand washing compliance.
    • A BLE beacon signals when a user has entered an area that requires hand hygeine
    • The user washes hands using foaming sanitizer or soap and water; a wearable on the wrist or finger detects the hand washing event and registers it
    • Users who forget to gel in or out receive a gentle nudge in the form of a vibrations or other innocuous alert
    • Data is collected and users can receive rewards for achieving hand hygiene compliance; data can also be used for hospital wide initiatives and incentives
  • Users who maintain a high rate of hand hygiene are given short term rewards (‘achievement unlocked’) within the app and longer term bonuses (performance bonus partially tied to % hand hygiene compliance)

proposed end to end solution

  • This system could be valuable both in the developed and developing world. Sadly, more than 150 years after Semmelweis demonstrated the benefit of handwashing in obstetrics, HAI remains one of the leading causes of infant mortality in the developing world. Thus A low cost easy ot use system of monitoring hand washing could millions worldwide.

  • Although the largest benefit might be realized in the healthcare space, there are many groups that could benefit from this product

    • hospitals
    • clinics
    • skilled nursing facilities (SNFs)
    • restaurants
    • parents - trying to encourage hand hygeine at home

Technology

  • BLE beacon signifies entry into a room that requires hand hygiene (signal strength, accuracy, etc)
  • Hand hygiene events are detected using NFC on gel dispensers or on sinks
  • Data is uploaded to the cloud via WiFI
  • What hardware is required?
    • Wearable - Must have NFC and the ability to run outside code. Ideally low cost and able to run outside code (without jailbreaking)
  • ESP32 - powerful microcontroller that can can do BLE, BLE beacon, WiFi. Well suited to many IoT applications.
  • ESP8266 - WiFi enabled, lower cost and optimized for sending data packets to the cloud.
  • RC552 - a low cost NFC/RFID module compatible with 13.56mhz communication standard
  • Soap dispenser - simple low cost unit for prototyping

Technology challenges

  • Range of BLE beacons varies from 1 meter to 500 meters depending on transmit power.
    • Probably the transmit power of the beacons placed in rooms would need to be low.
    • There could be significant error in accurately detecting room entry.
    • Unclear if the beacons should be on the people (like on badges or in a wearable) or the dispensers. Both could work.
  • NFC must be very reliable. If the dispenser fails to trigger it would compromise trust in the system. For this reason it might make more sense to make the dispensers activate using the conventional IR sensors and only detect the user with NFC.
  • Ideally the unit cost should be very low (<$25) to encourage widespread adoption, particularly in the developing world.
  • The units should be very parsimonious with sending data over hospital WiFi; monopolizing bandwidth would be a big problem for hospitals.

Advantages of this approach

Alternative approaches/competitors

  • a recent review of mobile health technologies to prevent HAIs found "Given the dearth of available apps, and the lack of functionality with those that are available, there is a need for further development of mobile apps for HAI prevention at the point of care."
  • current approaches to measure hand hygiene are inaccurate, cumbersome, and frequently are confounded by the Hawthorne Effect. These approaches are also extremely expensive. Approaches used to measure hand hygiene compliance include:
    • Paid observers
    • Video cameras
  • companies who are doing something similar using alternative technologies
    • Clean Hands Safe Hands - Mesh network of XigBee equipped sensors attached to soap dispensers
    • Biovigil - Infrared (IR) sensors on badges detects proximity to soap dispensers
    • HyGreen - smell sensors detect the presence of alcohols to confirm that hands have been washed

Early Stage Proof of Concepts

The initial work can be broken into discreet stages; each of these POCs includes seperate documentation

  1. NFC equipped soap dispenser - a user activates the device using an RFID tag
  2. Soap dispenser that can upload data to the cloud - an ESP8266 that can detect soap dispenser activation an upload a data packet
  3. Bluetooth beacon that can detect proximity between a user and a soap dispenser
  4. Remote control/activation of a soap dispenser
  5. Wearable able to communicate with the soap dispenser
  6. A server (platoform agnostic) that can accept messages from multiple soap dispensers
  7. A simple dashboard for interpreting the usage data

Goal Deliverable

A low cost unit for detecting hand hygeine and uploading the data to the cloud. The results should be surfaced in a manner that is easy to interpret.

Product Name(s)

  • Working name: Veri-cleanse - (pronounced ˈver-​ə ˈklenz) portmanteau of "verify" and "cleanse"
  • Alternatives:
    • Sani-check - (pronounced sa-nə chek) portmanteau of "sanitize" and "check"

License

  • TBD what license best covers this work

Abbreviations

  • HAI - healthcare associated infections
  • CAUTI - catheter associated urinary tract infection
  • CLABSI - central line associated blood stream infection
  • MRSA - methicillin resistant staphylococcus aureus
  • CDI - clostridium difficile infection
  • IOT - internet of things
  • NFC - near field communication
  • BLE - Bluetooth low energy beacons
  • RFID - radiofrequency identification

Versioning/Known issues/To-Do

References/See also

About

Saving lives by preventing Healthcare Associated Infections (HAI) using IoT equipped hand hygeine monitors

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages