FHIR Chat · SMART FHIR Server (Open Source) · smart

Stream: smart

Topic: SMART FHIR Server (Open Source)


view this post on Zulip Blake Theiss (Jul 28 2021 at 20:53):

Hey Everyone, very nice to meet you all. I am new to FHIR so I've been spending the last few weeks learning about different FHIR servers, OAuth2, and SMART. I have done a POC with HAPI, Firely, and Microsoft FHIR Server. I am now at the authentication research phase. I was wondering for an open source scenario what would people recommend if I need to support SMART authentication? I know there is HAPI and I've heard about using KeyClock. But does anyone have any recommendations, github repos, or blog posts they would recommend? Thank you very much.

view this post on Zulip Michele Mottini (Jul 28 2021 at 21:34):

We use IdentityServer3, that can be bent to support SMART, but you can roll your own, it is not that an heavy lift

view this post on Zulip Brian Postlethwaite (Jul 28 2021 at 22:22):

We do the same with our dotnet server, and have done both IdentityServer 3 and 4 in different projects.

view this post on Zulip Blake Theiss (Jul 30 2021 at 18:37):

@Michele Mottini @Brian Postlethwaite Thank you very much for the comments. So understood on using IdentityServer for the Identity Provider. follow up, what technology are you using for the FHIR Server? HAPI? or Microsoft FHIR Server?

view this post on Zulip Michele Mottini (Jul 30 2021 at 19:19):

C#, .NET framework


Last updated: Apr 12 2022 at 19:14 UTC