Stream: social
Topic: Epic Java example, server-to-server
Doug Dew (Apr 07 2021 at 22:38):
I'm attempting to implement some Epic+FHIR functionality in an already-existing java-based server. I'd like for my server to be registered as an app with Epic. And, I'd like my app to be able to use FHIR to query Epic.
I've been googling for examples, but have not yet found any.
Does anybody here know of an example?
Vassil Peytchev (Apr 08 2021 at 00:26):
Have you looked at https://fhir.epic.com
Doug Dew (Apr 08 2021 at 01:01):
Vassil, I looked there first. I found only some javascript stuff, and no mentions of how to implement server-to-server functionality.
Cooper Thompson (Apr 08 2021 at 12:59):
The SMART Backend Services section of the OAuth2 guide covers server-to-server connections.
Last updated: Apr 12 2022 at 19:14 UTC