Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load Ontology from ontology generator repo #201

Closed
juliangruendner opened this issue Sep 8, 2023 · 1 comment · Fixed by #202
Closed

Load Ontology from ontology generator repo #201

juliangruendner opened this issue Sep 8, 2023 · 1 comment · Fixed by #202
Assignees

Comments

@juliangruendner
Copy link
Contributor

juliangruendner commented Sep 8, 2023

The ontology will now move to a central repository from which all other repositories should be updated.

the repo: https://github.com/medizininformatik-initiative/fhir-ontology-generator/tree/v2.0.0-RC/example/mii_core_data_set/ontology

will include the newest ontology.

The backend should be reconfigured to not inlcude the ontology in its own repository directly.
Instead it should be downloaded as part of the maven build process, configurable via the .pom file of the repo.

It should then be possible to set a specific tag of the ontolgy repo in the backend repo which should be checked out to select a specific ontology version.

The backend repo should then be extended for an ontology folder which should be put on .gitignore and a method provided to load the respective ontology into the backend for development.

Further when building the backend image the necessary ontology files should be updated according to an ontology tag and included in the backend image.

@juliangruendner
Copy link
Contributor Author

@alexanderkiel FYI

@michael-82 michael-82 linked a pull request Sep 15, 2023 that will close this issue
michael-82 added a commit that referenced this issue Sep 18, 2023
- remove ui profile migration script an ui profile json files
- download those files from github
- disable cql translation in ci tests
- update blaze in github integration tests
- add flare in github integration tests
- upload to codecov frequently fails in the last weeks...set fail_ci_if_error to false for now
- modify readme to describe the changes in ontology handling
- remove env variables from docker-compose.yml in github integration tests
michael-82 added a commit that referenced this issue Sep 18, 2023
…-load-ontology-from-ontology-generator-repo

#201 - Load ontology from ontology generator repo
@michael-82 michael-82 added this to the Release v4.0.0 milestone Oct 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants