Readit News logoReadit News
osmano807 commented on EHRs: The hidden distraction in your doctor's office   spectrum.ieee.org/electro... · Posted by u/pseudolus
osmano807 · 23 days ago
Through the years I've worked with several EHR, be helping their development be using it in my practice, and each had it's idiosyncrasies. In my country there was proposals by the government of integration, but as all things that need coordination, we're nowhere close to sharing information between care centers.

On a city we have several places controlled by the same entity, and they use an integrated EHR, so that a doctor who sees a patient at the emergency department has access to it's full history from the tertiary center, but at the same time the major tertiary/quaternary hospital isn't managed by that same entity and doesn't use the same EHR system, so we can't share information digitally. To make things worse, one system is made in Flash and all computers need to have an outdated Chrome version with the Flash plugin to run it. The other system is made in Java and some form of custom frontend framework, which works ok until it doesn't.

Expanding on this other system made in Java, it's a federal hospital, and we have other internal systems which doesn't communicate with this main EHR, so for example emitting radiology requests need us to copy paste information from two systems (like address, contact numbers), and on top of that those systems aren't connected to the national patient registry, and daily I have residents redoing requests to merge the information, otherwise the requests are made invalid.

I haven't touched on payments, imagine that each health insurance plan have different billings and we need to adapt the reality of what we did to what code better pays and input that in the system, so in practice the records are tailor fitted for each payment system, the actual procedure descriptions change, and we need to remember all that when billing and when treating the patient.

Add on top of that system outage and unreliability, and I haven't even touched much on the UI, which sometimes loses input text data or sometimes we have to input in certain fields order or else the system crashes, or the fact that the tabindex isn't set on all fields and we need to click with the mouse to go to a field.

Personally I've made a simple system for my private practice, while it doesn't have all the functionality, at least I'm the one to blame for it's particularities. I'm still exploring how to better input the clinical data, and I'm starting to think that general systems doesn't work. Each specialty has specific routines which need to be accommodated in the system, be it structured forms, be it clinical image input with annotations and commentary. The field is huge, and we're looking at how to design UX for immediate input and for later review, which sometimes are at odds (for example, a single textarea is easy to input, but how do we parse that data and present a timeline of clinical signs for example?).

I guess we need a Linux of the EHR, something which we can iterate on. I've looked into open source projects, but I don't know if the field is entrenched in inherent complexity or we're all trying to model too generic abstractions on top so that a small team of developers can't comprehend the system.

I should publish some code instead of rambling, but as the field is covered in regulations, I fear not even a code license can disclaim legal obligations.

osmano807 commented on These years in Common Lisp: 2023-2024 in review   lisp-journey.gitlab.io/bl... · Posted by u/trocado
osmano807 · 6 months ago
I really like this, as from an outsider it seems that CL doesn't have a community and the few packages it has are more like building blocks for customizing and implementing you required functionality rather than packaged black boxes. With all those new languages, it appears that the value proposition of CL is dwindling, static checking feels primitive, macros are easily attainable now, and live runtime image manipulation misses the point on the world of short lived containers.
osmano807 commented on Broken legs and ankles heal better if you walk on them within weeks   scientificamerican.com/ar... · Posted by u/sohkamyung
pavel_lishin · 6 months ago
I wonder how and when they choose to remove plates, vs. leaving them in. They left mine in, and when I originally asked them, they mentioned that there was significantly more risk in removing it than leaving it in.

20 years on, and it's still hanging in there.

osmano807 · 6 months ago
Unless we have a clear indication, plates are not meant to be removed. For example, plating children we usually remove the plate as to not interfere with growth, or in some cases a fibula plate can irritate the tendons and should be removed, or in cases of infection.
osmano807 commented on Broken legs and ankles heal better if you walk on them within weeks   scientificamerican.com/ar... · Posted by u/sohkamyung
jamiedumont · 6 months ago
I shattered my collarbone - and I do mean shattered, ~8 pieces - in a mountain bike crash September 2023. I went over the bars after the back wheel of my hardtail caught a berm. Landed on my head and shoulder and compressed it laterally inwards by about 2 inches.

Even with this mess, it was hotly debated for around two weeks whether I needed surgery. A good chunk of my collarbone was trying to push through my skin and the other half was fusing to my scapular and was starting to compromise nerve function. Even then, because the non-surgical route is now considered the standard, I was meeting resistance to have an ORIF. It seems that the about turn from surgical intervention has been so strong that getting ANY surgical intervention is a battle.

I eventually came across a surgeon who took one look at me (never mind the imaging) and scheduled me for surgery. ~18 months later I’m now on a waiting list to have the plate removed, and strangely have gone off cycling… Surfing has happily taken its place.

