Stream: implementers
Topic: FHIR parser / Video Refer URLs
Utham Kanth (Mar 18 2020 at 14:24):
Hello Everyone!i’m pretty new to FHIR and it good to see an online communtiy to help each other.can someone please suggest me on below queries
-
I want to parse fhir documents to extract the information , what is the best fhir parser available open-source in java or python
-
Can someone suggest me best video refer urls to get a good knowledge about FHIR.
Thanks in advance:)
Lloyd McKenzie (Mar 18 2020 at 15:11):
Java, you should use the HAPI parser
For videos, search for "FHIR Devdays videos" and you'll have enough to keep you entertained for a week or two :)
Lloyd McKenzie (Mar 18 2020 at 15:11):
(Oh, and welcome to the community!)
Utham Kanth (Mar 18 2020 at 16:34):
Thanks @Lloyd McKenzie for your valuable inputs.
nicola (RIO/SS) (Mar 18 2020 at 17:20):
You can use just any popular JSON parser for that :)
Utham Kanth (Mar 18 2020 at 22:01):
Thanks @nicola (RIO/SS) for the suggestion but i think HAPI parser has inbuilt methods which we can use directly to parse a FHIR document instead of developing from scratch using a popular JSON/XML parser.what do u say :)
Last updated: Apr 12 2022 at 19:14 UTC