Stream: hapi
Topic: NoSQL Database
Marcel Smith (Dec 30 2020 at 12:52):
I have started to use HAPI FHIR and added oauth2 security with springboot2.
I have found one for node (https://github.com/Asymmetrik/node-fhir-server-mongo),
but not for java (springboot 2 and mongodb).
All the java implementations I found were for relational DB(MySQL and postgre).
Is there any link/references that can help me to implement for noSQL (mongoDB)?
Jens Villadsen (Dec 30 2020 at 13:00):
That is supported by smilecdr if im not mistaken (enterprise feature)
Marcel Smith (Dec 30 2020 at 13:59):
Found one resource which is for springboot 1, this works. I will try to configure for springboot 2.
Resource I found: https://nhsconnect.github.io/CareConnectAPI/build_patient_server.html
I will update my repository and share here so it can help anyone in future who works for similar use case.
Yes @Jens Villadsen I am watching https://www.youtube.com/watch?v=YbQcJj1GqH0 by smile CDR CTO.
Thanks for the help.
Last updated: Apr 12 2022 at 19:14 UTC