FHIR Chat · FHIR parser / Video Refer URLs · implementers

Stream: implementers

Topic: FHIR parser / Video Refer URLs


view this post on Zulip 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

  1. I want to parse fhir documents to extract the information , what is the best fhir parser available open-source in java or python

  2. Can someone suggest me best video refer urls to get a good knowledge about FHIR.

Thanks in advance:)

view this post on Zulip 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 :)

view this post on Zulip Lloyd McKenzie (Mar 18 2020 at 15:11):

(Oh, and welcome to the community!)

view this post on Zulip Utham Kanth (Mar 18 2020 at 16:34):

Thanks @Lloyd McKenzie for your valuable inputs.

view this post on Zulip nicola (RIO/SS) (Mar 18 2020 at 17:20):

You can use just any popular JSON parser for that :)

view this post on Zulip 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