fhir.resources icon indicating copy to clipboard operation
fhir.resources copied to clipboard

Help on converting XML to FHIR format

Open challavamsi opened this issue 4 years ago • 2 comments

  • fhir.resources version:
  • Python version:
  • Operating System:

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.

challavamsi avatar Feb 04 '21 01:02 challavamsi

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

Healthedata1 avatar Mar 25 '21 03:03 Healthedata1

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

nazrulworld avatar Mar 25 '21 03:03 nazrulworld