|
|||
FHIR Database ConfigurationBy default, XES Module for FHIR uses an embedded Apache Derby database engine to store resource data. The default XES Module for FHIR installation deploys a ready-to-use Apache Derby database and requires no additional actions. However, for the production environment Edifecs recommends that you use an MS SQL database for data storage. MS SQL DatabaseTo connect to MS SQL database, you should perform the following steps:
Oracle DatabaseYou can also use XES Module for FHIR with Oracle Database 19c directly as regression tests have been performed using real production data to ensure that the XES Module for FHIR is certified and compatible with Oracle Database 19c Release 19.2. If you use an Oracle database for data storage, you have to specify values for the properties: fhir.db.driver, fhir.db.url, hibernate.dialect as follows: fhir.db.driver=oracle.jdbc.OracleDriver fhir.db.url=jdbc:oracle:thin:@${HOST}:${PORT}:${DB} hibernate.dialect=org.hibernate.dialect.Oracle12cDialect |