FHIR Chat · Understanding FIHR · implementers

Stream: implementers

Topic: Understanding FIHR


view this post on Zulip Danial Betres (Jan 25 2021 at 05:52):

Hello! I'm new here and I just recently found out about FIHR. If my question is not directed to the right stream, please let me know and I will resend it to the correct stream!

Anyways I have a question around the use cases of FIHR. I am confused about when and how FIHR would be used. Assume I built an EHR system that was currently in operation in a clinic. Now assume It's been active for years and so I have years of data stored in whatever format I decided. At what point would I interact with a FIHR server? Is it only when there is a need to communicate this data out to another system?

view this post on Zulip Lloyd McKenzie (Jan 25 2021 at 05:56):

Yes. FHIR is fundamentally in exchange standard. If you don't have a need for exchange, you don't have a need for FHIR. However, if you've got an EHR system, it's pretty much a given that there'll be a need for exchange - your patients are going to want their data to be accessible elsewhere, and you'll likely want to be able to consume information that gets originally captured outside your EHR. You might also have an interest in supporting SMART on FHIR or CDS Hooks which allow your EHR to be extended by 3rd party apps - and which depend on having a FHIR server.

view this post on Zulip Danial Betres (Jan 25 2021 at 06:10):

Thanks for the quick reply Lloyd! That makes sense. So if I am to understand this correctly, that means when the time comes for there to be a need for the data to be accessible elsewhere, I would:

  • Convert my data to fit the FIHR format
  • Allow other clinics/organizations to access my server that contains my data in FIHR format (Done through some API's)

And because it is in a mutually understandable format, they will be able to process and make sense of the data, assuming they are also in line with FIHR. Is this correct?

view this post on Zulip Danial Betres (Jan 25 2021 at 06:14):

Also, if you will, I would just like to understand another use case. If someone were to develop a new EHR system, where would FIHR come into play at the beginning stages? One option that comes to mind is I may consider using something like FIHRBase so that I could also persist my data in FIHR format, but if I decide against that, then is there no use for it ?

view this post on Zulip René Spronk (Jan 25 2021 at 07:32):

FHIR is an interoperability standard, and may (but that's not the intent of FHIR) be used by some as a persistence format. There are pros and cons to such a decision (see http://build.fhir.org/storage.html for some of the considerations).
Given that it's an exchange standard, most legacy systems will just create some sort of facade / interface module that translates between the internal representation (whatever it may be) and the exchange-representation (FHIR) of the data.


Last updated: Apr 12 2022 at 19:14 UTC