* ongoing work around connection problems with tx.fhir.org
* fix for bug processing CCDA constraints (logical model constraints)
* fix for bug loading Measures from packages
* fix NPEs loading invalid packages
* Start Working on i18n for Rendering + Fix case bug rendering bundles and parameters
* Fix for problem with expansion code checking and incomplete value sets
* release notes
Validator Fixes:
* better validation of external references. Note: this is a potentially significant change: things that were called ok before may not be now, and things that were not ok before may become so, depending on the interplay between this and auto-load, further work may be needed here
* Support better validation of version specific profiles in meta.profile. This may also find new errors that were not previously being found
* Support auto-determination of the version of FHIR to use when using the java validator
* auto-load packages from the package server when references to profiles etc are encountered
* look for references inside other parameters in Parameters resource
* no validation for CanonicalResource.url (further work needed)
Other Code changes:
* Rendering: add rendering for Parameters resources
* Rendering: refactor of resource resolution code to support Parameters
* General clean up of rendering consistency & implement additional details when rendering (including patient summary)
* Rendering: major overhaul of DiagnosticReport rendering
* Fix NPE bug in value set comparison
***NO_CI***
* Support better validation of version specific profiles in meta.profile. This may also find new errors that were not previously being found
* Support auto-determination of the version of FHIR to use when using the java validator
* auto-load packages from the package server when references to profiles etc are encountered
* look for references inside other parameters in Parameters resource
* Rendering: refactor of resource resolution code to support Parameters
* General clean up of rendering consistency & implement additional details when rendering (including patient summary)
* Rendering: major overhaul of DiagnosticReport rendering
* Batch validation of codes in value sets
* Fix path problem doing comparisons
* Don't produce 2 columns for status for deprecated codes
* Fix errors in StructureDefinition validation
***NO_CI***
* fix evaluation of codes in code systems that are labelled content = fragment
* fix url for cqfmeasures project
* change from error to warning for code system fragments
***NO_CI***
* Version comparison support
* Fix for problem validating search parameter derivation
* Added lazy resource loading - improve loading times and memory requirements in advance of the challenge of loading UTG for most use cases
* Fixed bug where canonical resource has no URL
***NO_CI***
* add package url fixer
* fix problems doing CCDA snapshots
* Fix for http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation
* improve error message
* fix package id in generated version specific tests
* remove spurious debug statement
* rework package loaders for automatic loading of package dependencies
* fix spelling mistake
* add automatic loading of package dependencies by the context
* significant work on tests to support version comparison
* fix minor loading issue
* compile fix
* utils support
* fixes for version comparison
* rework error handling when expanding valuesets + add error check on value set imports
* fix loading bug
* improve error message
Validator:
* Add support for conformsTo in invariants on elements
* Fix bug in assumeValidRestReferences doing bundle validation
* Add -show-times parameter
* Handle weird ege case for fixedReference
Code:
* add support for row opacity in rendered tables
* fix cross version convertor for DataRequirements
* fix rendering of multiple type profiles
* add code for converting resource names between versions
* add FHIRPath engine to i18n framework
* fix bundle rendering
* change HTML parser to parse doctype declaration, and move html validation to the validator
* snapshot generator - fix bug where slices get cardinaliyt min=1 by default
***NO_CI***
* Fix bug in snapshot generation - not handling case where content is sliced, base slicing detail is provided, and max slices = 1
* More work on validating existing snapshots
***NO_CI***
* fix for new test case about profiles restricting types
* update release notes
* fix NPEs doing ProfileComparison
* fix non-translated messages in InstanceValidator
* Fix validation issues
* update to 1.1.22 tests
* fix bug finding children in getChildList when element is a reference to another element
* fixes to QuestionnaireRenderer + add QuestionnaireResponseRenderer
* Add more informative error when no type parser provided
* fix bug where current/dev builds do not properly update the cache
* improve test error message
* set up release notes
* fix bug with CDA snapshot generation
* fix bug in type checking code
* Add support for validating against ImplementationGuide.global
* Fix bug in QuestionnaireResponse rendering
* update tests dependency
* ping build
* Add additional StructureDefinition validation
* update release notes
* fix npe rendering diagnostic reports without subjects
* don't add note on untranslatable messages
* check existing snapshots (preliminary)
* add signpost message tracking
* start working on profile generating bug
* Fix bug in snapshot - not handling case where content is sliced, base slicing detail is provided, and max slices = 1
* fix release notes
* Added text/cql.identifier media type to Measure validation
* Fix bug in QuestionnaireResponse rendering
* Validate based on ImplementationGuide.global
* add validation parameter -crumb-trails
* improve validation of StructureDefinitions
***NO_CI***
* fix for new test case about profiles restricting types
* update release notes
* fix NPEs doing ProfileComparison
* fix non-translated messages in InstanceValidator
* Fix validation issues
* update to 1.1.22 tests
* fix bug finding children in getChildList when element is a reference to another element
* fixes to QuestionnaireRenderer + add QuestionnaireResponseRenderer
* Add more informative error when no type parser provided
* fix bug where current/dev builds do not properly update the cache
* improve test error message
* set up release notes
* fix bug with CDA snapshot generation
* fix bug in type checking code
* Add support for validating against ImplementationGuide.global
* Fix bug in QuestionnaireResponse rendering
* update tests dependency
* ping build
* Add additional StructureDefinition validation
* update release notes
* fix for new test case about profiles restricting types
* update release notes
* fix NPEs doing ProfileComparison
* fix non-translated messages in InstanceValidator
* Fix validation issues
* update to 1.1.22 tests
* fix bug finding children in getChildList when element is a reference to another element
* fixes to QuestionnaireRenderer + add QuestionnaireResponseRenderer
* Add more informative error when no type parser provided
* fix bug where current/dev builds do not properly update the cache
* improve test error message
* set up release notes
* Two significant bug fixes for the validator (thanks Mark Burnett from Babylon Health for finding them):
* The validator was not enforcing type restrictions when some profiles restricted elements with choices to a single type
* The validator was only creating warnings not errors for required bindings on some Quantities
* + Fix handling of infrastructural terminology failings on Codings - treat them as warnings not errors
* Add extra validation for value sets (check concept codes are valid)
* Add extra code to check derivation consisteny for SearchParameter resources
* More Improvements to Questionnaire Rendering
***NO_CI***
* fix for new test case about profiles restricting types
* update release notes
* fix NPEs doing ProfileComparison
* fix non-translated messages in InstanceValidator
* Fix validation issues
* update to 1.1.22 tests
* fix for new test case about profiles restricting types
* update release notes
* fix NPEs doing ProfileComparison
* fix non-translated messages in InstanceValidator
* fix bug in Definition mode - support ofType()
* fix bug reading old packages
* fix for invalid OperationOutome if nothing is wrong
* more fix for when no errors found
* Override extension methods in BackboneElement to look in modifierExtensions as well as extensions
* First draft of Profile Comparison tools (org.hl7.fhir.r5.comparison)
* Improved error messages when snapshot generation fails when slicing something that doesn't repeat
* Improvements for CDA round-tripping (XML esacping issues, xsi:type related issues, namespacing issues)
* Fix bug rendering DiagnosticReports with multiple categories
* adjust check on Attachment to only be an warning (when no meaningful content exists)
* add security check mode to Validator
***NO_CI***
* reenable test and fix recursion
* remove disabled r4 fml tests
* add conformsTo test and support for FML
* Snapshot builder fix (#223)
* Update module-snapshot-publishing.yml for Azure Pipelines
* Changing pipeline, because intermodule depenedecies are not being read in correctly.
* Update README.md
* Fixed bad link
* Release: v5.0.6
***NO_CI***
* Updating version to: 5.0.7-SNAPSHOT
***NO_CI***
* Fixing issues and preparing for release (#225)
* Issue #189 - improve Questionnaire error message
* fix for issue #187
* more work on comparison
* Fix for NamingSystem display
Co-authored-by: Oliver Egger <oliver.egger@ahdis.ch>
Co-authored-by: Grahame Grieve <grahameg@gmail.com>