Stream: hapi
Topic: Mapping Tools
Ambika Duraisamy (Aug 18 2020 at 14:35):
I have an existing SQL Database. I wanted to know what mapping tool i can use to map the data in my relational database to HAPI FHIR Object. It would be great if i can get the implementation steps for the same using c#
James Agnew (Aug 18 2020 at 14:41):
It's not a mapping tool exactly, but I have seen many people (and have done this myself many times) solve this problem by writing java code and using HAPI FHIR Plain Server as a facade on the database.
See https://hapifhir.io/hapi-fhir/docs/server_plain/
Ambika Duraisamy (Aug 18 2020 at 14:51):
Hi James,
I can see the above link explains more about java implementation. Is it possible to do the same in c# for .net?
Gino Canessa (Aug 18 2020 at 15:50):
Hi Ambika, for help with C# or .net, you will get better responses if you ask in the #dotnet stream. This stream is about HAPI, which is written in Java. Cheers!
Last updated: Apr 12 2022 at 19:14 UTC