I have zero medical expertise, but it sounds like this situation could be improved with software. Given a database that contains an exhaustive list of every illness and symptoms: illness symptom diagnosis_symptom_set ------- ------- ---------------------- id id id name name symptom_id (FK->symptom.id) illness_id (FK->illness.id) (Pseudo SQL) SELECT diagnosis.name as name FROM diagnosis_symptom_set diagnosis_sympt JOI…
Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
71–80 of 118 posts
Re: Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
#72> Huls hadn’t heard of Schnitzler syndrome, either. He came upon it by using the database PubMed to look for a disease that matched the patient’s symptoms. He made a list of her symptoms and abnormalities. To get the full picture, he combed through her earlier electronic medical records, now archived in an old electronic warehouse, and found that her symptoms had started maybe a decade earlier. Then he looked for a d…
> Is this database open? If so, anyone in the same situation as the daughter in this article could spend the hours, rather than hoping a professional will. I've done this with various doctors, trying to figure out what the hell is wrong with me. In my experience, as soon as you start telling them they just think you're a crazy hypochondriac who sends too much time on the internet.
Re: Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
#73Earlier quoted context omitted.
Unfortunately, no. Your doctor is contractually bound to the insurer’s fee structure; they can’t take an extra penny off of you. You’d have to go to someone that doesn’t take your insurance at all (or just don’t tell them you have that insurance). The side effect of all this, honestly, is that doctors stop learning how to turn off 7-minute-mode. When it comes to very serious problems, it pays to go to a practice that…
Glad I live in a country with a free health service.
Re: Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
#74Earlier quoted context omitted.
Glad I live in a country with a free health service.
What country is that which doesn’t pay doctors?
Clearly healthcare can be free to the recipients while doctors still get a good salary.
Re: Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
#75> As for Huls, he is finishing up his fellowship at the hospital this summer. Wherever he ends up, he is certain he will find new cases to challenge his curiosity, cases he hopes to solve. No, he won’t, because only early stage residents are given the freedom from economic realities to spend hours digging and thinking through records. Docs aren’t paid for their time, nor even for results - and their employers (read:…
Re: Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
#76Earlier quoted context omitted.
You're right that it's difficult for physicians to "turn it off". The contractual requirements you reference, however, are basically unenforced. The only way a physician will get "caught" charging more than agreed is if the patient calls the insurer to complain. Presumably you wouldn't do that to her after she saved your life.
> Presumably you wouldn't do that to her after she saved your life. Oh, you grossly underestimate what people are capable of. At least in China there are many reported cases of such horrible patients. Maybe US being a developed country have fewer these people, but definitely not zero.
Probably there are other professions in which one gets better service if one has an inside connection, but this situation really speaks ill of how medicine is practiced.
Re: Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
#77For ”hives elevated level of IgM” and ”hives IgM”, that’s the second hit.
Does Google react that fast to nytimes articles?
Re: Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
#78I have zero medical expertise, but it sounds like this situation could be improved with software. Given a database that contains an exhaustive list of every illness and symptoms: illness symptom diagnosis_symptom_set ------- ------- ---------------------- id id id name name symptom_id (FK->symptom.id) illness_id (FK->illness.id) (Pseudo SQL) SELECT diagnosis.name as name FROM diagnosis_symptom_set diagnosis_sympt JOI…
Much easier said than done. There are several startups out there attempting to achieve something like that. The issue isn't in the technical difficulty, but the bureaucracy and red tape involved in getting the patient data, getting enough illness/symptom data to make diagnoses possible (which is a lot ), proving to the hospital that it's worth the effort to adopt the platform, and making a solution agnostic enough to…
Re: Her Various Symptoms Seemed Unrelated, Then One Doctor Put It All Together
#79I have zero medical expertise, but it sounds like this situation could be improved with software. Given a database that contains an exhaustive list of every illness and symptoms: illness symptom diagnosis_symptom_set ------- ------- ---------------------- id id id name name symptom_id (FK->symptom.id) illness_id (FK->illness.id) (Pseudo SQL) SELECT diagnosis.name as name FROM diagnosis_symptom_set diagnosis_sympt JOI…