FHIR Chat · XML JSON converters? · implementers

Stream: implementers

Topic: XML JSON converters?


view this post on Zulip Bob Milius (Mar 24 2017 at 14:41):

I understand there are several XML to JSON converters out there. Is there one or more that you recommend for converting FHIR transaction bundles to JSON? perferably for STU3?

view this post on Zulip Bob Milius (Mar 26 2017 at 03:42):

found an solution - the HAPI server :). I POST the XML bundle to http://fhirtext.uhn.ca/Bundle. Then GET it back in JSON. Strangely it won't accept transaction bundles, but it'll accept it if I change the type to 'bundle. Then I edit the type in the retrieved JSON back to transaction and all seems good. at least the HAPI server will process it when I POST it to the top level endpoint.

view this post on Zulip Vadim Peretokin (Mar 27 2017 at 09:59):

I also have one at https://fhir-formats.github.io - this is UI-based though, not an API.


Last updated: Apr 12 2022 at 19:14 UTC