Skip to content

Beta Release 8.1.1 - FHIR Multiple Code Systems and Packages (fix)

Pre-release
Pre-release
Compare
Choose a tag to compare
@kaicode kaicode released this 16 Sep 11:32
· 593 commits to master since this release

This beta release follows Beta 8.1.0 and contains fixes needed when importing all the CodeSystems within a FHIR package that contains
potentially duplicate CodeSystem versions. This is required to import some HL7 packages, for example hl7.terminology.r4-3.1.0.tgz.

Fixes

  • ISTO-61 More lenient FHIR package import
    • Use the package index file as the source of truth for the url and version of CodeSystems imported. This avoids some duplicates in the HL7 package.
    • Automatically skip importing a duplicate CodeSystem version if it has "content:not-present". This case is logged at INFO level.
  • Make logging less noisy during FHIR package import