Any have any sample transforms that go from HL7 2.x source format into a HL7 3.0 destination?
Doing one from scratch using mappings will be doable, but rather tedious. As a result, I was wondering if it might not be better to convert the 2.x into XML format, then run an XSLT against the XML to get to 3.0 format?
If so, has anyone tried invoking XSLT from transformer javascript? If so, any examples you can pass on?
Thanks all!
Doing one from scratch using mappings will be doable, but rather tedious. As a result, I was wondering if it might not be better to convert the 2.x into XML format, then run an XSLT against the XML to get to 3.0 format?
If so, has anyone tried invoking XSLT from transformer javascript? If so, any examples you can pass on?
Thanks all!
Comment