Generateing HL7 file via passing different HL7 versions
Hi Team,
I want to generate HL7 based on passing the HL7 version in InterSystems IRIS.
If there is any possibility to implement in InterSystems IRIS or not?
If yes, then give a solution regarding for same.
Thanks,
Harshdeep Acharya
Comments
Hi Harshdeep,
Yes. You can do this with data transformations. Note the HL7 framework is available on Iris for Health.
See the documentation:
Hi Cristiano,
Thanks for your response.
I have a question. Do I have to make a different transformation for each HL7 version or any other way to implement it for the same?
Thanks,
Harshdeep Acharya
Harshdeep ,
Yes, for each version you need a specific transformation, but from a single message you can transform and route to a different HL7 versions and systems using Routing Productions
See the documentation: Routing Production
Cristiano Silva.