osmano807 · 6 months ago
Functional outcomes seem similar, trough we have a increased rate of malunion, delayed or non-union with nonoperative treatment. We usually indicate surgery if it's an active patient.
osmano807 commented on Why are cancer guidelines stuck in PDFs?   seangeiger.substack.com/p... · Posted by u/huerne
joshuakelly · 8 months ago
This is the comment I was looking for.

You would aim to use CQL expressions inside of a PlanDefinition, in my estimate. This is exactly what AHRQ's, part of HHS, CDS Connect project aims to create / has created. They publish freely accessible computable decision support artifacts here: https://cds.ahrq.gov/cdsconnect/repository

When they are fully computable, they are FHIR PlanDefinitions (+ other resources like Questionnaire, etc) and CQL.

Here's an example of a fully executable Alcohol Use Disorder Identification Test: https://cds.ahrq.gov/cdsconnect/artifact/alcohol-screening-u...

There's so much other infrastructure around the EHR here to understand (and take advantage of). I think there's a big opportunity in proving that multimodal LLM can reliably generate these artifacts from other sources. It's not the LLM actually being a decision support tool itself (though that may well be promising), but rather the ability to generate standardized CDS artifacts in a highly scalable, repeatable way.

Happy to talk to anyone about any of these ideas - I started exactly where OP was.

osmano807 · 8 months ago
I downloaded and opened an CDS for osteoporosis from the link (as a disease in my specialty), I need an API key to view what a "valueset" entails, so in practice I couldn't assert if the recommendation aligns with clinical practice, nor in the CQL provided have any scientific references (even a textbook or a weak recommendation from a guideline would be sufficient, I don't think the algorithm should be the primary source of the knowledge)

I tried to see if HL7 was approachable for small teams, I personally became exhausted from reading it and trying to think how to implement a subset of it, I know it's "standard" but all this is kinda unapproachable.

osmano807 commented on Why are cancer guidelines stuck in PDFs?   seangeiger.substack.com/p... · Posted by u/huerne
osmano807 · 8 months ago
I know it's not the same, but in many areas we have this "follow the arrows" system in many guidelines. For some examples, see the EULAR guidelines with it's fluxograms for treatments and also AO Surgery Reference with a graphical approach to select treatments based on fracture pattern, avaliable materials and skill set.

I think that's a logical and necessary step to join medical reasoning and computer helpers, we need easier access to new information and more importantly to present clinical relevant facts from the literature in a way that helps actual patient care decision making.

I'm just not too sure we can have generic approaches to all specialties, but it’s nice seeing efforts in this area.

osmano807 commented on Elixir/Erlang Hot Swapping Code (2016)   kennyballou.com/blog/2016... · Posted by u/justinludwig
lamuswawir · 8 months ago
Came here to say this. In Lisp, you can just compile a function, or load a file and it just works. It's not even sold as a hot feature, not the way Erlang sells it. It's just a feature.

I manage a few websites written in Lisp, and updating them is as simple as push code, recompile and it works.

osmano807 · 8 months ago
Those sites have something like Phoenix LiveView or it's something ad hoc like a simple SSR template engine? Would be nice to have something to handle migrations in the client side code to match the server side API.
osmano807 commented on Codestral Mamba   mistral.ai/news/codestral... · Posted by u/tosh
leourbina · a year ago
If you can run this using ollama, then you should be able to use https://www.continue.dev/ with both IntelliJ and VSCode. Haven’t tried this model yet - but overall this plugin works well.
osmano807 · a year ago
Unrelated, all my devices freeze when accessing this page, desktop Firefox and Chrome, mobile Firefox and Brave. Is this the best alternative to access code ai helpers besides the GitHub Copilot and Google Gemini on VSCode?
osmano807 commented on Ant Design – the second most popular React UI framework   github.com/ant-design/ant... · Posted by u/afc163
osmano807 · a year ago
Isn't there any UI framework alternative for the web that doesn't use JavaScript or Typescript?

Something like DaisyUI but using other languages when needing interactivity.

Also, tested the DatePicker and it's examples with time is unusable on mobile, renders outside of the viewport without option of scrolling.

osmano807 commented on Htmx does not play well with content security policy   sjoerdlangkemper.nl/2024/... · Posted by u/Tangiest
osmano807 · a year ago
HN really strange, page jumped from front to page 3...

I'm still searching for the holy grail of web development without Javascript or TypeScript, still not found.

Leptos still ahead but still imature, recently with panic! with signal usage. Dioxus today commited improvements to suspension such as placeholders...

egui unusable in mobile, as Android keyboard overlaps the window.

Don't know other alternatives in other languages, but for those who don't want JS it's difficult.

u/osmano807

KarmaCake day28January 26, 2021View Original