Stream: implementers
Topic: hapi-fhir for .NET Core/C#
Muhammad Fahad Nadeem (Aug 16 2020 at 07:40):
Is there any .NET Core client library to consume hapi-fhir?
Santosh Jami (Aug 16 2020 at 08:54):
This is the c# .NET version for FHIR API is: https://github.com/FirelyTeam/fhir-net-api
You can use this client to connect to hapi-fhir server
Muhammad Fahad Nadeem (Aug 16 2020 at 10:34):
@Santosh Jami Thanks.
I have used this library in one of my projects where I used Microsoft's implemented FHIR Server. Now I am happy to know that I can use the same library for hapi-fhir server as well.
Michele Mottini (Aug 16 2020 at 15:54):
Even better, you can use it with any FHIR server (being that the whole purpose of FHIR: be able to connect any FHIR client to any FHIR server)
Last updated: Apr 12 2022 at 19:14 UTC