Skip to content

Releases: ahdis/matchbox

Release v3.9.0

10 Sep 08:18
Compare
Choose a tag to compare
  • initial support for FML transforms between different FHIR versions (R4, R4B, R5) #265, set flag xVersion
  • support for FHIR R4B in engine and server #65
  • upgrade to hapi-fhir 7.4.0 and org.hl7.fhir.core 6.3.24 #267
  • Ignore info/warnings also in slicing info #269

Release v3.8.9

10 Jul 09:23
Compare
Choose a tag to compare
  • add support for dateTime #243
  • fix code editor high-jacking of the search keyboard shortcut (CTRL + f) #260
  • upgrade Tomcat to fix CVE-2024-34750

Release v3.8.8

25 Jun 19:47
Compare
Choose a tag to compare
  • validation for 3 letter country codes #259
  • making caching of txServer configurable

Release v3.8.7

24 Jun 14:19
Compare
Choose a tag to compare
  • docker image for v3.8.6 not starting up #258

applicaton.yaml needs to adapted if you are using the CDA Logical model

from

      cda:
        name: hl7.cda.uv.core
        version: 2.0.0-sd-202312-matchbox-patch
        url: classpath:/hl7.cda.uv.core#2.0.0-sd-202312-matchbox-patch.tgz

to

      cda:
        name: hl7.cda.uv.core
        version: 2.0.0-sd-202406-matchbox-patch
        url: classpath:/hl7.cda.uv.core#2.0.0-sd-202406-matchbox-patch.tgz

you can downlaod the docker image via
docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.8.7

Release v3.8.6

24 Jun 12:27
Compare
Choose a tag to compare
  • fhirpath date add/minus with variables in fml #243
  • update to published CDA FHIR logical model with matcbhox patches 2.0.0-sd #241
  • update frontend for high security vulnerabilities #246
  • CH:IPS validation problem #248
  • improved the validation GUI #242, upgraded to angular@18
  • update to hl7.fhir.core 6.3.11 #254
  • fixed validation problems #250,#251,#252
  • enable Terminology Caching #257

Release 3.8.5

14 Jun 20:53
Compare
Choose a tag to compare
  • Exception when using internal terminology server #236
  • Extension profiles are not shown for validation anymore #237
  • Ignore suppressWarnInfo Version independent #239

Release v3.8.4

28 May 16:46
Compare
Choose a tag to compare
  • R5 validation problem from EVS Client #234
  • IPS validation with unknown extensions should not give an error #233
  • Only download NPM package from localhost or ci-build if already installed in container #232

docker pull europe-west6-docker.pkg.dev/ahdis-ch/ahdis/matchbox:v3.8.4

Release v3.8.3

29 Apr 08:47
Compare
Choose a tag to compare
  • profile validation with different ig version issues, GUI & EVS Client #225
  • improved the profile selection in the validation GUI
  • FML: Side effect exception when updating a StructureMap #227

Release v3.8.2

23 Apr 10:49
Compare
Choose a tag to compare
  • Improvements in the Gazelle validation API
  • Upgrade to Spring 6.1.6 to fix CVE-2024-22262
  • Fix CVE-2023-4043
  • Upgrade to HAPI FHIR 7.0.2 and org.hl7.fhir.core 6.3.5 #222

it is important to add the base ig's if you provide your own application.yml

     fhir_r4_core:
        name: hl7.fhir.r4.core
        version: 4.0.1
        url: classpath:/hl7.fhir.r4.core.tgz
      fhir_terminology:
        name: hl7.terminology
        version: 5.4.0
        url: classpath:/hl7.terminology#5.4.0.tgz
      fhir_extensions:
        name: hl7.fhir.uv.extensions.r4
        version: 1.0.0
        url: classpath:/hl7.fhir.uv.extensions.r4#1.0.0.tgz

Release v3.8.1

09 Apr 11:19
Compare
Choose a tag to compare
  • update to latest cda logical model 2.0.0-sd-snapshot1 (CDA Serialization issue) #196
  • adapt the simple terminology server to the new API #217
  • loading of ig's in dev mode into engine #219
  • upgrade to JDK 21 (LTS)
  • Path traversal in webpack-dev-middleware #221