Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue: https://mekomsolutions.atlassian.net/jira/software/c/projects/OZ/issues/OZ-684
fhir-odoo
is a maven multi-module project with the following modules and their intended usage:fhir-odoo
: Core module for handling FHIR and Odoo integration. Contains the RESTful servlet with FHIR Resource Providers and retrieval logic.fhir-odoo-mapper
: Provides the logic to map Odoo resources to FHIR resources and vice versa. Contains mapping classes between FHIR and Odoo resources.integration-tests
(to be added later): Spins up an Odoo instance, runs the FHIR Odoo service, and executes tests against it.development
:app
: Contains the application runner (main class) to run the project using an IDE. Primarily for development purposes, allowing the use of debugging tools such as adding breakpoints.docker
: Provides development environment using docker. Includes theeip-client
(to be renamed) with the mountedfhir-odoo
Jar, facilitating containerized development environments.Outputs Artifacts to be Published
fhir-odoo.jar
: Contains the RESTful servlet andResourceProviders
.fhir-odoo-mapper.jar
: Contains the mapping classes between FHIR and Odoo resources.