| The Royal Melbourne hospital in Australia is using pulse oximeters to manage COVID positive patients in their own homes. The program was setup in March this year to manage a large number of patients remotely (cost/safety). The patients take their own measurements with a pulse oximeter and digital thermometer (both off the shelf consumer items). The person is prompted via SMS and submit their vitals via website. A software system orchestrates all of this and alerts patients and clinicians to anyone with worrying numbers. This keeps beds free at the hospital, but still gets the small percentage of patients back to hospital that get really sick. It also does all the other boring monitoring and administrative work needed when you're checking up on lots of real people. Full disclosure. I worked on this project. A version has been open sourced and if you're a hospital or other medical service you're welcome to use our work. We're publishing improvements as we go.
https://github.com/rmhcovid/txtmon https://www.thermh.org.au/news/royal-melbourne-hospital-impl... Using simple standalone devices and a low-coding platform already in use by hospitals (REDCap) the whole project was crash-built in a couple of weeks and is saving lives. That platform has many shortcomings (messier even than Excel), but there's various medical/privacy rules that make more traditional development unattractive for quickly prototyping. It's been a rewarding project to work on despite many frustrations. |