ehrbase / fhir-bridge

FHIR Bridge acts as a broker between an HL7 FHIR client and an openEHR server.
32 stars 20 forks source link

Implement search operation using openEHR instead of FHIR Bridge local database #408

Open subigre opened 3 years ago

subigre commented 3 years ago

Background

Implement search operation using openEHR instead of FHIR Bridge local database

Acceptance criteria

These are the functional requirements for this story. Add all steps to be implemented to fulfill the requirements.

Success criteria

subigre commented 3 years ago

@ppazos I create an issue to have a number for the new branch and future release note.

ppazos commented 3 years ago

@wlad we need to be able to run different sets of tests in the CI depending on the config value of 'search-mode'

https://github.com/ehrbase/fhir-bridge/blob/feature/408_search_openehr/src/main/resources/application.yml#L19

If search-mode="openehr" the FindPatientTransactionIT should search in EHRBASE, otherwise, it should search in the local db.

ppazos commented 2 years ago

@subigre @wlad @birgerhaarbrandt there is a PR for this issue https://github.com/ehrbase/fhir-bridge/pull/475

Though the CI should not run the current tests when the configuration for the search-mode is "openehr"

EmielStoelinga commented 7 months ago

Hi @ppazos,

First of all, thanks for your excellent work in the openEHR space.

I would like to ask, to what degree has the search operation using openEHR instead of the fhir-bridge local database been implemented? Is this really still an open issue, or has this been included in fhir-bridge in the meantime, as the documentation suggests (provides functions to get data back out from an openEHR data repository)?

Thanks in advance.