I have a SQL that was originally/currently used to populate a PDF.
Now the FDA requires XML in a HL7 guideline format.
I am just wondering if anyone else out there has any useful links or guides to how to convert the SQL to an XML and into the format that is required.
Any help or links would be greatly appreciated. I will attempt to modify my SQL to protect company related information, and post it here so that you can see how far (or how far behind) I am.
I can't help you with tools specific to HL7.
In general, if you need to generate XML from a SQL Server database, I'd use SQL/XML features that let you embed XQuery statements in SQL. E.g. start with this: https://msdn.microsoft.com/en-us/library/ms189928.aspx