Looking for a library to process CDA (AKA HL7v3, AKA CCD) messages in Java [closed]

十年热恋 提交于 2019-12-03 15:53:08

Two options are creeping to the top of my list:

MDHT - https://www.projects.openhealthtools.org/sf/projects/mdht/

Braid - http://braid.sourceforge.net

MDHT has a lot of extras on it beyond what one NEEDS to produce or consume and utilize CDA/CCD messages. Braid is purportedly proven, having participated in a few IHE Connectathons.

I'll keep posting here until I give up or find an answer.

It is infuriating that these standards are published without a useful reference library in a major language, but thats another thread.

There is also jHL7v3lib which allow HL7 messages and CDA parsing / generation.

If you are looking for an excellent library for generating CCDs then I would suggest contacting Mirth Corp. I just finished working on a project with their CDAPI library. It is basically a wrapper around the Eclipse MDHT library for which they provide clinical data models that you can easily populate and then generate a document (or read/parse a CCD). Not sure about the price, but whatever it is it is worth it! This library will save you very much time and hassle trying to figure out the CCD specification/requirements on your own.

http://www.mirthcorp.com/community/wiki/display/MR/CDAPI+User+Guide

You might find this project more focused (e.g. less learning curve than MDHT)

https://openhealthworkbench.projects.openhealthtools.org/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!