MII FHIR Validator v0.0.1-alpha.8
Docker Image
docker pull ghcr.io/medizininformatik-initiative/mii-fhir-validator:0.0.1-alpha.8Or update the image tag in docker-compose.yml:
image: ghcr.io/medizininformatik-initiative/mii-fhir-validator:0.0.1-alpha.8Changes
What's Changed
- feat: dedicated directory for package cache by @knoppiks in #18
- chore: update samply/blaze to 1.9.0 by @julsas in #20
- Updated the bundled HL7 FHIR Validator from 6.9.4 to 6.9.11. This upgrade includes an upstream fix for FHIR-version resolution when the dependency graph contains cross-version packages such as
hl7.fhir.uv.xver-r5.r4. Validation now correctly resolves R4 core CodeSystems instead of selecting their R5 versions by @julsas in #22 - Refreshed and extended the default set of MII implementation-guide packages by @julsas in #22
- Added optional forward-proxy configuration for the validator’s outbound HTTP and HTTPS connections by @julsas in #22
New Contributors
Full Changelog: v0.0.1-alpha.7...v0.0.1-alpha.8