FHIR Chat · SMART/FHIR client in C# · implementers

Stream: implementers

Topic: SMART/FHIR client in C#


view this post on Zulip Gabor Domnica (May 07 2019 at 12:39):

Is there any SMART/FHIR client sample app written in C#?
Something like fhir-client.js, but for C#...
I have to write a WEBAPI in C# which will be connecting to various FHIR servers, like hospitals, etc... and I thought maybe there is something to help me with the authorization part...
I found this: https://github.com/FirelyTeam/fhir-net-api , but I couldn't find any authorization part in this library...

view this post on Zulip Yunwei Wang (May 07 2019 at 13:46):

I wrote one before. It is not hard, just grab an Oauth Nuget package and apply SMART workflow in your API controller.

view this post on Zulip Brian Postlethwaite (May 15 2019 at 01:51):

Was the question for server or client side? (I interpreted the request was for the client side)
Server side @Yunwei Wang is right, the one I use is the IdentityServer package

view this post on Zulip Elkhan Yusubov (May 15 2019 at 16:24):

One sample that is available is: Azure Active Directory Proxy for SMART on FHIR. It uses AAD for identity.
https://github.com/hansenms/SmartOnFHIR-AAD-Proxy


Last updated: Apr 12 2022 at 19:14 UTC