Commit Graph

3502 Commits

Author SHA1 Message Date
Grahame Grieve fc5c54bcc2 fix npe in test case 2024-09-25 13:03:39 -04:00
Grahame Grieve 213d8f25f8 fix npe 2024-09-25 12:17:46 -04:00
Grahame Grieve 8595178336 fix for NPE 2024-09-25 10:21:57 -04:00
Grahame Grieve e38f40b0de fix xml annotation suppression 2024-09-25 10:08:58 -04:00
Grahame Grieve 7b0cf668ae Improved logging + fix failing test 2024-09-25 10:08:38 -04:00
Grahame Grieve 54353f8fce Add more logging for too costly validation 2024-09-25 05:15:49 -04:00
Grahame Grieve 176b0caf63 Do not use server piecemeal when validating complex value sets 2024-09-24 20:42:19 -04:00
Grahame Grieve cdaf85bf0b support n/a for tx cache folder 2024-09-24 20:34:23 -04:00
Grahame Grieve b05d4b35ea Handle tx server issue 2024-09-24 20:33:55 -04:00
Grahame Grieve 7479862a30 Allow for code to turn off use of cache-id on tx interface (for debugging) 2024-09-24 20:25:32 -04:00
Grahame Grieve a1f014730e Add response time to tx log 2024-09-24 20:25:02 -04:00
Grahame Grieve 98373c1fd5 Fix SCT link to include version and point to the right place 2024-09-23 09:12:01 -04:00
Grahame Grieve f868576840 Add support for R6 to R4 version enumeration 2024-09-23 09:11:46 -04:00
markiantorno be8944ab94 Updating version to: 6.3.28-SNAPSHOT and incrementing test cases dependency. 2024-09-22 18:36:30 +00:00
markiantorno 102e755283 Release: v6.3.27
## Validator Changes

* Work around problem with language value set being marked experimental
* Fix validation id/idref to resolve in document if in a document
* Fix various issues rendering and validating additional bindings with usage contexts
* Upgrade lock management in Package Cache

## Other code changes

* Fix case typo on Consent.provision in R4
* Fix R3 Quantity.copyValues()
* Remove debugging code
* Add more debugging to validation failure
* Add support for active only to VSAC importer
* Add r4b support to Package Version Generation
* Fix argument confusion in format in time validation
* Added support for tracking whether elements are ellipsed and for rendering accordingly
***NO_CI***
2024-09-22 17:51:33 +00:00
Grahame Grieve c143f7adff bug fix on snapshot generation after testing 2024-09-22 11:24:30 -04:00
Grahame Grieve 6314ad61bb
Merge pull request #1729 from hapifhir/EllipseSupport
Added support for tracking whether elements are ellipsed and for rend…
2024-09-22 08:51:39 -04:00
Grahame Grieve 5466595215 Work around problem with language value set being marked experimental 2024-09-22 06:41:38 -04:00
Grahame Grieve fedf7e9e6d Add more debugging to validation failure 2024-09-22 06:39:28 -04:00
Grahame Grieve 8cfcbf389e Fix various issues rendering and validating additional bindings with usage contexts 2024-09-21 00:35:01 -04:00
markiantorno f3bd5b9be8 Updating version to: 6.3.27-SNAPSHOT and incrementing test cases dependency. 2024-09-17 22:00:24 +00:00
markiantorno 46affee48f Release: v6.3.26
## Validator Changes

* Validate of experimental property on bindings
* Add -no-experimental-content flag
* Allow JSON named extensions to be structure types other than logical
* Process relative URLs properly in base when generating snapshots

## Other code changes

* Fix rendering path for value set references for kindling
* refactor error handling in ProfileUtilities
* Fix for NPE processing packages
***NO_CI***
2024-09-17 21:09:53 +00:00
Grahame Grieve fbfd81532d Merge remote-tracking branch 'origin/master' 2024-09-17 16:18:15 +08:00
Grahame Grieve 0d8c5942e7 Fix rendering path for value set references for kindling 2024-09-17 14:11:13 +08:00
Grahame Grieve 9dae4118ae refactor error handling in ProfileUtilities 2024-09-14 08:26:07 +08:00
Grahame Grieve bfed8a15d5
Merge pull request #1744 from hapifhir/2024-09-gg-logical-json
2024 09 gg logical json
2024-09-12 14:07:06 +08:00
Grahame Grieve 07f1981a8c Fix for NPE processing packages 2024-09-12 11:56:04 +08:00
Grahame Grieve 8056dced3e Allow JSON named extensions to be structure types other than logical 2024-09-12 11:55:24 +08:00
Grahame Grieve 337aaf80cf Process relative URLs properly in base when generating snapshots 2024-09-12 11:54:40 +08:00
markiantorno 4af3deff26 Updating version to: 6.3.26-SNAPSHOT and incrementing test cases dependency. 2024-09-11 18:28:22 +00:00
markiantorno f09bc48f7d Release: v6.3.25
## Validator Changes

