Closed subigre closed 3 years ago
The first implementation of the converter API allows of conversions in both directions:
The second direction is never used. However it introduces some additional code that might be clean up.
Remove all the code and complexity regarding conversion API that it is not needed in the integration flows and Apache Camel composition component.
EhrCompositionComponent
Done in the following branch https://github.com/ehrbase/fhir-bridge/tree/feature/fix_255_refactoring
Refactoring has been merged in develop
Background
The first implementation of the converter API allows of conversions in both directions:
The second direction is never used. However it introduces some additional code that might be clean up.
Expected output
Remove all the code and complexity regarding conversion API that it is not needed in the integration flows and Apache Camel composition component.
EhrCompositionComponent
Success criteria