Stream: implementers
Topic: Use of FHIR in our EHR System
Kristian Ray (Jul 14 2018 at 11:17):
-
We are creating a brand new application in EHR domain. The client has requested the application to be FHIR compliant. While reading more we discovered FHIR is mainly used for interoperability between systems.
-
As the system is a prototype and not have much of the resource data (it may become a full fledge EHR in future). Do we really need to create each resource in our system. We prefer to keep it simple without adding overhead of the difficult structure? In future if any system/client requires FHIR data from our system, we can always build FHIR compliant API from the existing system data.
Lloyd McKenzie (Jul 14 2018 at 17:16):
"FHIR Compliant" isn't a terribly useful request. You can be "FHIR conformant" if you just expose a "metadata" endpoint that declares that you can't send or receive any FHIR content of any sort. I'm pretty sure that's not what your client is looking for though. It's probably best to have a conversation with your client to get a better sense of exactly looking for - and at what point in the system's release cycle they're going to be necessary. Key questions are what types of data your system may need to consume from others, what types of data your system may need to produce for others and what sort of workflow interactivity might be relevant. You might also want to look at SMART on FHIR, CDS Hooks and, if US-based, Argonaut for functionality that may be of interest.
Doug Bulleit (Jul 14 2018 at 17:23):
Thanks Lloyd! I did find guidance in SMART indicating that Refresh tokens SHOULD be set ti expire within 24 hrs. But I'm left wondering whether most within the FHIR community concur?
Isaac Vetter (Jul 16 2018 at 19:00):
Hey @Doug Bulleit , fyi - the recommendation that refresh tokens last no longer than 24 hours is being removed from the spec. I think you're exactly right that the FHIR community did not concur. See https://groups.google.com/forum/#!topic/smart-on-fhir/Lu6l1Ico_U0 and https://github.com/HL7/smart-app-launch/pull/243/files.
Last updated: Apr 12 2022 at 19:14 UTC