FHIR JSON to XML decoding in BizTalk
问题 I am just starting out with FHIR and with json so my question may not be well asked. I have built a BizTalk pipeline component to convert FHIR-json to FHIR-xml using this library, https://github.com/ewoutkramer/fhir-net-api , based on an example i found here, http://soapfault.com/blog/2016/08/hl7-fhir-json-decoding-in-biztalk/ Here is a code snippet from the pipeline component. It's almost identical to the example. //Read the json message using (TextReader tr = new StreamReader