Skip to content

Commit

Permalink
add icdo3 alias and update onto to newest version
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruendner committed Nov 9, 2023
1 parent 70c9e64 commit 0890443
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<java.version>17</java.version>
<mockwebserver.version>4.10.0</mockwebserver.version>
<okhttp3.version>4.10.0</okhttp3.version>
<ontology-tag>v2.1.13-RC</ontology-tag>
<ontology-tag>v2.1.24</ontology-tag>
</properties>

<dependencies>
Expand Down Expand Up @@ -198,7 +198,7 @@
<dependency>
<groupId>de.medizininformatik-initiative</groupId>
<artifactId>sq2cql</artifactId>
<version>0.2.0-alpha.1</version>
<version>0.2.0-rc.4</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ Translator createCqlTranslator(@Qualifier("translation") ObjectMapper jsonUtil)
"frailtyscore"),
entry("http://terminology.hl7.org/CodeSystem/consentcategorycodes", "consentcategory"),
entry("urn:oid:2.16.840.1.113883.3.1937.777.24.5.3", "consent"),
entry("http://hl7.org/fhir/sid/icd-o-3", "icdo3"),
entry("http://hl7.org/fhir/consent-provision-type", "provisiontype"))));
}

Expand Down

0 comments on commit 0890443

Please sign in to comment.