I'm an eye surgeon and self-taught machine learning practitioner, I started to learn Python in 2016 when the deep learning hype was at his highest. After 3 years of research, playing with datasets, extracting and cleaning data from EMR and from different machines, I not sure that the biggest problem with the so-called "AI" is the inequalities that it can induce ; it is rather, is it useful at all ? This is a little b…
This is my biggest complaint with the EMR systems I've used and I've always wanted to improve this. I wonder if fellow doctors would be okay with using a simple structured language to describe data in an EMR.
For example:
Height: 175 cm
Weight: 70 kg
Ethnicity: white
Age: 40 years
Creatinine: 0.9 mg/dl
An inference engine could use that data to calculate lots of things. Simple stuff like body mass index and creatinine clearance. The patient could be automatically classified in all possible scores given available data.Doctors already do this work, we even input this exact same data into calculator apps. The innovation would be recognizing this data in the EMR text and doing it automatically. I think it would be a huge gain.