* no changes

## Other code changes

* Fix logic for cache clearing on package cache initialization
***NO_CI***
2024-09-11 17:40:08 +00:00
Lloyd McKenzie 729c2da4c0 Fixed elide spelling 2024-09-10 08:23:26 -06:00
Lloyd McKenzie fff805e5b7 Made changes as recommended by Grahame and Elliot 2024-09-10 08:07:01 -06:00
markiantorno 2c8122a42e Updating version to: 6.3.25-SNAPSHOT and incrementing test cases dependency. 2024-09-09 19:09:24 +00:00
markiantorno 813f8200a2 Release: v6.3.24
## Validator Changes

* Fix expression for con-3 properly (fix validation problem on some condition resources)
* Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types
* FHIRPath: Allow _ in constant names (per FHIRPath spec)
* Fix value set rendering creating wrong references
* Fix bug processing value set includes / excludes that are just value sets (no system value)
* Alter processing of unknown code systems per discussion at ,https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Don't.20error.20when.20you.20can't.20find.20code.20system and implement unknown-codesystems-cause-errors
* Improve message for when elements are out of order in profile differentials

## Other code changes

* fix problem where profile rendering had spurious 'slices for' nodes everywhere
* Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository
* Fix problem generating value set spreadsheets
* fix concurrent modification error processing language translations
* Check for null fetcher processing ConceptMaps (#1728)
***NO_CI***
2024-09-09 18:23:37 +00:00
Grahame Grieve ffe0ab6414
2024 09 gg vs sql (#1738)
* Fix bug processing value set includes / excludes that are just value sets (no system value)

* fix value set rendering creating wrong references

* Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository

* Fix expression for con-3 properly (fix validation problem on some condition resources)

* FHIRPath: Allow _ in constant names (per FHIRPath spec)

* Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types

* release notes

* fix sql-on-fhir tests

---------

Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2024-09-09 12:27:08 -04:00
Grahame Grieve 9f9e9dfb8a Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-09-06 22:18:06 +08:00
Grahame Grieve 7fc34e509a alter processing of unknown code systems per discussion at ,https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Don't.20error.20when.20you.20can't.20find.20code.20system and implement unknown-codesystems-cause-errors 2024-09-06 22:18:01 +08:00
Grahame Grieve 6165b154e1
Merge branch 'master' into test_language_concurrency_bug 2024-09-05 04:29:58 +08:00
Grahame Grieve 4603b3ac3c compile fix 2024-09-04 23:25:28 +08:00
Grahame Grieve 515bead90d compile fix 2024-09-04 21:59:01 +08:00
Gjergj Sheldija 51ad87c715 PR comment 2024-09-04 08:16:03 +02:00
Gjergj Sheldija 973ab9e56f possible fix 2024-09-03 15:41:58 +02:00
Grahame Grieve 63ab904401 fix problem where profile rendering had spurious 'slices for' nodes everywhere 2024-09-03 21:27:28 +08:00
Grahame Grieve 7e5014c6d7 Fix problem generating value set spreadsheets 2024-09-03 21:26:53 +08:00
Grahame Grieve 83daa93fbc fix concurrent modification error processing language translations 2024-09-03 21:26:35 +08:00
Grahame Grieve 00f4f0998f Improve message for when elements are out of order 2024-09-03 21:26:17 +08:00
Gjergj Sheldija 8e908da1ab unit tests to check the concurrency bug 2024-09-03 13:50:54 +02:00
Lloyd McKenzie 975653e07d Added support for tracking whether elements are ellipsed and for rendering XHTML versions of XML and JSON content with ellipsed elements 2024-08-29 21:17:20 -06:00
markiantorno 19c8b17575 Updating version to: 6.3.24-SNAPSHOT and incrementing test cases dependency. 2024-08-28 18:45:30 +00:00