mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-22 21:34:59 +00:00
* 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
15 lines
832 B
Markdown
15 lines
832 B
Markdown
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
|