Amazon Starts Selling Software to Mine Patient Health Records
1–10 of 20 posts
Re: Amazon Starts Selling Software to Mine Patient Health Records
#2Mostly impressive in how it parses the data and can find conditions and tests in the unstructured data. Handles a few things strangely, but I imagine that gets better over time as it continues to be trained.
I think for it to truly be useful it needs some layer of semantic data mapping to something to standards like IMO/SNOMED/LOINC/RxNorm etc but I could see that being where other companies build their "products" on top of AWS vs. AWS competing with other Healthcare ML vendors in the space.
Re: Amazon Starts Selling Software to Mine Patient Health Records
#3Re: Amazon Starts Selling Software to Mine Patient Health Records
#4or be fired
Re: Amazon Starts Selling Software to Mine Patient Health Records
#5Re: Amazon Starts Selling Software to Mine Patient Health Records
#6Re: Amazon Starts Selling Software to Mine Patient Health Records
#7I work in the tech healthcare industry. I wonder why they only went with (or focused on?) ML/NLP text analysis to analyze data. There is a wealth of discrete data available in EMRs (pharmacy, lab, eMAR, etc.). Yes, there is plenty of diagnosis text but that is almost always associated with ICD10 codes. The only area where I believe text analysis would be useful is documentation and microbiology data, and in many case…
Re: Amazon Starts Selling Software to Mine Patient Health Records
#8If you want to play with this and you're looking for a decent sample exam note, I grabbed some pieces of standard looking notes (Physical, ROS, Hand exam) and tossed them into a gist here: https://gist.github.com/molsches/32fcec2499e95b5b23bc268800e... Mostly impressive in how it parses the data and can find conditions and tests in the unstructured data. Handles a few things strangely, but I imagine that gets better…