Stream: implementers
Topic: Implement custom Persitence Layer
Frithjof Schaefer (Nov 28 2018 at 14:34):
Hello,
I am new to hapi fhir. I was able to set up a project to implement a RESTful Server (with simple in-memory hashmap to store Resources such as Patients).
Additonally, I have launched the Spring Boot JPA Server Example which also works.
My Question is if there is documentation or tutorial on how to create a JPA based Server which persists the data in a custom format. Since we do not want to use CLOBs but a robust relational schema, I am planing to generate the classes needed for this purpose based on the model classes provided e.g. within the "org.hl7.fhir.dstu3.model" package.
Maybe somehting similar has already been done and can be used?
Grahame Grieve (Nov 29 2018 at 08:55):
try asking on the HAPI support forum
Last updated: Apr 12 2022 at 19:14 UTC