Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

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

Open
8 tasks
subigre opened this issue Jul 23, 2021 · 4 comments
Open
8 tasks
Assignees
Labels
enhancement New feature or request

Comments

@subigre
Copy link
Contributor

subigre commented Jul 23, 2021

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.

  • Item 1

Success criteria

  • Review / Merge request approved (P2P session)
  • Unit tests passed
  • Updated documentation (Javadoc and Sphinx)
  • Acceptance criteria fulfilled
  • Build without errors
  • Release notes prepared
  • Runtime warnings
@subigre subigre added the enhancement New feature or request label Jul 23, 2021
@subigre subigre added this to the 1.3.0 milestone Jul 23, 2021
@subigre
Copy link
Contributor Author

subigre commented Jul 23, 2021

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

@ppazos
Copy link
Contributor

ppazos commented Sep 9, 2021

@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 added a commit that referenced this issue Sep 10, 2021
ppazos added a commit that referenced this issue Sep 16, 2021
@subigre subigre removed this from the 1.3.0 milestone Oct 5, 2021
@ppazos
Copy link
Contributor

ppazos commented Oct 25, 2021

@subigre @wlad @birgerhaarbrandt there is a PR for this issue #475

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

@EmielStoelinga
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants