FHIR Chat · Need Help to implement plain server · hapi

Stream: hapi

Topic: Need Help to implement plain server


view this post on Zulip Jatin Bhowad (Jan 28 2021 at 01:33):

Hello everyone, I am new to FHIR community. I am trying to implement a plain server which will pull data from my existing data source. Can anyone share resources, thoughts, guidance or anything on this subject?

view this post on Zulip René Spronk (Jan 28 2021 at 08:42):

You may wish to search for "FHIR facade" on this forum, and on youtube. That'd be a good way to find some relevant information.

view this post on Zulip Joel Schneider (Jan 30 2021 at 08:25):

The hapi-fhir plain server documentation should be a good starting point.
https://hapifhir.io/hapi-fhir/docs/server_plain/server_types.html

view this post on Zulip Pavel Khromov (Sep 13 2021 at 15:52):

Hello everyone!
As I understand it, the HAPI JPA server fully implements the restfull model and stored data model.
But if I use Plain Server, then I have to describe all the CRUD (also search, history, validate...) operations and the representation of the Java object to the database table myself?

view this post on Zulip Jens Villadsen (Sep 13 2021 at 15:54):

Correct

view this post on Zulip Pavel Khromov (Sep 13 2021 at 16:19):

@Jens Villadsen Thanks.


Last updated: Apr 12 2022 at 19:14 UTC