Stream: hapi
Topic: Need Help to implement plain server
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?
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.
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
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?
Jens Villadsen (Sep 13 2021 at 15:54):
Correct
Pavel Khromov (Sep 13 2021 at 16:19):
@Jens Villadsen Thanks.
Last updated: Apr 12 2022 at 19:14 UTC