Skip to content

Release 1.0.0

Choose a tag to compare

@alexey-tschudnowsky alexey-tschudnowsky released this 11 Sep 12:29
· 65 commits to main since this release

added

  • core validation module: validation of FHIR core resources

changed

  • error message on a violated profile validity period has been extended with information on the profile validity period
  • start parameter --errors-only removed as it already corresponds to the default behavior

fixed

  • suppression of profiling errors from the de.abda.erezeptabgabedaten-1.0.3.tgz FHIR package now works independently of the current system locale
  • comma-separated lists of accepted encodings were ignored. the behavior has been fixed
  • ERP module: validity end date of the de.gematik.erezept-workflow.r4-1.0.3-1.tgz package has been set to 31.12.2021 (cf. E-Rezept FHIR-Package Versionsmanagement)
  • by calling the validator using the Java API the output contained all types of messages (INFO, WARNING, ERROR, FATAL). this was in contrast to the CLI, which contained ERROR and FATAL messages only by default. now, the API call returns ERROR and FATAL messages by default as well and its behavior can be adjusted using the ValidationOptions.setValidationMessagesFilter method.