RELEASE_NOTES.md
This commit is contained in:
parent
a29461057e
commit
4f0a08e42e
|
@ -1,7 +1,16 @@
|
||||||
## Validator Changes
|
## Validator Changes
|
||||||
|
|
||||||
* no changes
|
* no changes
|
||||||
|
* Add ability to [compile a map file to a StructureDefinition](https://confluence.hl7.org/display/FHIR/Using+the+FHIR+Mapping+Language#UsingtheFHIRMappingLanguage-runtransformsjavavalidator)
|
||||||
|
* Add knowledge of additional R5 extensions for StructureDefinitions
|
||||||
|
* Fix problem validating extension context on choice types
|
||||||
|
* Add hint when binding found on element with multiple types
|
||||||
|
* Fix validator to guess system on all uses of code (not just most)
|
||||||
|
|
||||||
## Other code changes
|
## Other code changes
|
||||||
|
|
||||||
* Use cached terminology server responses for unit and integration tests.
|
* Use cached terminology server responses for unit and integration tests.
|
||||||
|
* Add more HTTP logging
|
||||||
|
* Clean up various issues with graphQL and polymorphic elements
|
||||||
|
* Add better support for date/time rendering
|
||||||
|
* Significant speed improvement for terminology caching
|
||||||
|
|
Loading…
Reference in New Issue