Author Topic: Open Source Medical Device Project  (Read 15129 times)

0 Members and 1 Guest are viewing this topic.

Offline occammanTopic starter

  • Newbie
  • Posts: 7
  • Country: 00
Open Source Medical Device Project
« on: October 06, 2021, 02:00:57 am »
I (an EE-turned-Systems-Engineer) have teamed up with a neuro-anesthesiologist to start a project to develop an open-source EEG. It will initially be used for research on optimizing anesthesia to minimize complications. Ultimately we'll have an FDA-cleared clinical device.

(Before you ask/EEsplain :D... Yes, I know that medical devices are "special" - I develop them for a living.)

We believe that open-source medical devices will be safer and less expensive, with the extra benefit of enabling medical innovation. Details on the project, and why it will lead to better devices, can be found at our GitHub site here: https://github.com/VolksEEG/VolksEEG.

For more info, I discussed this project last week on the Embedded.fm podcast: https://embedded.fm/episodes/388 (Not showing favoritism... I'd be happy to discuss it on The Amp Hour, too!)

We're looking for an EE to help on schematics and layout - since the design uses an "EEG-in-a-chip", the ADS1299, design is not particularly complex.

Please wish us luck!
« Last Edit: October 06, 2021, 02:03:07 am by occamman »
 

Online SteveyG

  • Supporter
  • ****
  • Posts: 987
  • Country: gb
  • Soldering Equipment Guru
Re: Open Source Medical Device Project
« Reply #1 on: October 06, 2021, 02:21:19 pm »
Several questions:
What up-front work have you done for your DHF? It looks like you're expecting to start straight away with the detailed design, but I see no evidence of the earlier work which would be required for submission to the FDA. 
I also don't see any specifications and thus no means to design with V&V in mind.

What device classification are you aiming for?
Software safety class?

You mention EEG machines are "lower safety risk", but for a device, this is entirely dependant on how the device and data is used. 
YouTube Channel: https://www.youtube.com/user/sdgelectronics/
Use code: “SDG5” to get 5% off JBC Equipment at Kaisertech
 
The following users thanked this post: occamman

Offline occammanTopic starter

  • Newbie
  • Posts: 7
  • Country: 00
Re: Open Source Medical Device Project
« Reply #2 on: October 06, 2021, 03:11:29 pm »
Good questions!

First go-round is a proof-of-concept, outside of "real" device development, so no need for standard DHF material. This is described somewhat in our Project Overview document that's linked at the bottom of the readme, but maybe isn't so obvious. Better to keep heavyweight medical device process out of the way until we are clearer about what needs to be done - then we'll go through standard requirements through verification, traceable, conforming to IEC 62304 and ISO 13485, etc.

That said, EEG essential performance is spelled out by IEC 80601-2-26, so we'll be doing initial verification of the POP against that standard. Essential performance is what's... well essential, so that's nice to demonstrate.

FDA classifies these devices, both for depth of anesthesia and standard clinical EEG, as Class II. I believe that they're both IIA in the EU.

Software safety class is probably B, might be C (not so much difference between these in 62304). It also depends on the risk controls we decide to implement on the systems, e.g., one trick is to have redundant (but different) processors running different software and if there's a substantial difference then shut down. That could even drive it to Class A, which would be lovely.







« Last Edit: October 06, 2021, 06:25:13 pm by occamman »
 

Offline Gallymimus

  • Regular Contributor
  • *
  • Posts: 178
  • Country: us
Re: Open Source Medical Device Project
« Reply #3 on: October 11, 2021, 08:42:40 pm »
What a cool idea to develop open source medical devices.  Kudos for the effort.

I am curious however.  In my experience, medical device development is requirements driven, flowed down from customer requirements, regulatory requirements, and hazard related requirements.

You mention 60601 and 80601 but you don't mention requirements derived from any other angles.  Is there an intended use, or group of intended uses?  This also would impact the hazard assessment which would of course impact the 62304 safety classification as well has hardware design mitigation strategies (do we need a redundant processor or not, what risk controls are we doing to use).  Typically an ISO-14971 type analysis would be performed to identify hazards and risk level, which often are dependent upon specific use case. 

Something like EEG might only seem to have electrical shock hazards, but obviously if the data is used to misdiagnose a patient the secondary hazard would need to be considered.

Finally, FDA approval/clearance are not only indicators that your design is safe but are also indicators that you have been cleared to manufacture and sell.  Given that you won't be manufacturing, how do you foresee clearance happening?  I imagine you guys won't be setting up GMP or ISO 13485 certification.  If you are using a 13485 CM there are still processes for 13485 and GMP that would need to be in place to build anything that would qualify as having FDA clearance.

I realize I'm preaching the the choir here as you are experienced with medical device development, but elucidation might be beneficial to those who are fans of the open source medical device prospect.
 

Offline wizard69

  • Super Contributor
  • ***
  • Posts: 1175
  • Country: us
Re: Open Source Medical Device Project
« Reply #4 on: October 13, 2021, 03:16:23 pm »
I (an EE-turned-Systems-Engineer) have teamed up with a neuro-anesthesiologist to start a project to develop an open-source EEG. It will initially be used for research on optimizing anesthesia to minimize complications. Ultimately we'll have an FDA-cleared clinical device.
How will you produce an FDA cleared device if you don't have an FDA cleared production process?
Quote
(Before you ask/EEsplain :D... Yes, I know that medical devices are "special" - I develop them for a living.)

