Hacker News new | ask | show | jobs
by ThinkBeat 2085 days ago
I do not have the backgrond to know much about this design.

I do know that creating them is difficult and even small error can be fatal. I would not want to be a beta tester here if I could avoid it.

There will be a long certification process and probably repeated in several different areas of the world.

The Norwegian prime minister Erna Solberg decided during the 1st wave of the pandemic in Norway to make "her own" ventilators in Norway and in a hurry.

There were many irregularities in the bidding process or rather lack there of and there were irregutlatires in how the -"winning". design was chosen"

Once they were made, doctors and nurses refused to ever use it on a patient.

Norway then tried to sell then to other countries (at a steep discount) and had no takers.

Norway then tried donating them and again no takers.

Now they are sitting in one or more warehouses somewhere in Norway.

As 2nd wave is making its rounds in Norway, if it should get as chaotic as last time maybe someone will try them.

https://www.ffi.no/en/news/emergency-ventilator-in-record-ti...

https://kommunikasjon.ntb.no/pressemelding/norsk-nodrespirat...

https://www.ffi.no/aktuelt/nyheter/ffi-svarer-pa-kritikken-m...

https://www.dagensmedisin.no/artikler/2020/04/01/anestesi-mi...

1 comments

Hello.

I am one of the members of this project.

Your comment is totally accurate and a bad ventilator design or manufacturing can be fatal.

The Norwegian ventilator design was a dead end since the beginning.

Many different makers teams tried to create ventilators around the world by doing mechanization of "Ambubags" (https://en.wikipedia.org/wiki/Bag_valve_mask).

Those makers chose this solution because it was the easiest way to do a ventilator if a few weeks.

This idea is bad because it creates many different problems: - After 30 minutes, patients will start having high C02 levels - It spreads the virus in the hospital room - It can clog

At the beginning of the pandemic, we choose a completely different design and started something from scratch.

Our goal was to make a very safe ventilator, so we could be confident our ourselves, our parents, our family would have to use it.

We asked doctors, specialists, we quickly figured out that the best design was using a turbine design as most emergency ventilators come with turbines.

The big challenge was to finely the pressure very accurately: so we needed valves to manage the airflow.

All the Airflow systems needed to be biocompatible and no pressure valves existed on the market for that purpose.

We tried many ways doing that and engineers in the team found that the best way to make those valves was doing a "Pinch Valve"

The idea is you have a medical-grade flexible pipe, which is pinched using an excentric valve. This way you can finely tune the pressure.

Researchers and doctors tested early prototypes and they found the design was smart and very promising.

It was tested on very complicated lung simulators, and then two pigs.

Following those studies, french authorities started to look at our project and gave us funding (around 500k euros). Allowing us to have access to 2 ASL 5000, the rolls of lung simulators to try our prototypes.

Many different local companies (engineering, manufacturing) help us as well.

A complete team (5 people) made internally all the paperwork for French Health Authorities so they can approve clinical trials.

After a few months, the Makair was approved for Clinical trials and 2 hospitals started to try it on patients.

Meanwhile, we are working on CE marking and production lines. Multiple countries are interested.

If we had to start again, we would choose the same design.

thanks for sharing so many details about the process.

1. quality controls for medical devices are necessary since they can be fatal as you said. that said, are there ways of accelerating the certification/control process without sacrificing quality?

2. it sounds like you had access to great local talent. how could we improve the collaboration process so other people could contribute to the design process?

3. if you were the head of the EU, what's the first change you would make to improve the innovation cycle for medical devices?

1. What we did is we worked on certification and on the eneenering at the same time. We figured out that it was easier to certify an hospital ventilator rather than an emegerncy transport ventilator. An emergency ventilator needs to support 15G (so around 330KG in our case) accelerations. Quite a lot :) So, we choose to the "hospital ventilator" regulations then.

We unit tested everything using a lung simulator (ASL 5000) and that was a great help. When you can try your ventilator in almost real condition, that is change changer.

Then, we tried to make our ventilator exactly as an MVP. We implemented very few features at the beggining. Something very minimalistic. Only pressure control. It was our first version, and was certified for clinical trials in June. First patients in July then.

It's only later than we added new features, LCD Screen, new sensors, new metal valves, to make the ventilator better. We filed all the paper work again, and it got approved in september.

2. We used Slack. It works great, but at some point, we had to work all together. 30 people were lockdown together and worked in March/April on this project. It was a non-stop start-weekend and we slept only 5 hours per night, during more 30 days.

At the beggining of the project, we struggle on two essencial parts : Making the turbine, and the pressure valves.

Multiple engeenering teams work at them same time on different solutions. We used up to 30 3-D printers, lent from people/company.

At the core, we did all the integration tests, and tested all the solutions from the mechanical teams (different turbines / valves), as well as the software, electronics.

At the end, we had the right turbine, the right valves, the right electronics, and we just had to make integrate everything on the software.

3. The hardest thing was the software. Most of us are software developpers and we are used to deploy continuously. You can't do that here. You need the perfect software, immediately.

You can't do an OTA update on all the ventilators.

During the certifiation process, we had to change the software to do many improvements. I think regulatoriy authorities don't understand how software works. That was the hardest part: Explaining them that a software they don't understand is actually safe.

It is something that needs to change, because in the future, we will have more and more sotware in medical devices.

> [Software certification] is something that needs to change, because in the future, we will have more and more sotware in medical devices.

I think this is wrong thinking. Software which drives safety critical systems needs to be perfect, and that is an impossible bar. Whether or not such a target is achievable, it is much MUCH harder if the software is under continuous development. It needs to take enough time to do it properly, and therefore software for critical systems ends up basically being your MVP. It does only what it must, but it does it right. You really don't get a second chance on safety critical systems.