Written by

Integration Engineer at Cognosante
Question Oliver Wilms · Nov 22, 2024

Can I connect to Epic FHIR sandbox server using iris-fhir-client?

I finally figured out how to get JWT token using set x = ##class(%SYS.OAuth2.Authorization).GetAccessTokenClient("medbank","openid fhirUser",.prop,.err).

I also found iris-fhir-client app on Open Exchange. I registered Epic sandbox server, but I cannot list resources. I suspect I need to integrate authorization / authentication. How do I do this with irisfhirclient py?

Product version: IRIS 2024.1

Comments

Muhammad Waseem · Nov 23, 2024

Hi @Oliver Wilms, 
Iris-fhir-Client does not currently support the Epic FHIR sandbox server. It is designed to work with open FHIR servers. Epic FHIR sandbox servers require specific configurations/authentication methods that are outside the scope of what Iris-FHIR-Client supports at this time.

0