We believe that open-source medical devices will be safer and less expensive, with the extra benefit of enabling medical innovation. Details on the project, and why it will lead to better devices, can be found at our GitHub site here: https://github.com/VolksEEG/VolksEEG.
The regulated environment is the direct opposite of the open source world.   For one every innovation would need to be cleared by the FDA.   since most people don't know what is involved in that there will not be a lot of innovation once they know what is required to implement their innovation.    Maybe open source would be useful outside the regulated world but I don't see it driving a lot of approved innovation in the regulated world.
Quote

For more info, I discussed this project last week on the Embedded.fm podcast: https://embedded.fm/episodes/388 (Not showing favoritism... I'd be happy to discuss it on The Amp Hour, too!)

We're looking for an EE to help on schematics and layout - since the design uses an "EEG-in-a-chip", the ADS1299, design is not particularly complex.

Please wish us luck!
I wish you all the luck in the world but I need to remind you that the investment required to get FDA approval can be massive.    I know where I work there is a massive reluctance to do anything with the design or production processes of approved products.    The costs and manpower requirements can be massive even for minor production changes.   
 

Offline Doctorandus_P

  • Super Contributor
  • ***
  • Posts: 3322
  • Country: nl
 

Offline occammanTopic starter

  • Newbie
  • Posts: 7
  • Country: 00
Re: Open Source Medical Device Project
« Reply #6 on: October 25, 2021, 03:15:58 am »
The short story is that we're starting with a risk-reduction prototype, not something that will be submitted to FDA for clearance. In this way, once we start "real" development we can be confident of not going down design ratholes that cause us to redo heavyweight documentation. Basically, the kind of risk reduction that should always be performed before any product development.

If you review our github and the linked documents (e.g. https://onedrive.live.com/edit.aspx?resid=1C20C64CC03633F1!598126&ithint=file%2cdocx&authkey=!AORkwciQWZSW3gw)

there is some more explanation.
 

Offline occammanTopic starter

  • Newbie
  • Posts: 7
  • Country: 00
 

Online minatko

  • Newbie
  • Posts: 4
  • Country: ru
Re: Open Source Medical Device Project
« Reply #8 on: January 02, 2022, 06:41:14 pm »
I'm building a simmilar device as a study project.
It's a fun task, but I think looking for a government approvent is a useless and unrelated task. Ofc, a govenment can't approve a medical or any other critical device.
The best thing folks can do is sharing their experince with different approches to gather the signals like using ICs, amplifiers and so on. Something that can help other hobbyists making the same device.
The only purpose of an open source EEG is education of electrical and software engenners. It should be never used for a real medical diagnostics.
 

Offline josuah

  • Regular Contributor
  • *
  • Posts: 119
  • Country: fr
    • josuah.net
Re: Open Source Medical Device Project
« Reply #9 on: August 28, 2022, 09:02:54 pm »
The only purpose of an open source EEG is education of electrical and software engineers. It should be never used for a real medical diagnostics.

Maybe you meant a "hobbyist medical device", rather than an "open-source medical device".

For instance, if an existing medical device, certified in all countries and used by half of all doctors of the world suddenly gets all its schematics published under open source license, it would not suddenly become dangerous for the patients.

In the other way around, what about someone engineering commercial medical devices as a day job, and doing an open-source version with many problems fixed?

Something I really wonder, is would it be a good idea to have a medical instrument permitting quick insight to get a coarse overview of the situation?
For instance, a patient of hospital A needs to go to hospital B because A lacks an imagery device: What if A gets, or build a lower-end imagery allowing an immediate preview in the meantime that this patient waits in the low-priority queue of hospital B?

The reason of my doubt is: of course it is required to use only high quality and certified devices, but if the costs are too high and then hospital cannot afford them due to too few government grants, or because it would make patients pay too much, then there is little benefit of certified equipment that will never be used due to their price.

I am comparing extremes, the truth is perhaps in-between the two...
 

Offline josuah

  • Regular Contributor
  • *
  • Posts: 119
  • Country: fr
    • josuah.net
Re: Open Source Medical Device Project
« Reply #10 on: August 28, 2022, 09:10:52 pm »
For instance, a scanning electron microscope is not even a medical device per-se. But who.int is suggesting to use one for spotting presence of the virus, not in the case of a diagnosis of a patient, but to give an insight prior to full analysis:

Quote
Electron microscopy can be used to visualize potential poxvirus in the sample, but with the availability of molecular assays and the high technical skills and facility required, this method is not routinely used for laboratory confirmation.
-- https://www.who.int/emergencies/disease-outbreak-news/item/2022-DON388

Likewise, COVID auto-tests are precious tools that permits to notice earlier if someone is infected by COVID, yet are not recognised as real tests.

In France, due to an epic logistic debacle, we were for long out of stock of masks in France, and there was an official method to build a mask yourself. This goes against all practices of medical equipment certification, and yet it did happen in spite of what the ideal situation: https://www.gouvernement.fr/sites/default/files/contenu/piece-jointe/2020/05/livret_tutoriel_masque_afnor.pdf
« Last Edit: August 28, 2022, 09:13:20 pm by josuah »
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf