Commit Graph

7530 Commits

Author SHA1 Message Date
Grahame Grieve 7bafd6e3c8 remove debugging code 2024-09-22 06:40:27 -04:00
Grahame Grieve 3cec189333 Fix id/idref to resolve in document if in a document 2024-09-22 06:40:15 -04:00
Grahame Grieve fedf7e9e6d Add more debugging to validation failure 2024-09-22 06:39:28 -04:00
Grahame Grieve 15278061f9 Add support for active only to VSAC importer 2024-09-22 06:38:04 -04:00
Grahame Grieve 859bac5367 Add r4b support to Package Version Generation 2024-09-22 06:37:48 -04:00
Grahame Grieve 8cfcbf389e Fix various issues rendering and validating additional bindings with usage contexts 2024-09-21 00:35:01 -04:00
Grahame Grieve eab8276753 update test case dependency 2024-09-18 14:51:15 +10:00
Grahame Grieve 948f3411e2 Fix case typo on Consent.provision in R4 2024-09-18 14:07:29 +10:00
Grahame Grieve 69525144f3 #1723 fix R3 Quantity.copyValues() 2024-09-18 14:07:09 +10: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 d794e8d63f Merge remote-tracking branch 'origin/master' 2024-09-18 04:37:57 +08:00
Grahame Grieve d2ad535b0b update tests dependency 2024-09-18 04:36:03 +08:00
Mark Iantorno e7f5c238d6 Updating test case dependency to v1.5.22
***NO_CI***
2024-09-17 20:31:50 +00:00
markiantorno 9ba7bb447f Updating i18n-coverage csv and png table ***NO_CI*** 2024-09-17 09:44:27 +00:00
Grahame Grieve 7d05d38509
Merge pull request #1749 from hapifhir/2024-09-gg-experimental-flag
2024 09 gg experimental flag
2024-09-17 17:21:34 +08:00
Grahame Grieve ded7bc0ffd release notes 2024-09-17 16:20:22 +08:00
Grahame Grieve fbfd81532d Merge remote-tracking branch 'origin/master' 2024-09-17 16:18:15 +08:00
Grahame Grieve 11efed6635 Validation of experimental property 2024-09-17 16:16:09 +08:00
Grahame Grieve 0d8c5942e7 Fix rendering path for value set references for kindling 2024-09-17 14:11:13 +08:00
dotasek dd01e008ca Revert "Merge pull request #1649 from hapifhir/do-20240606-fix-classname-typo"
This reverts commit 0c7e6ce9ac, reversing
changes made to bfed8a15d5.
2024-09-15 10:01:53 -04:00
Grahame Grieve 9dae4118ae refactor error handling in ProfileUtilities 2024-09-14 08:26:07 +08:00
Grahame Grieve 0c7e6ce9ac
Merge pull request #1649 from hapifhir/do-20240606-fix-classname-typo
Fix case typo in Consent.ProvisionComponent
2024-09-14 07:27:42 +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
Grahame Grieve 76c6bb6c44
Merge pull request #1741 from hapifhir/do-20240910-remove-cqframework-dependency
Remove cqlframework dependencies
2024-09-12 07:12:04 +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
dotasek 3524fd78c7
Update RELEASE_NOTES.md
***NO_CI***
2024-09-11 12:06:49 -04:00
dotasek bc0303535a
Fix for cache init on existing directories (#1743)
* Add tests+fix for cache init on existing directories

* Clear the cache if it is the wrong version

* Link to FHIR spec docs for .index.json
2024-09-11 12:05:17 -04:00
dotasek 44464de807 Remove cqlframework dependencies 2024-09-10 09:38:33 -04:00
Grahame Grieve b88d9b2dab Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-09-10 05:54:52 +08: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
dotasek 4cbf1860d7 Bump fhir-test-cases to release version 2024-09-09 13:06:57 -04: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 52668c1c78 fix sql-on-fhir tests 2024-09-09 21:23:42 +08:00
Grahame Grieve 4692962820 release notes 2024-09-09 17:56:07 +08:00
Grahame Grieve 07a2b7d2e7 Fix FHIRPath bug using wrong type on simple elements when checking FHIRPath types 2024-09-09 17:51:38 +08:00
Grahame Grieve d219a20de8 FHIRPath: Allow _ in constant names (per FHIRPath spec) 2024-09-09 17:49:28 +08:00
Grahame Grieve ef69d12111 Fix expression for con-3 properly (fix validation problem on some condition resources) 2024-09-09 17:49:07 +08:00
Grahame Grieve cfdd1f9380 Update SQL-On-FHIR implementation for latest cases, and clone test cases to general test care repository 2024-09-09 17:48:46 +08:00
Grahame Grieve 810f4b8e31 fix value set rendering creating wrong references 2024-09-09 17:48:01 +08:00
Grahame Grieve 51934de457 Fix bug processing value set includes / excludes that are just value sets (no system value) 2024-09-09 17:47:33 +08:00
Grahame Grieve 0c457a14e4
Merge pull request #1736 from hapifhir/2024-09-gg-unknown-code-systesm
2024 09 gg unknown code systesm
2024-09-07 07:47:53 +08: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 39d747d736
Merge pull request #1735 from gjergjsheldija/test_language_concurrency_bug
Fix for ConcurrentModificationException for language translation
2024-09-05 04:30:08 +08:00