From b1ab0c77c7e51adc1f3991d55b4106e5ca804d81 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Sat, 22 Jul 2023 22:00:38 +1000 Subject: [PATCH] release notes --- RELEASE_NOTES.md | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 78e998196..a73934290 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,33 @@ ## Validator Changes -* no changes +* Add support for private NPM registries reqiuring authentication +* Don't check FHIRPaths on differentials - not enough type info to test reliably +* Fix bugs in FHIRPath handling of logical models +* Fix minor bugs in type handling for Logical Models and R3 Profile validation +* Remove spurious warning message validating CDA documents +* Add value set qa checking +* Fixes to validator for new CDA package (proper handling of logical model types) +* Fix up bi-di warning message +* Add provisional support for alternate codes +* Workaround ClinicalImpression definition problem in core spec +* Fix to get context variables right when running invariants + fix for parent not always being populated + check type in derived profiles +* Fix checking FHIRPath statements on inner elements of type slices +* Fix scan of naming systems (error validating namespaces) +* Fix issue checking invariant expressions in R5 ## Other code changes -* no changes \ No newline at end of file +* FHIRPath in HAPI mode: Strip returned IIdType of qualifier, version, and resourceType +* Update R4 and R4B FHIRPath implementations for changes picked up in R5 usage +* Fix obligation rendering message +* Fix missing extensions when converting value set properties +* Fix type of x-unknown-code-system in $validate-code response +* Fix CDA validation test case +* Much work on TxServer test case framework + Update terminology server implementation and tests for changes to test cases +* OMOP Vocabulary and ICFImporter development +* Add OWASP dependency check (#1347), upgrade many packages, remove ShEx +* Add github action to upload results +* Remove unused javalin dependency, also generate html reports +* Added test case for ExampleScenario conversion (R4/R5) and significantly bulked up the conversion process +* Remove unneeded resources (#1346) (help16.png) +* Add test for setVsAsUrl parameter setting (#1345) \ No newline at end of file