EIP Configuration Points
In this section, we provide a comprehensive list of configuration points available in Ozone, organized by EIP services and thereby grouped by pairs of apps.
Odoo-OpenMRS Flows
Name: eip.fhir.resources
Description: List of FHIR resources the EIP route should listen to
Possible Values: Patient
, Encounter
, Observation
, Procedure
, SupplyRequest
(Should be comma separated)
Default Value: Patient
, Encounter
, Observation
Name: odoo.openmrs.enable.patient.sync
Description: Whether to enable the patient sync feature. If enabled, patient data will be synchronized between OpenMRS and Odoo
Possible Values: true
or false
Default Value: false
Sample configuration:
odoo.openmrs.enable.patient.sync=false
Name: eip.weight.concept
Description: Weight Concept uuid configured in OpenMRS
Possible Values: Any concept uuid, should be configured in OpenMRS and Odoo
Default Value: 5089AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Name: eip.odoo.customer.weight.field
Description: Enables sync of Patient weight from OpenMRS to Odoo
Possible Values: Any string field, should be configured in Odoo
Default Value: x_customer_weight
Name: odoo.customer.dob.field
Description: Enables sync of Patient date of birth from OpenMRS to Odoo
Possible Values: Any string field, should be configured in Odoo
Default Value: x_customer_dob
OpenMRS-SENAITE Flows
Name: eip.fhir.resources
Description: List of FHIR resources the EIP route should listen to
Location: .env
Possible Values: Patient
, Encounter
, Observation
, Procedure
, SupplyRequest
(Should be comma separated)
Default Value: Patient
, Encounter
, Observation
Name: openmrs.senaite.enable.patient.sync
Description: Whether to enable the patient sync feature. If enabled, patient data will be synchronized between OpenMRS and SENAITE
Location: .env
Possible Values: true
or false
Default Value: false
Sample configuration:
openmrs.senaite.enable.patient.sync=false
ERPNext-OpenMRS Flows
Name: eip.fhir.resources
Description: List of FHIR resources the EIP route should listen to
Location: .env
Possible Values: Patient
, Encounter
, Observation
, Procedure
, SupplyRequest
(Should be comma separated)
Default Value: Patient
, Encounter
, Observation
Name: erpnext.openmrs.enable.patient.sync
Description: Whether to enable the patient sync feature. If enabled, patient data will be synchronized between OpenMRS and SENAITE
Location: .env
Possible Values: true
or false
Default Value: false
Sample configuration:
erpnext.openmrs.enable.patient.sync=false
OpenMRS-Orthanc Flows
Name: eip.fhir.resources
Description: List of FHIR resources the EIP route should listen to
Location: .env
Possible Values: Patient
, Encounter
, Observation
(Should be comma separated)
Default Value: Patient
, Encounter
, Observation
Sample configuration:
eip.fhir.resources=Patient
Name: eip.attachment.concept
Description: Attachment Concept uuid configured in OpenMRS
Location: .env
Possible Values: Any concept uuid, should be configured in OpenMRS
Default Value: 7cac8397-53cd-4f00-a6fe-028e8d743f8