Skip to content

Commit

Permalink
Merge pull request #397 from medizininformatik-initiative/release/v6.…
Browse files Browse the repository at this point in the history
…0.0-alpha.6

Release v6.0.0 alpha.6
  • Loading branch information
michael-82 authored Nov 15, 2024
2 parents c4369f2 + f613286 commit 3d473da
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
environment:
ES_HOST: http://dataportal-elastic
ES_PORT: 9200
ONTO_GIT_TAG: v3.0.0-develop.8
ONTO_GIT_TAG: v3.0.0-alpha.1
ONTO_REPO: https://github.com/medizininformatik-initiative/fhir-ontology-generator/raw/
ONTO_RELATIVE_PATH: /example/fdpg-ontology/
DOWNLOAD_FILENAME: elastic.zip
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>de.medizininformatik-initiative</groupId>
<artifactId>DataportalBackend</artifactId>
<version>6.0.0-alpha.5</version>
<version>6.0.0-alpha.6</version>

<name>Dataportal Backend</name>
<description>Backend of the Dataportal</description>
Expand All @@ -27,7 +27,7 @@
<java.version>17</java.version>
<mockwebserver.version>4.10.0</mockwebserver.version>
<okhttp3.version>4.10.0</okhttp3.version>
<ontology-tag>v3.0.0-develop.8</ontology-tag>
<ontology-tag>v3.0.0-alpha.1</ontology-tag>
</properties>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Translator createCqlTranslator(@Qualifier("translation") ObjectMapper jsonUtil)
entry("http://fhir.de/CodeSystem/kontaktart-de", "kontaktart"),
entry("http://hl7.org/fhir/sid/icd-10", "sidicd10"),
entry("http://fhir.de/CodeSystem/Kontaktebene", "kontaktebene"),
entry("http://www.orpha.net", "orphanet"),
entry("fdpg.consent.combined", "fdpgcombinedconsent"),
entry("http://hl7.org/fhir/consent-provision-type", "provisiontype"))));
}
Expand Down

0 comments on commit 3d473da

Please sign in to comment.