Monthly Archives: March 2018

Extract XML data with SQL Server

I had FHIR resource (https://www.hl7.org/fhir/) saved as XML in a SQL server database. After bit of a struggle found the way to extract data from XML, eg Given below to extract the FHIR resource status, ;WITH XMLNAMESPACES (‘http://hl7.org/fhir’ as X) … Continue reading

Posted in FHIR, Uncategorized, xmlns | Leave a comment