Convert CCD or CCR report to HL7 message

I am new to OpenEmr , can we convert CCD or CCR report to hl7 message through OpenEMR as we are doing it for procedure order ( Lab report ) or is there any other way possible for the same ?

Hi Kushboo,

Currently , this feature is not available in openemr . But it can be done through code customization .

Visolve

Hi Visolveemr,

Thanks for the response.
So, do I need to use any hl7 parser class or any API for that is available?
How I can proceed for that customization, can you please provide me any links or something so that, i can proceed.

Hi @khushboo_saini ,

There has been a discussion related to this on a pull request on github. Jerry is currently working on a node.js engine to build/read CCDA’s and then plan on leveraging this to go after FHIR. There do appear to be lots of node.js hl7 libraries out there regarding conversions, which could also potentially be leveraged:

-brady