Stream: implementers
Topic: non-jpa implementation.
Sanjeet (Aug 14 2018 at 15:53):
I am working to implement fhir on my existing application. Can anyone share a code example/idea to implement in non-jpa env.
Kevin Mayfield (Aug 14 2018 at 16:14):
See this thread https://chat.fhir.org/#narrow/stream/8-hapi/subject/Parsing.20and.20traversing.20of.20FHIR.20query.20parameters
Kevin Mayfield (Aug 14 2018 at 16:14):
some of it is non jpa.... spring data
Sanjeet (Aug 14 2018 at 16:34):
Thank you so much for your great help. I really appreciate.
Sanjeet (Aug 14 2018 at 18:16):
Hello Kevin,
In the above link, it has example in mango db. Do you have any example in non-claud env as well ie. MySql.
Kevin Mayfield (Aug 15 2018 at 08:49):
Endpoint SQL - ‘Electronic Patient Record’ EPR Server - CCRI
(https://purple.testlab.nhs.uk/ccri/)
Main notes: https://nhsconnect.github.io/CareConnectAPI/build_ri_develop.html
Git Repo: https://github.com/nhsconnect/careconnect-reference-implementation
The main project is ccri-fhirserver (core FHIR Server), ccri-database (JPA) and ccri-dao-stu3 (Data Access Layer)
Sanjeet (Aug 15 2018 at 18:02):
Thank you so much for your support. Again a big thanks to you.
Last updated: Apr 12 2022 at 19:14 UTC