Sidebar
0 votes
115 views
by ben-s-7515 (13.4k points)
I have a FHIR resource that is in JSON format and I would like to convert it to XML. How do I complete this conversion?

1 Answer

0 votes
QIE has a standard function that will convert the FHIR resource from JSON to XML.

qie.convertFHIRJSONtoXML() will complete this for you.

Information about the specification can be found:
http://hl7.org/fhir/json.html
by ben-s-7515 (13.4k points)
...