nazrulworld / fhir.resources

FHIR Resources https://www.hl7.org/fhir/resourcelist.html
https://pypi.org/project/fhir.resources/
Other
372 stars 104 forks source link

Help on converting XML to FHIR format #51

Closed challavamsi closed 1 year ago

challavamsi commented 3 years ago

Description

Hi I am a newbie to FHIR data formats. This might be a dumb questions as well, is there any easy way to convert bunch of XML's to FHIR format? any suggestions on blog/tutorials for reference?

Any help is appreciated!! Describe what you were trying to get done. Tell us what happened, what went wrong, and what you expected to happen.

What I Did

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
Healthedata1 commented 3 years ago

convert bunch of XML's to FHIR format? I think you mean xml to json. One way is to use the convert operation on a reference server: https://build.fhir.org/resource-operation-convert.html

There are also tools that do this too

nazrulworld commented 3 years ago

I think that kind of supporting is coming soon. https://github.com/nazrulworld/fhir.resources/tree/yaml-xml-support [working in progress]