I am working on CDA message processing for a Java application. CDA is another XML standard for sending medical information that is closely related to CCD and HL7v3.
I have already reviewed the following libraries and found them missing, promising, but not having.
- JAXB - Give it a CDA XSD and let it generate classes. It will work, but in reality it does not provide much more than the Java level for accessing XML
- Regenstreif's HL7 JavaSIG is a promise, but half of the project seems to be hidden under the βburdenedβ label with little information on how to access or get this data through the appropriate channels.
- MDHT are early releases closely related to modeling tools in Eclipse. This seems to work, but a very steep learning curve.
I have access to resources at HL7.org.
Any ideas for other libraries to look at? Communities to visit to ask experts?
source share