javahl7ccdmdht

Generating CCD document using MDHT API


I am trying to use MDHT API to generate CCD documents. I am doing this in the following way.

Downloaded Java runtime libraries and placed them in classpath and writing code to generate all the sections using MDHT API.

Writing code for each section is taking long (a bit complicated). I was wondering if I am missing anything. Is there any open source mdht GUI that generates code for each section or am I moving in the right direction?

I am currently stuck at Medications Section/Immunization Section. Can anyone please redirect me to any examples/tutorials related to each section. I have already looked at user guide/developers guide.
Any help is appreciated.


Solution

  • I think MDHT API will only provide a Model for the CCD document. if it contains any default implimentaion to generate CCD document,,i dont know.. any way better you just generate the XML in DOM,STAXs API.

    CCD example link

    Another better API that i found is MIRTH follow the link

    Mirth User guide