An open-source artificial pancreas
Dana Lewis said that her keynote at linux.conf.au 2019 would be about her journey of learning about open source and how it could be applied in the healthcare world. She hoped it might lead some attendees to use their talents on solutions for healthcare. Her efforts and those of others in the community have led to a much better quality of life for a number of those who suffer from a chronic, time-consuming disease.
She began with a well-known joke in hacker circles ("there are 10 kinds of people in the world ..."), but she added a twist. Beyond those who know binary and those who don't, there are also another 10 kinds of people: those who can produce their own insulin and those who can't. Lewis has type 1 diabetes, so she "just" needs to add insulin to her system because her pancreas does not produce it, but it is not quite that simple. Getting diagnosed with a chronic disease is "like getting struck by lightning", she said; there is no time to prepare and you know that everything will be different from that point forward.
Ups and downs
There is more to it than just eating right, exercising, and adding insulin. Stress, excitement, and adrenaline all factor into her blood sugar levels. She was excited and a bit stressed to give her keynote, which meant that her blood sugar level was going up. It is hard to measure the proper insulin dose to counteract the experience of giving a talk to "a roomful of people really early in a different time zone". It is further complicated by the fact that things that sometimes elevate blood sugar also sometimes lower it.
If you look at the graph of a diabetes patient's blood sugar, it will go up and a down a fair amount. Beyond that, "insulin is not magic"; it takes 60-90 minutes for it to start bringing down blood sugar, while eating makes it rise in as little as 15 minutes. She noted that access to insulin is not a given, though, since there are many parts of the world, especially in developing countries, where it is not available.
![Dana Lewis [Dana Lewis]](https://static.lwn.net/images/2019/lca-lewis-sm.jpg)
Some patients have tools that make diabetes management easier. She has a continuous glucose monitor (CGM) to measure her blood sugar every five minutes and an insulin pump that delivers a configured amount of insulin continuously. Those sound great, she said, and they are, but there is still a lot of manual work required.
A patient has to pull out the CGM and press a button to see the latest reading and the trend, they then need to look at the pump and see what it has been delivering. After that, they need to calculate what action is needed based on the readings and their current and planned activities (e.g. eating, exercising, or giving a talk). They do that "over and over and over and over again" throughout the day. These decisions are not all about insulin either, but also about whether they should eat, what kind of exercise they should do, what they should eat, and so on. It is a lot of work and hard to get right; that is why people's blood sugar graphs have lots of ups and downs
She showed some sample graphs in part because she wanted to point out that it is actually difficult to get access to that data. The only application approved by the US Food and Drug Administration (FDA) to get the glucose readings from her device only works on Windows—and she has a Mac. Meanwhile, the CGM and pump are from different manufacturers, so they don't talk to one another, which is quite common in the medical-device world. That leaves the human in the middle to make all of the decisions and take any required actions.
Alarms
Lewis said that she is "the world's best sleeper"; she sleeps for a long time and deeply. The CGM has an alarm that is meant to wake her when her blood sugar levels are too low, but there is no way to change the volume or sound it makes. Because of "alarm fatigue", where over time the brain stops alerting because it has gotten used to an alarm sound, and her deep sleeping, she can sleep right through the alarm. That made her afraid to go to sleep because she might not hear the alarm and stop the insulin pump from providing more insulin, thus lowering her blood sugar further. You can die from diabetes even if you do everything right, she said; not being able to trust that your device will wake you up when an adjustment is needed is intolerable.
She got so fed up with the problem that she started looking for other ways to create the alarm. In 2013, she and her now-husband, Scott Leibrand, found someone on Twitter who had a way to get information out of the CGM and send it to a server; he used it to monitor his son's blood sugar from afar. They were able to get the code from him and used it to send alarms to her phone when needed. The data was extracted by a Windows program running on an old laptop at her bedside and was sent to an application in the cloud that pushed the alarms out. In the first month, she got many alarms that she actually woke up for; "it was fantastic".
They also created a dashboard on the web that she can easily read and make sense of when she is woken in the middle of the night. It has buttons that she can click to indicate the action that she took, which is helpful for her parents and others who are part of her "secondary line of defense". Brains are a "little weird" when your blood sugar is low, she said, so the dashboard could alert others if she didn't wake up and take the right action (i.e. press the right button) when the alarm went off. She thought the dashboard, which they jokingly called "DIYPS" (for do-it-yourself pancreas system), was the greatest thing ever.
Sleeping through the CGM alarm is a common problem for those suffering from diabetes, she said. Her new open-source awareness meant that she wanted to share her solution with others. They had learned a lot about open source and medical devices, including finding out that the FDA "frowns on distributing code that looks like a medical device", even if it's not a medical device. So they did not end up releasing the code for the dashboard/alarm.
Auto-pancreas
As they started looking around at what others were doing in the open-source diabetes world, though, they found someone who had figured out how to talk to a specific model of insulin pump, which turned out to be the one that she had. With that, they realized that the necessary tools were available to create a closed-loop artificial pancreas. You can take those two dumb devices (CGM and insulin pump), add a Linux system (in their case, a Raspberry Pi), a USB radio to talk to the pump, and a battery—you end up with an artificial pancreas system.
In the manual method, a human needs to take in data, do some calculations on it, and change settings on another device—many times a day. That is a job for a computer, she said. The system is automated, but that does not mean that a human cannot intervene to change things as needed. She showed before and after graphs; the after graph was noticeably flatter, with fewer swings—which is the goal. That was met with much applause from attendees.
The automatic pancreas is not a cure, but it can make a huge difference in people's quality of life. She was helped by multiple people along the way, so she knew the system needed to be released as open source. OpenAPS (open-source artificial pancreas system) is the project that was formed to provide information so that others can build their own devices. Lewis did not return to the FDA "problem" in her talk, but the OpenAPS FAQ notes that the FDA only regulates commercial products that are sold; OpenAPS simply provides information for those who want to build and try the system for themselves.
The DIYPS was an open-loop system, since it simply gave her the information (and recommended action), but she had to make it happen. The newer, closed-loop system took her out of that loop (though she still had the ability to change things if needed); they were able to translate the calculations she normally did into code that could run on every update from the CGM. Their highest goal was safety, so when they started documenting the algorithm at OpenAPS, one of the most important pieces was to document how the system could fail.
There are numerous failure modes (e.g. batteries die, CGM pulled out, pump disconnected, insulin runs out, etc.) but OpenAPS is designed to handle them. When OpenAPS shows the design to new people, who inevitably have a large number of "what if" questions, they are impressed with its safety orientation. That really shouldn't be a surprise, she said, since those who are trying to solve the problem have the disease and have been working out how to deal with it since they were diagnosed. Those who have diabetes "have to figure it out or they don't stay alive".
One thing that developers outside of the project often focus on is how OpenAPS is talking to the insulin pump, she said. The currently targeted pump is an older version of a particular pump brand that has been recalled due to a security vulnerability. But that vulnerability is what allows OpenAPS to talk to the pump over the radio, so it is required that they use this insecure device. That is what allows the loop to be closed.
The software that OpenAPS uses has conservative defaults for various settings. There are also hardware limits on the amount of insulin that can be given, but the software starts with low levels and does not increase them without some action from the user. In addition, while it is monitoring every reading from the CGM, it does not take actions based on one outlying data point; it looks at the trends and is prepared for anomalous or missing data.
The insulin pump has a "basal" rate, which is the base amount of insulin it will dose in the absence of other input. That rate will continue even if blood sugar goes low, which is bad. OpenAPS operates by sending a temporary basal rate adjustment command that only lasts for 30 minutes. If the system is working, another adjustment will be made within that window, but if not, the pump will return to its default state.
She referred interested people to the OpenAPS web site, where there is a plain-language reference design. There have been many non-technical people who have come to the site over the years to try to learn how they can build an artificial pancreas for themselves. In many cases, it takes a lot of convincing to get them to believe that they can do this for themselves. The plain-language description is understandable to those who are already treating their diabetes and the idea is that OpenAPS has just moved that algorithm into a computer. There is also an open-source reference implementation (under the MIT license) available on GitHub.
Results
She has been "looping for four years" and there are now over 1000 people with DIY closed-loop systems in the world including, she said, some in the room. That means that there are over nine million hours of DIY closed-loop experience at this point—using conservative numbers for people and hours. That is significant because many of the "big fancy clinical trials" have 150,000 hours of testing before they are declared ready for use. OpenAPS has learned a lot and its users have chosen to stay with the DIY system for a long time.
"I refuse to let all this beautiful data go to waste", she said. OpenAPS has its own data commons as part of the Open Humans project. OpenAPS users can volunteer their data to be added to the anonymized data set, which she said she does not want companies to ignore when they are working on projects for diabetes. Anyone who has an interest in the data can get access to it and learn from it.
She relayed two anecdotes that she thought encapsulated many of the reasons that people are choosing to use APS. One was a man in Finland whose young son had diabetes; they went from 4.5 manual interventions per day to 0.7/day after using OpenAPS. Each of those interventions is time consuming and burdensome for the caregivers and the child, so getting to less than one a day on average makes a huge difference. Another user had a son with diabetes who needed 420 visits to the school nurse during his 4th-grade year (e.g. before lunch or gym, high or low blood sugar events). Once he was using OpenAPS in his 6th-grade year, that dropped to five visits: three for low blood sugar after gym and two from equipment failures.
The OpenAPS "rig" can communicate with both Android and iOS devices. "You can text your pancreas ... you really can", she said, or use an assistant like "Siri" to send input to the rig. You can also use a smartwatch to enter information, which is her preferred way to do it. Just using three buttons allows her to change the amount of insulin being delivered or to enter the food that she is eating, which is much more discreet than fumbling around with her medical device. That allows her to participate in job interviews, for example, without making her diabetes the focus of the discussion if she needs to provide some input to her pancreas.
As with many open-source projects, lots of great ideas and code have come in from new people. They are often surprised when presenting their new idea or use case that Lewis and other OpenAPS developers are enthusiastic about the idea but not able to make it happen for various reasons—the suggestion that the new person "should go do it" is temporarily astonishing to them. But that is how things work in open source.
The earliest system was based on the first Raspberry Pi, but it made for a bulky system with a large battery; the radio had a short range as well. One potential user said that he needed something smaller for his wife so he started looking into an Intel Edison-based device; he found a radio that would work with it and wrote some code to make it talk to the pump. Another community member had a hardware shop and helped design a board for the rig, which is what she uses today. It is much more compact and uses less power.
Unfortunately, Intel has discontinued the Edison, so she asked anyone who had extra Edisons to contact her or put them up for sale on eBay. The project has gone back to the Raspberry Pi, which has gotten better in the interim. She noted that many of the attendees to LCA had gotten a Raspberry Pi Zero and said that she would be happy to take any that were not needed. By the end of the conference, 11 had been donated, but the organizing committee was also planning to donate any extras that were not handed out; OpenAPS should end up with a nice supply of free computers for users who need them.
There are some naysayers who proclaim that the project is not made up of medical professionals or programmers; "who do you think you are to do this?" That is ridiculous, she said. The algorithm is one that all diabetes patients learn early on: if your blood sugar is going up, add more insulin based on your settings, if it is going down, add less insulin based on your settings. The computer is just able to do it every five minutes. The people who use the system find that any negatives are outweighed by the positives, in terms of quality of life, that it brings.
The most important thing she has learned through this process is that open source is about "the willingness to try"; it is about showing up and asking questions, she said. The OpenAPS project is not made up of doctors, scientists, researchers, and engineers, but it is doing engineering, experimentation, science, and so on every day. The rest of the open-source community has helped immensely along the way as well.
This kind of effort can be applied beyond diabetes. If you know someone with cancer, asthma, cystic fibrosis, or some other rare disease that few people know anything about, start asking them what their biggest problem is; "what is the thing that most annoys you?" A cure is probably at the top of the list, but once you get past that, you may find there is something fairly simple that would help them. For her, it was simply a louder alarm so that she could sleep without worry. Once that was fixed, she (and others) started chipping away at the other problems that existed and ended up with a much bigger and more useful system than they ever envisioned at the beginning.
She closed by noting that there are another 10 types of people: those who will consider using their open-source skills to solve healthcare problems and those who will not. She hopes that her presentation will help to get more people into the first group.
A YouTube video of the keynote is available.
[I would like to thank LWN's travel sponsor, the Linux Foundation, for
travel assistance to Christchurch for linux.conf.au.]
Index entries for this article | |
---|---|
Conference | linux.conf.au/2019 |
Posted Jan 30, 2019 20:06 UTC (Wed)
by Cyberax (✭ supporter ✭, #52523)
[Link] (3 responses)
Posted Jan 30, 2019 21:42 UTC (Wed)
by jani (subscriber, #74547)
[Link] (2 responses)
Posted Jan 31, 2019 6:15 UTC (Thu)
by marcH (subscriber, #57642)
[Link] (1 responses)
Posted Jan 31, 2019 6:41 UTC (Thu)
by jani (subscriber, #74547)
[Link]
Posted Jan 30, 2019 20:51 UTC (Wed)
by thithib (guest, #115203)
[Link] (2 responses)
That scares me, even if according to openaps.org's FAQ, the safety mechanisms are expected to prevent malicious behaviors.
Posted Jan 30, 2019 21:53 UTC (Wed)
by jani (subscriber, #74547)
[Link] (1 responses)
But it's not like the certified devices are without bugs. And they don't exactly get software updates. It's just a different kind of scary.
Posted Jan 30, 2019 22:47 UTC (Wed)
by nilsmeyer (guest, #122604)
[Link]
Posted Jan 30, 2019 22:51 UTC (Wed)
by nilsmeyer (guest, #122604)
[Link]
Of course this flies in the face of professional and commercial interests. Imagine patients helping themselves instead of paying a doctor or device manufacturer. A degree and license is by no means the ultimate indicator of competency.
Posted Jan 30, 2019 23:23 UTC (Wed)
by Sesse (subscriber, #53779)
[Link]
I only wish they could get authorized access to the device, so that it's only open to the user, not to everyone :-/
Posted Jan 31, 2019 6:33 UTC (Thu)
by marcH (subscriber, #57642)
[Link] (20 responses)
https://www.google.com/search?q=insulin+cost+usa
Some new sort of natural selection?
This reason is simply the economic dogma that "competition and free markets" can solve absolutely any kind of economic problem even in the overwhelming evidence that competition doesn't always happen and in the face of prices 10 times cheaper across the border in "less free" Canada with its socialist hence dangerous healthcare system.
I'm in awe of OpenAPS but it's unfortunately pointless when you can't afford the insulin in the first place wherever lobbies are totally "free" to disregard human life for pure profit.
Oh and of course it's not just insulin, all drugs are affected.
Posted Jan 31, 2019 6:50 UTC (Thu)
by marcH (subscriber, #57642)
[Link] (7 responses)
"A single death is a tragedy; a million deaths is a statistic"- guess which one draws public attention? Much, much better than fake news: *irrelevant* news.
1984 was prescient but it missed one thing: "Newspeak" isn't really required. To control people's emotions you just need to make sure they don't know how to count, that's enough. No numbers no science.
Posted Jan 31, 2019 7:57 UTC (Thu)
by eru (subscriber, #2753)
[Link] (6 responses)
Posted Jan 31, 2019 9:15 UTC (Thu)
by marcH (subscriber, #57642)
[Link] (5 responses)
Even in the most extreme situations there's still no need to hide evidence, just lie on camera and on the record pretending you're not seeing what's in your face! Then quickly switch to something else. Anything's possible as long as you know how to generate emotions on TV. Plus many journalists prefer a debate to overwhelming evidence, they convince themselves it's "fairer" to have two points of view. More drama.
Less than 100 people own half the total world's wealth, so what? What do these abstract numbers mean for me? Yeah, sounds like a lot but such hard science is actually exciting for no more than one minute or two and then back to my uninterrupted stream of emotions on twitter/facebook/cable news.
Focusing on "per capita" numbers (e.g., tax evasion is 1000 dollars/person/year) would be a start but of course the opposite is happening. Just one fun example: nutritional information in the US is all there but in... metric units! Hilarious. Oh, and the %RDA is missing for sugar, did you notice? Of course you can find it on the internet and do the math yourself, nothing's stopping you. No censorship needed!
(I'm just realizing why I'm paying for LWN: it's not just about tech. It's also for the refreshing "oasis of boring truths")
Posted Jan 31, 2019 10:19 UTC (Thu)
by nilsmeyer (guest, #122604)
[Link] (4 responses)
I think that hides the true extent of the egregious tax evasion employed by some, especially corporations with great control over the narrative (Google, Facebook, Amazon). Using a per capita number would bury that information suggesting that everyone is evading taxes.
> (I'm just realizing why I'm paying for LWN: it's not just about tech. It's also for the refreshing "oasis of boring truths")
That's an interesting term, though I don't find it boring. I'm mostly ignoring the news and politics these days except for the things that directly affect my life, though I employ professional associations there for lobbying. Being constantly bombarded with terrible things that are happening without being able to affect any change can leave you with a sense of dread and helplessness.
Reading LWN often leaves me feeling better and more informed, even the comments are usually high quality.
Posted Jan 31, 2019 16:37 UTC (Thu)
by marcH (subscriber, #57642)
[Link] (3 responses)
I know! systemd, Code of Conduct, security labels, stone tablets,...
> I'm mostly ignoring the news and politics these days except for the things that directly affect my life
OK, you solved the problem... for yourself.
Posted Feb 1, 2019 11:10 UTC (Fri)
by nilsmeyer (guest, #122604)
[Link] (2 responses)
I haven't debated text editors in a while. I need more hair to split! ;)
> OK, you solved the problem... for yourself.
To be able to help others you must first help yourself.
Posted Feb 1, 2019 17:30 UTC (Fri)
by marcH (subscriber, #57642)
[Link] (1 responses)
Posted Feb 6, 2019 10:28 UTC (Wed)
by nilsmeyer (guest, #122604)
[Link]
I live in a country where healthcare is somewhat functioning, even or especially for the poor and for families (their healthcare is funded by the taxpayer, e.g. me). There are a lot of other issues but this luckily isn't one of them, if I get sick for a longer time my life is still ruined but not irreparably so. Politics to me is a waste of time, I have no power to fix (or change) anything so it's not worth expending a lot of energy getting that belief reinforced. There are enough other areas in my life where improvement is possible.
Posted Jan 31, 2019 12:17 UTC (Thu)
by nilsmeyer (guest, #122604)
[Link] (3 responses)
It's not like the insurers are making Insulin so you still end up paying more, it's just filtered through your insurer.
> This reason is simply the economic dogma that "competition and free markets" can solve absolutely any kind of economic problem even in the overwhelming evidence that competition doesn't always happen and in the face of prices 10 times cheaper across the border in "less free" Canada with its socialist hence dangerous healthcare system.
Healthcare is no free market and competition is very often excluded through patents.
Posted Jan 31, 2019 15:06 UTC (Thu)
by marcH (subscriber, #57642)
[Link] (2 responses)
Posted Jan 31, 2019 16:42 UTC (Thu)
by jani (subscriber, #74547)
[Link]
Posted Feb 1, 2019 6:28 UTC (Fri)
by nilsmeyer (guest, #122604)
[Link]
But there are vastly improved forms of insulin (ultra short acting for example) that enjoyed patent protection for a long time. After that you can still patent the method of application. Epinephrine was first isolated in 1901, the price for the auto-injector EpiPen recently quintuplicated, arguably the product hasn't improved by that order of magnitude.
Posted Feb 3, 2019 4:57 UTC (Sun)
by giraffedata (guest, #1954)
[Link] (7 responses)
The welfare system is well developed in the US, especially for medical care.
The stories I've heard of people being denied medical care are from the socialized medicine countries, with people (with money) traveling to the US to get what they couldn't at home.
Posted Feb 3, 2019 12:22 UTC (Sun)
by mpr22 (subscriber, #60784)
[Link]
Posted Feb 3, 2019 13:38 UTC (Sun)
by tao (subscriber, #17563)
[Link] (5 responses)
The only such stories I've ever read have come from right-wing publications that, not surprisingly, "just happen" to be opposed to single-payer universal healthcare.
Is there any first world country (other than the USA) where people go bankrupt because they cannot afford healthcare? I mean even with health insurance you still pay ridiculous amounts.
Posted Feb 4, 2019 9:46 UTC (Mon)
by anselm (subscriber, #2796)
[Link] (4 responses)
The US manage to spend at least twice as much money per capita for healthcare (and that is excluding what individual people contribute out of pocket) than all other developed nations; even so, you can get pretty good healthcare in the US if you're rich but if you aren't things can get dicey pretty fast. The weird thing is that the US could move to a system along the lines of what everyone else is using and actually save a lot of money, which should appeal to fiscal conservatives but somehow doesn't.
Posted Feb 4, 2019 15:15 UTC (Mon)
by marcH (subscriber, #57642)
[Link] (3 responses)
First there are the corporate lobbyists pretending to be fiscal conservatives.
Those aside, there's the more or less unconscious belief that if it's not american, then it cannot be better. How could it be? Especially not for something business related. End of story I'm not really listening to the (boring!) numbers you're trying to tell me. We've seen demonstrators with signs like "We don't want healthcare like in country X", replace X with some of the countries with the most efficient healthcare system.
Then "fiscal conservatives" are all about paying less taxes. How could a more centralized system result in less taxes? That's just not possible, or at least not without less healthcare.
There's also something a bit more logical and not directly money-related: the deeply rooted desire to be *free* to choose my doctor/insurance/etc. Granted the current system grants very little freedom (unless you're insanely rich and don't care being in-network) but surely the current system can be fixed while a single payer system would make that worse.
Of course there are people who know better, however all the above is very common.
Posted Feb 7, 2019 17:54 UTC (Thu)
by Wol (subscriber, #4433)
[Link] (2 responses)
But there are easy ways to bring in money that are ignored. Allow people who are on sick pay to jump the queue to get them back to work ... especially if they or the company will chip in some money. Allow people to have private rooms and public healthcare if they want to pay for it...
I'm sure there's plenty more easy money saving fixes if only political dogma didn't get in the way ... our air ambulance system survives on charity money, yet getting a seriously injured patient to hospital an hour earlier saves more money in intensive care than it cost to fly the ambulance - so why isn't some of that saved money diverted to the air ambulance service?
From what I've seen of the Australian system (not a lot :-) I get the impression that it does a very good job of providing affordable health care with choice. But "choice" is a dirty word among patients here because we are being pushed to choose for ourselves based on no evidence whatsoever, and my personal experience is that (a) there is little choice and (b) if you're not happy it's very hard to switch.
Cheers,
Posted Feb 9, 2019 22:05 UTC (Sat)
by nix (subscriber, #2304)
[Link] (1 responses)
Posted Feb 13, 2019 18:05 UTC (Wed)
by Wol (subscriber, #4433)
[Link]
Hmmm... I was thinking along the lines - like with the air ambulance example - of the money being diverted from other budgets.
I know it's tricky, but surely it's not beyond the wit of man to come up with some way of the DWP (Department of Work and Pensions, responsible for sick pay) working out how much someone is going to cost on sick pay, and then paying that money to the NHS for a "private" operation if that is going to cost less. So it's funded from a completely different budget to that for the old/unemployed.
Cheers,
Posted Jan 31, 2019 11:31 UTC (Thu)
by dottedmag (subscriber, #18590)
[Link]
Also, from the tone of the talk they have a community that does not exhibit destructive behaviours: the lives of contributors are at stake, so egos take a hitch.
Posted Jan 31, 2019 13:04 UTC (Thu)
by joekiller (guest, #126069)
[Link] (1 responses)
Tidepool forked Loop (iOS based AP) and plan to use their user provided stats to attempt an FDA certification. FDA cares about patient risk. If you can't show that you've covered the bases then you'll get scrutinized. They seem to be coming around to attempting to certify a fork of open source stuff but then openaps and loop need the hardware manufactures to play well which is all currently reverse engineered.
My observation on open source AP data is that it is very self selective and reinforcement of good numbers is somewhat behavioral moreso ie they would manage their stuff better anyway.
I work for Dexcom, formerly TypeZero and we are working on this every day.
Posted Jan 31, 2019 13:07 UTC (Thu)
by joekiller (guest, #126069)
[Link]
Posted Jan 31, 2019 13:56 UTC (Thu)
by jani (subscriber, #74547)
[Link]
Posted Jan 31, 2019 22:53 UTC (Thu)
by mmaug (subscriber, #61003)
[Link]
NB 2019 LibrePlanet March 23-24th in Boston https://libreplanet.org/2019
Posted Feb 1, 2019 15:21 UTC (Fri)
by joey (guest, #328)
[Link]
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
https://www.google.com/search?q=implant+files+scandal
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
Ignorance is Strength - but noise is stronger
Ignorance is Strength - but noise is stronger
Ignorance is Strength - but noise is stronger
:-)
Ignorance is Strength - but noise is stronger
Ignorance is Strength - but noise is stronger
Ignorance is Strength - but noise is stronger
An open-source artificial pancreas
An open-source artificial pancreas
Yes that's one of the problems in general. However in this case insulin is 90 years old and threre's a generic available... in "almost" every country.
An open-source artificial pancreas
An open-source artificial pancreas
Do you know of anyone dying in the US because he couldn't afford insulin?
Access to insulin
It seems that there is in fact a problem with Americans being unable to afford insulin.
Access to insulin
Access to insulin
Access to insulin
Access to insulin
Access to insulin
Wol
Access to insulin
Allow people who are on sick pay to jump the queue to get them back to work ... especially if they or the company will chip in some money.
That was in fact proposed, but then it was pointed out that this led to effective denial of healthcare to people not in work and/or whose employers will not pay when the system is under any sort of stress at all (e.g. all winter, every winter). This includes many old people, who tend to vote and vote Conservative, so the Tories acted and very rapidly the not-at-all-politically-influenced think-tanker's suggestion happened to be withdrawn. Funny that. (The think tanker used to work for... a US HMO! And went back to work for an HMO shortly afterwards. One of the other suggestions in the same report was that HMOs should "assist" with healthcare provision "in this time of crisis". Funny that.)
Access to insulin
Wol
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
An open-source artificial pancreas
Dana Lewis participated along with Rachel Kalmar and Karen Sandler to talk about Free Software and Free (as in Freedom) Devices.
An open-source artificial pancreas