Login
Register
Home
Q&A
Questions
Tags
Send feedback
Sidebar
Where can I find information about converting FHIR from JSON to XML?
0
votes
115
views
asked
Sep 5
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?
fhir
json
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
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
answered
Sep 5
by
ben-s-7515
(
13.4k
points)
Please
log in
or
register
to add a comment.
...