简体   繁体   中英

SQL to XML for FDA HL7 guideline requirements

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. Eg start with this: https://msdn.microsoft.com/en-us/library/ms189928.aspx

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM