Stream: hapi
Topic: JPA Plain Hybrid Server
Dharsan B (Jan 07 2022 at 08:27):
Using HAPI FHIR, is it possible to have some resources come from the HAPI FHIR JPA implementation (Postgres) while having other resources from the plain server implementation?
eg: Patient, Encounter from JPA and Observation from another data source (like MongoDB)?
Jens Villadsen (Jan 07 2022 at 08:44):
Sure - that is certainly possible but you need to investigate the different resource providers which acts as the bridges between the REST and DB logic
Last updated: Apr 12 2022 at 19:14 UTC