7719 Commits

Author SHA1 Message Date
dotasek
dd01e008ca Revert "Merge pull request #1649 from hapifhir/do-20240606-fix-classname-typo"
This reverts commit 0c7e6ce9ac037170ff5af169fbade1e0232321e0, reversing
changes made to bfed8a15d535dc040a92931baddc0457568ea379.
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
dotasek
a05f471c9c Allow injection of lock parameters + correct usage of locked file write 2024-09-13 16:49:46 -04:00
dotasek
f4b54de8ed Merge branch 'master' into do-20240909-package-lock-cleanup 2024-09-13 13:37:40 -04: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
dotasek
42ffbaf5a4 WIP master merges + smarter lockfile tests 2024-09-11 18:05:23 -04: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***
6.3.25
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
f7cf74423c WIP2 More tests on file lock 2024-09-10 17:07:27 -04: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
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
dotasek
e001d781b9 WIP tests for lock file cleanup 2024-09-09 17:03:56 -04: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***
6.3.24
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
Lloyd McKenzie
966798cc2f Missed commits 2024-09-04 22:25:07 -06: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
Grahame Grieve
6165b154e1
Merge branch 'master' into test_language_concurrency_bug 2024-09-05 04:29:58 +08:00
Grahame Grieve
541e903d50
Merge pull request #1734 from hapifhir/2024-09-gg-misc
2024 09 gg misc
2024-09-05 04:29:20 +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
Grahame Grieve
9c74e94e68 test case dependency 2024-09-04 08:59:11 +08:00
Gjergj Sheldija
973ab9e56f possible fix 2024-09-03 15:41:58 +02:00
Grahame Grieve
96485e6175 updates 2024-09-03 21:27:41 +08: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