org.hl7.fhir.core/RELEASE_NOTES.md
Grahame Grieve 2c0fe519cb
more work on code validation (#306)
* Handle unknown code systems better when checking codes from unknown systems

* more work on code validation

* more work on comparison

* hack workaround for UTG NUCC problem.

* adjust exception type

* more work on timeouts

* improve error message

* fix NPE?

* release notes

* Improve error message
2020-08-13 09:47:05 -04:00

832 B

Validator:

  • add support for -bundle parameter to allow validating just one resource (/type) in a bundle
  • improved reporting of errors and warnings for unknown code systems on required bindings
  • pass dependencies to the server for imported value sets etc
  • use server side caching for more efficient use of bandwidth
  • Fix NPE loading packages from simplifier or old packages (and don't lazy load packages passed to command line)

Other code changes:

  • further work on comparing CapabilityStatements (nearly, but not quite, finished)
  • More work on timeouts in terminology client
  • Fix for parsing error in R3/R4 sparse arrays for primitives types
  • Improve terminology client logging
  • don't reload a package if already loaded
  • rendering: fix NPEs rendering patient summary, and render expressions for quantities