release notes

This commit is contained in:
Grahame Grieve 2023-11-24 13:32:26 +11:00
parent 7f42c7aa71
commit 97a3e1613b
1 changed files with 25 additions and 12 deletions

View File

@ -1,18 +1,31 @@
## Validator Changes ## Validator Changes
* Rework bundle references validation for R4+ - this is a *significant* change - many existing bundles that were previously erroneously passing will now fail * Fix validator not allowing canonical resource extensions in canonical resources in bundles
* #1488 - don't fail on erroneously repeating elements * Fix bundle validation error on intneral link checking
* Fix problem creating CDA type discriminators * Check parameter type for FHIRPath where() and all()
* Fix problem with R3 expansion * Validate that composite search parameters have components
* Add support for CCDA .hasTemplateIdOf(canonical)
* Add support for NZ IPS
## Other code changes ## Other code changes
* Start work on making IWorkerContext a versioned API * Refactor timeout control on client
* Add fhirVersion to R5 Base and IWorkerContext methods * Support IPS in validation tests
* move IContextResourceLoader, ValidationResult and CodingValidationRequest out of IWorkerContext to their own clasess * Remove orphan R4B test
* Fix up VSAC import for large value sets * Improve expansion error messages
* fix FHIRPath cda tests for empty package cache * Fix expansion language - don't set for displayName parameter
* Fix issue where markdown with multiple characters was being cut off sometimes when rendering profiles * Adjust value set rendering for fragment code systems
* Fix NPE rendering some resources
* Fix rendering of TriggerDefinition
* Support parsing ad-hoc json data type fragments
* More memory work for IG Publisher
* Move ILoggingService & VersionUtil
* Fix timeout issue in vsac
* Introduce ips builder + Infrastructure changes for IPS builder
* Move json and xml extensions from extensions pack to tooling ig
* Add support for rendering union and intersections of profiles in profile comparison
* FHIRPath iif() test case fixes
* *Add support for IPS validation in test cases
* Fix for broken markdown re-processing
* Improve identifier rendering
* Fix committee URLs