diff --git a/.DS_Store b/.DS_Store index c89e5a0..3708d4c 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/changelog.md b/changelog.md index 58bb2a6..6392032 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +1.4.0 2024/08/20 +- matchbox v3.8.10 +- ch-elm 1.4.0-cibuild + 1.4.0-cibuild2 2024/08/13 - matchbox v3.8.10 - ch-elm 1.4.0-cibuild diff --git a/src/application.yaml b/src/application.yaml index 01a7c5a..48912a4 100644 --- a/src/application.yaml +++ b/src/application.yaml @@ -19,12 +19,11 @@ hapi: url: classpath:/hl7.fhir.uv.extensions.r4#1.0.0.tgz chelm: name: ch.fhir.ig.ch-elm - version: 1.4.0-cibuild - url: file:/ch.fhir.ig.ch-elm.tgz + version: 1.4.0 matchbox: fhir: context: - igsPreloaded: ch.fhir.ig.ch-elm#1.4.0-cibuild + igsPreloaded: ch.fhir.ig.ch-elm#1.4.0 #txServer: n/a txServer: http://localhost:${server.port}/matchboxv3/fhir httpReadOnly: true @@ -34,7 +33,8 @@ matchbox: - "regex:Entry '(.+)' isn't reachable by traversing forwards from the Composition" ch.fhir.ig.ch-elm: - "regex:Binding for path (.+) has no source, so can't be checked" - - "None of the codings provided are in the value set 'Observation Interpretation Codes' (.+)" + - "regex:None of the codings provided are in the value set 'Observation Interpretation Codes'(.*)" + - "regex:This element does not match any known slice defined in the profile http://hl7.eu/fhir/laboratory/StructureDefinition/Patient-eu-lab(.+)" level: ch.ahdis.fhir.hapi.jpa.validation: ERROR ch.ahdis.matchbox.terminology: DEBUG \ No newline at end of file diff --git a/src/ch.fhir.ig.ch-elm.tgz b/src/ch.fhir.ig.ch-elm.tgz deleted file mode 100644 index 4ac0882..0000000 Binary files a/src/ch.fhir.ig.ch-elm.tgz and /dev/null differ