Stream: implementers
Topic: Convert simple JSON to FHIR (JSON)
Haseeb Ashfaq (Oct 14 2021 at 15:42):
Hello all,
Being a beginner with FHIR standards, I am looking for help to convert simple JSON to FHIR standard JSON, and then validate it.
Is there any github repo or NPM package to achieve that directly/automatically? Or if someone can help me doing that?
Thanks in advance.
Best Regards
Daniel Venton (Oct 14 2021 at 15:58):
How would any repo(other company) know how to convert your internal json format into FHIR json? This is a you operation. You have to convert your data format to FHIR format.
Now if your internal json format is actually a vendor common (all users of the vendor's product have their data in the same format) then that vendor might have a tool.
Validation, yes there are tools already written to validate FHIR resources (and APIs too). https://www.hl7.org/fhir/validation.html
Last updated: Apr 12 2022 at 19:14 UTC