Brian Lovin
/
Hacker News
Daily Digest email

Get the top HN stories in your inbox every day.

CptFribble

This is actually how existing diagnostic machines work generally - mix blood or plasma with a reagent, incubate at body temp for some time, measure how the light properties of the sample (color, turbidity, depends on the test) change over time. Some tests measure 1 point at the end of the test, some measure several and construct a non-linear function.

The interesting part is that they're building a machine that can get accurate results with low-cost off-the-shelf components. State-of-the-art systems typically cost somewhere between 50k and 500k, which may or may not include service agreements (they break down all the time - wet chemistry) and ongoing costs for supplies.

I imagine the main wins in this area would be:

- built with low-cost/commodity components (done)

- small physical size for transport (done)

   -- systems come in a variety of sizes from bedside to the size of a small car, depending on where you want to run them (operating suite/doctor's office vs central lab) and the volume you need.
- expanded operating temperature and humidity

   -- existing systems have fairly tight tolerances on humidity especially, all the systems I worked with had environmental sensors installed nearby.
- low-power enough to run on batteries or small generators easily in remote environments

That these women are working their way down the list is impressive and much needed. As mentioned in the article, reagents are available commercially so that part is relatively "solved," although depending on the test they can be quite expensive and have their own cold-storage and transport problems for remote areas. The other big problem is affordable control material to ensure the systems are still accurate, and calibration material to adjust system constants when they inevitably drift (same cost/storage/transport problems as reagents). Still though, I'm glad they're making progress.

I look forward to more!

Source: worked in lab diagnostics for a while

rex_lupi

It's a neat system, although I fear the major hurdles (in the early days at least) will be getting a license for a diagnostics lab with these equipments and doctors approving the test results.

HeyLaughingBoy

Also worked in lab diagnostics for quite a while. You're correct about the process. I'd add that the only particularly expensive piece of hardware along the chain is the light detection at the end. Sure, you need high precision pumps to dispense reagents & sample accurately, but if you're not running at industrial scale, those aren't that hard to DIY. And, of course, some reagents will be expensive as you said.

On the machines we built, the reaction products bound to a light-emitting material and we used photomultiplier tubes to measure the light output at the end. I believe this is more sensitive than the occlusion/scattering methods in the article. The problem is that PMTs are pretty expensive to buy new and their calibration needs to be checked periodically.

I have wondered if it would be possible to make a cheaper version using large-area PIN diodes, or with lenses to collect as much light as possible. Never saw any research being done in this area though.

908B64B197

SpaceX did the same thing.

They took a very complex system (rockets) that was custom-made and had to be extremely reliable. And then they looked at every component and tried to re-engineer it to optimize for costs. And they have been hugely successful doing it.

tomComb

I have a common medical condition which is easily monitored via a common blood test.

It seems to fluctuate quite a bit, and if I could get frequent readings I could figure out what is affecting it, and I could better understand it's effect on me.

But the medical system in my country does not allow for frequent readings, probably for good reason - it would be very expensive. And a hassle going to a lab frequently.

So I'm excited to read about this device and hope the tech matures quickly.

ad404b8a372f2b9

How would you go about drawing blood? Is a finger prick good enough for these tests or would you need to know how to draw venous blood?

OJFord

With titles like this, I always think it must either be trivial nonsense, or (more likely!) the journalist just really missed the point.

gerdesj

It seems that a couple of researchers have used RPis to analyze blood samples in an innovative way.

They are published: https://ieeexplore.ieee.org/document/9524612

So, you (OJFord) could not be bothered with either reading the simplified synopsis or if you did, understanding the original article.

Why even bother to comment, when you have nothing to give?

OJFord

I have nothing bad to say against the researchers, as I said was likely, and as I ascertained to be the case after that and you commented on, it's just shoddy journalism. RPi is not the interesting part (at a stretch, a proxy for low powered compute?), 'Indian' is not the interesting part (but I can excuse that more readily as similar to 'XYZ university ...') and 'monitor health' is uselessly vague.

(The title could apply to a calorie counting app, running (arbitrarily) on a raspberry pi, for example.)

This valid contribution is dealt disservice with this title, and 'I (OJFord)' commented on that, 'giving', I hope, the suggestion that it might be better.

gremloni

It’s a relatively descriptive title and accurate to the article. I don’t think it is terrible.

ssivark

Here’s a link to the actual paper: https://ieeexplore.ieee.org/document/9524612

Abstract: The development of a cost-efficient and sensitive platform for biochemical analysis of blood serum and its realization in the low resource areas is one of the imperative challenges to establish a robust healthcare ecosystem. The present work demonstrates the design of a universal platform, capable of performing all biochemical analyses of blood serum by measuring the absorbance of light through the test sample. To verify the working of the developed platform, the concentration of glucose was estimated in blood serum. The detection of glucose has been accomplished in a linear range of 1 mg/dL to 400 mg/dL with detection of limit 1 mg/dL (R2 = 0.9875, n=3). The stability analysis demonstrates improved stability in the output as compared to the conventional analyzer with an average standard deviation of 0.32 calculated for n=5. Human blood samples were tested with the developed platform and the results were in line with the pathology laboratory. The developed platform offers the advantages of automation, low cost, portability, simple instrumentation, flexibility, and an easily accessible interface. Due to the use of a huge processing capability processor, the analysis time reduces to half a minute which yields fast analysis and high throughput. The stability and accuracy also improve owing to the employment of high-resolution electronics components. Overall, the proposed framework is an attractive solution to be incorporated in the low resource area as a universal platform for all biochemistry analysis simply by varying the wavelength of light and reagent.

undefined

[deleted]

rscho

What would be really cool and useful would be an open source bedside (ICU/OR) monitor. RPi would probably be a good base, I guess...

junon

No way. Medical devices need very strong guarantees. RaspPi does not offer those. You want a cheap RTSoC.

rahimnathwani

Monitors and tests don't need to be perfect to be useful. If you were a doctor running a poor rural hospital, would you rather have:

1. No monitoring, or

2. Monitoring that fails to alarm for 50% of events.

If you have plenty of staff, maybe you'd prefer no monitoring, as it's worth than having someone sitting next to each bed. But that's probably not the reality of the situation.

junon

I could be wrong, but I'm not convinced RaspPi is better suited for the task, even cost-wise. SoC are cheap these days - I have zero evidence to back this up, but I would wager most of the "cost" associated with e.g. ICU monitoring devices is strictly to non-technical aspects (brand name, margin, etc.)

In theory, an open source and safe design is definitely feasible. I just wouldn't marry "safe" and "raspi" on most days.

sangnoir

> Monitoring that fails to alarm for 50% of events.

As Waymo found out early on - unreliable automation may lead to counter-intuitive results when people put too much trust in such systems, as humans do. It is in the realms of possibility that patients will get worse outcomes because doctors/medical staff are paying them far less attention than they were without any monitoring.

kopos

Although that would be the end game, trying to get off the ground would be much easier with a RPi

the__alchemist

I agree. Nothing running a GPOS is suitable here.

rscho

But do those include graphical capabilities, USB connectivity, jack for alim, etc. all-in-one and for a few bucks? I am aware medical devices should provide guarantees, but a smaller guarantee is still better than none at all, innit? For context, in many countries people are simply left to die in the most atrocious ways if they cannot afford care. You should see how african people react when they're admitted to the hospital, even in developed countries.

GravitasFailure

> but a smaller guarantee is still better than none at all, innit?

Raspberry Pi comes with no guarantees at all and has well documented problems with flaky power and burning out SD cards. It works great for the hobbyist/learning system that it was designed for and might even be good enough for the blood testing system in the article, but active monitoring for intensive care? Just...no.

the__alchemist

Yes. For example, most of the STM32 lineup has builtin USB support, and can connect to displays through a range of protocols.

snapetom

Stuff like this is always cool and gee whiz, but it will never muster in the US that I know of, and I suspect most developed countries.

Anything on the bedside, especially in ICU, has to be examined by the FDA to the point where they want to know exactly what the chemical composition of parts are. If there's a risk of things releasing fumes that might be dangerous for a sick patient if the device gets too warm, they'll ding it. Diagnostic software powering these devices are scrutinized by the FDA, too.

jbotz

Ah yes, in the US they can't occur the risk of "fumes" from an affordable electronic device, that's why they need to charge people a year's income for a minor emergency room visit.

Never mind the fact that for millions in the US the air is toxic, the water is full of lead, and the food full of agro-toxins. But they are lucky, because the FDA makes sure medical devices don't release any accidental fumes and they only cost 2 or 3 magnitudes more than they need to.

rscho

Of course it would never do in developed countries! For context, I work with such monitors daily in a (very) rich country. I was thinking of the most backwater context you could still find use for it. Some parts of Africa, for instance.

antattack

I suppose a parallel would be a Mars Helicopter based on off the shelf components vs making one of radiation hardened components.

It may work, and it may work very well in fact. However, if you can afford it - you'd opt for something with more reliability and consistency.

ldiracdelta

In economics, the most important question is "as compared to what?" You might be able to afford a gold plated system designed with 15-9's of reliability, but do you want to work 10 hours week to afford that system? On the margin, do you want to have a 10% smaller house to pay for that level of medical awesomeness?

rramadass

Not Open Source but relatively cheap : https://shberrymed.com/products/patient-monitor-pm6100

A company called "Anidra" (Australia + India) is offering the full package (HW based on the PM6100 and cloud based Monitoring SW) both for Hospital and Home use: http://www.anidra.com.au/ and https://www.anidra.in/

programmer_dude

Weird choice of name Anidra in Hindi means sleeplessness. Nidra is sleep, anidra is its opposite.

On second thought, I think they are probably implying their devices (or they themselves) do not sleep.

maxwellwhite

Let’s do it!

rramadass

Why aren't more low cost Medical devices available easily and cheaply? Given the power/price ratio we have achieved with cellphones, why can't the same be done in the field of Medical devices?

For example, i was looking for a all-in-one monitoring device for an elderly patient and came across "PM6100" made by "Shanghai Berry Electronics" (https://shberrymed.com/products/patient-monitor-pm6100) Low-cost but still more expensive than many cellphones. These things should be commodity priced. It almost feels like there is some "organized cartel" preventing the invention and marketing of low-cost medical devices.

corty

Red tape. Medical devices need to (depending on type and country) conform to medical device regulations, be approved by a medical device regulator, be sold only to medical professionals or people with a script from a medical professional. Liability in case something goes wrong because of your device is expensive, adversarial and dependent on crossing all the 'i's and dotting all the 't's. There are "lower levels" of this due to regulations being less for more harmless devices. E.g. you can nowadays get thermometer, pulse-oximeter or a blood pressure meter quite cheaply. But anything just mimimally more complicated or critical gets expensive very fast.

Reasons for this beside the red tape are imho the low number of customers (most slightly specialized medical devices are needed once per patient with $rare_disease, once per lab or once per doctors office), the high need for customization (one-size-fits-all doesn't even work for blood pressure cuffs, let alone prosthetics), localization (broken i18n can kill, most customers are elderly and therefore not as versed in engrish), higher component cost (sterilizable plastics are more expensive, bigger displays for vision-impaired elderly clients are more expensive) and acceptance of foreign/small/unknown manufacturers (won't trust my elderly mother's health to a device from "Corty's Refurbished Asbestos Plates, Health Equipment and Luxuries Ltd., Templestreet, HongKong (CRAPHEALLTH)").

There is also a cartel of each medical professionals, manufacturers, insurance companies/public insurance pools and politicians, complete with revolving doors, kickbacks, fake or real -but always suspiciously convenient- scientific data, and exclusionary legal situations. All cementing the status quo and the wealth and standing of all participants (except the patients' of course).

rramadass

>But anything just mimimally more complicated or critical gets expensive very fast.

"Critical" i understand, "Complicated" i dispute. Our existing technology has significantly brought down this threshold and it should no longer be a limiting factor.

>There is also a cartel of each medical professionals, manufacturers, insurance companies/public insurance pools and politicians, complete with revolving doors, kickbacks, fake or real -but always suspiciously convenient- scientific data, and exclusionary legal situations. All cementing the status quo and the wealth and standing of all participants (except the patients' of course).

This is what i believe is the real reason. In fact sometimes i think i should spend the rest of my career/life to overturn the status quo with the help of professionals from the Open Source community many of whom would gladly spend their time and money in helping their fellow human beings get affordable healthcare.

ComodoHacker

>These things should be commodity priced.

These things couldn't be commodity priced (comparable to a smartphone) until they are manufactured at similar scale. You just don't need as much medical devices.

rramadass

I don't buy this commonly given excuse at all. Companies like Omron/Rossmax etc. have made BP monitors dirt cheap (and now pulse oxymeters). Add a few more functionalities needed for patient monitoring, price accordingly and you have a market.

It is well within the capabilities of existing technologies (both HW and SW) and though there are stringent regulations i don't think they are the limiting factor. I am convinced the Companies involved in the manufacture of these devices (eg. GE Healthcare) are artificially keeping the prices of these high enough to deter widespread adoption.

HeyLaughingBoy

> though there are stringent regulations i don't think they are the limiting factor

This is exactly the limiting factor. I could build you a Pulse Ox device with a nice graph on a Raspberry pi in a few days/weeks quite easily and put it in a pretty case with battery power and connectivity to the internet and your phone if needed. A cool hobby project.

However, selling it as a Medical Device (those words have a specific meaning) will raise the price exponentially. Let's look at some of the things we need to take care of in order to keep the FDA happy.

Development process: the software & hardware needs to have been developed with a predefined process, with specific minimum steps taken and certain documentation needs along the way. This doesn't sound like a big deal until you realize just how much it can slow down the development process and add more cost. If I can't prove that those steps were all taken, then I have to create a validation process to prove that the part I bought off the shelf (like the Pi) is suitable for the task -- not a difficult thing to do, but all these little things add to the cost of producing something.

Supply chain: you need to be able prove the provenance of every item in your device back to the originating manufacturer. If the manufacturer changes something, there needs to be a mechanism so you can be alerted to evaluate if it has an impact on your product. No buying cheap parts from pulse0x7337 on Amazon.

Manufacturing: basically set out a process for building it and make sure there are no deviations from that process and be able to prove that you are always following that process.

Complaints: you need to have in place a method for users of your device to report issues with it and to be able to respond quickly and correctly, in some cases within a federally mandated time (if in the US) depending on how serious the complaint is.

Compliance: ensuring compliance with 21CFR is such a huge task that there are entire companies that are dedicated to doing this for you if you can't afford your own team.

Support: can't remember details off the top of my head but you are required to provide support for your device for xx years after you remove it from the market. This means the capability to answer user questions and perform repairs if needed.

So yeah, it might seem like an excuse, but it really isn't!

robertlagrant

> the Companies involved in the manufacture of these devices (eg. GE Healthcare) are artificially keeping the prices of these high enough to deter widespread adoption

One of the ways this will happen is the regulatory burden required to bring a product to market, which they will be keen to keep in place as a competitive moat.

Kenji

This is a good idea until the shitty SD card that's inside the rasperry pi gets bitflips and corruptions and the patient dies.

spraveenitpro

Elizabeth holmes would have loved this.

betimsl

theranos 3.0 :D

detaro

why do you think so?

ludovicianul

Isn't this Theranos 2.0?

detaro

why do you think so?

Daily Digest email

Get the top HN stories in your inbox every day.

Indian researchers create a Raspberry-Pi-based device to monitor health - Hacker News