dotimplement / HealthChain

Simplify prototyping and testing LLM applications in healthcare context 💫 🏥
https://dotimplement.github.io/HealthChain/
Apache License 2.0
10 stars 1 forks source link

Add FHIR <-> CDA converter module #49

Open jenniferjiangkells opened 2 months ago

jenniferjiangkells commented 2 months ago

All data generators will generate FHIR data. FHIR data can then be converted to other formats e.g. CDA. Not a new problem space, quite a few proprietary converters, Microsoft has some open-source on this but it's written in Liquid or something.

But you know what? Screw parsers. They're never well-maintained because XML is just a giant pain in the ass and no one would ever voluntarily put themselves through that without a good incentive to. I wrote one 3 years ago, and I know it's full of bugs that I never want to touch again and also I'd rather yeet myself into the sun than look at another CDA.

You know who doesn't get bored? ✨ LLMs ✨ If using LLMs to maintain legacy code isn't a thing yet, it really should be...

This might branch off into a separate project (and maybe a few other features we were thinking about) but let's start here anyway.