Releases: ahdis/matchbox
Releases · ahdis/matchbox
Release 1.3.0
- updated hapi-fhir to 5.5.0-PRE5-SNAPSHOT with patches for hapi-fhir and org.hl7.fhir.core (dev branch on ahdis foreach project)
- updated swiss epr implementation guides to STU2 Ballot IG's
- renamed project to matchbox-validator
- base release with no ig's configured: docker pull eu.gcr.io/fhir-ch/matchbox-validator:v130
- swiss epr release: docker pull eu.gcr.io/fhir-ch/matchbox-validator-swissepr:v130
- testsystem endpoint for siwssepr validator: https://test.ahdis.ch/matchbox-validator/fhir
Release 1.2.0
- updated hapi-fhir to 5.2.0
- updated ch-epr-mhealth to 0.1.2
Release is available here:
docker pull eu.gcr.io/fhir-ch/hapi-fhir-jpavalidator:v120
Release 1.1.0
- updated hapi-fhir to (21.10.2020) and spring-boot
- updated fhir.core.version 5.1.15, later is not yet possible due to class name changes
- fixed EHS-439 added testcase for EHS-439 to verify correct behaviour with fhir.core.version 5.1.15 https://github.com/hapifhir/org.hl7.fhir.core/releases/tag/5.1.15
- fixed Parameters evaluation two different versions for calling the $validate operation: with Parameters resource and containing the resource to validate within as additional name "resource" parameter
with Resource to validate directly according to 7.5.5 Asking a FHIR Server - fixed EHS-431 Validator crashes and does not give a result if the JSON starts with a [ ] (square bracket).
- fixed EHS-419 warning instead of crash for Byte order mark in validation request
- changed docker build: ig's will be installed during docker build process, no connection to the internet is needed for validation
- Validation Test Suite for all examples in the loaded ig's checking that they can be validated with no errors with the $validate operation
- Validation Test Suite with hapi-fhir-client for individual examples
- Experimental: Validation Test Suite based on on fhir-testcases (only R4, no test-cases from ig's, valuesets or with profiles yet)
Release is available here:
docker pull eu.gcr.io/fhir-ch/hapi-fhir-jpavalidator:v110