Stream: hapi
Topic: MongoDB support with HAPI FHIR
Krishna Harsha Voora (Jan 18 2022 at 11:32):
4:29 PM
Hello,
I am new to FHIR implementation, was wondering if I can use MongoDB with HAPI FHIR, Could you please let me know if it is supported/possible
Thank you!
Mithun H R (Jan 18 2022 at 11:43):
:+1:
Jens Villadsen (Jan 18 2022 at 11:53):
It is, but not in the open source version AFAIK. @James Agnew feel free to weigh in here
Ian Bacher (Jan 18 2022 at 15:32):
You could always use a plain server to implement a FHIR REST server over whatever backend you'd like, but you'd then be responsible for all the storage and querying logic.
Last updated: Apr 12 2022 at 19:14 UTC