Written by

Application Development Advisor – Clinical IT at Cigna
Question Cedric Daniels · Feb 8, 2019

CCD to HL7

I'm a beginner using HealthConnect.  Trying to bring in a CCD and transform it to a HL7 messages.  Is there any documentation on how to accomplish this?  thanks!

Comments

Kurt Dawn · Feb 14, 2019

The recommended method of transforming data from CCD to HL7 is to use InterSystems SDA as an intermediary format. Use pre-built XSLTs to convert from CDA to SDA , and then create a DTL transformation to map the SDA to HL7. Here are the names of some related books:

  • CDA Interoperability with SDA
  • The InterSystems Clinical Data Model: SDA (in future releases, this will be renamed to "SDA: InterSystems Clinical Data Format")
  • Developing DTL Transformations
0
Justin Ruggles  Oct 17, 2019 to Kurt Dawn

What classes would you use to do this?

0