6277 Commits

Author SHA1 Message Date
Grahame Grieve
6a78fdd1e0 Add package use tracking to FHIR cache for validator.fhir.org 2023-10-20 16:32:16 +11:00
Grahame Grieve
7d15f271d0 update ViewDefinition validator for change (alias -> name) 2023-10-20 16:31:59 +11:00
Grahame Grieve
69a8c5b2e4 Support for instance-name and instance-description in IG publisher 2023-10-20 16:31:39 +11:00
Grahame Grieve
2e71297478 fix NPE validating concept maps 2023-10-20 16:31:09 +11:00
Grahame Grieve
6066de7784 split terminology service tests 2023-10-20 16:30:47 +11:00
Grahame Grieve
c8357c8a13 fix for NPE building sql-on-fhir 2023-10-20 16:28:34 +11:00
Grahame Grieve
2b0d778767 Element.removeExtension (support for instance-name and instance-description extensions in IG publisher) 2023-10-20 16:26:46 +11:00
Grahame Grieve
20929abc58 fix for index out of bounds error 2023-10-20 16:25:27 +11:00
Grahame Grieve
12cdccf3bb Hack for wrong URLs in subscriptions backport 2023-10-20 16:25:09 +11:00
markiantorno
87b756e0c7 Updating version to: 6.1.17-SNAPSHOT and incrementing test cases dependency. 2023-10-16 22:48:30 +00:00
markiantorno
b9338024a6 Release: v6.1.16
## Validator Changes

* Fix bug processing value sets containing URLs

## Other code changes

* Add initial support for http://hl7.org/fhir/tools/StructureDefinition/type-profile-style
* More work on sql-on-fhir implementation
* Allow for type parameter to custom functions in FHIRPath
* Fix bugs in processing current packages for XIG
***NO_CI***
6.1.16
2023-10-16 22:19:52 +00:00
Grahame Grieve
26bb4da6c8 Merge remote-tracking branch 'origin/master' 2023-10-17 08:37:52 +11:00
Grahame Grieve
ae037cb5d6 set up release 2023-10-17 08:37:43 +11:00
Mark Iantorno
925d481b74 Updating test case dependency to v1.4.11
***NO_CI***
2023-10-16 21:26:31 +00:00
dotasek
5ed1e08e6d
Updates for jdk21 (#1462)
* update byte_buddy and lombok versions

* Update license special cases
2023-10-16 15:51:47 -04:00
Grahame Grieve
682352e24a
Merge pull request #1463 from hapifhir/2023-10-gg-xig
2023 10 gg xig
2023-10-17 05:58:24 +11:00
Grahame Grieve
08c1aabb9d update to test snapshot 2023-10-16 23:59:15 +11:00
Grahame Grieve
4100315ee7 fix bug processing value sets containing URLs 2023-10-16 23:14:02 +11:00
Grahame Grieve
ac10ddc9ac Add initial support for http://hl7.org/fhir/tools/StructureDefinition/type-profile-style 2023-10-16 23:13:46 +11:00
Grahame Grieve
1e98e69338 more work on sql-on-fhir implementation 2023-10-16 23:12:15 +11:00
Grahame Grieve
41eaad7356 allow for type parameter to custom functions in FHIRPath 2023-10-16 23:11:12 +11:00
Grahame Grieve
fd769472fe fix bugs in processing current packages for xig 2023-10-16 23:08:28 +11:00
markiantorno
a31120f15f Updating version to: 6.1.16-SNAPSHOT and incrementing test cases dependency. 2023-10-13 16:03:08 +00:00
markiantorno
17b7528c0f Release: v6.1.15
## Validator Changes

* Support for CDA code validation

## Other code changes

* Update XML Parser & logical model renderer for XML choice groups
* Restore JSON Parser method for HAPI compatibility.
* Maintain OID to URL lookup index
* Fix json parsing of CDA
***NO_CI***
6.1.15
2023-10-13 15:36:00 +00:00
dotasek
800fc9b721
Update pom.xml 2023-10-13 10:21:25 -04:00
dotasek
7831d6cd94
Update RELEASE_NOTES.md
***NO_CI***
2023-10-13 10:11:44 -04:00
Grahame Grieve
69ce5c5714
Merge pull request #1461 from hapifhir/2023-10-gg-of-type-cda
2023 10 gg of type cda
2023-10-13 11:13:56 +08:00
Grahame Grieve
5f9b169261 fix json parsing of CDA 2023-10-13 12:39:44 +11:00
Grahame Grieve
33bd589fd7 Merge remote-tracking branch 'origin/master' 2023-10-13 12:32:04 +11:00
Grahame Grieve
c4c73ada42 Make .OfType(CDA.X) work for CDA types 2023-10-13 12:31:57 +11:00
Grahame Grieve
e2b3e1557f
Merge pull request #1460 from hapifhir/2023-10-gg-choice-groups
2023 10 gg choice groups
2023-10-13 09:31:02 +08:00
Grahame Grieve
d6ef09dd77 remove R4B CDA tests 2023-10-13 11:00:03 +11:00
Grahame Grieve
9d742dcd24 rework OID handling 2023-10-13 10:27:53 +11:00
Grahame Grieve
3d039a89eb get tests passing 2023-10-12 21:50:39 +11:00
Grahame Grieve
2f304a6576 more 2023-10-12 20:15:31 +11:00
Grahame Grieve
84e3bec25f more XML checking for CDA + control over date rules 2023-10-12 20:15:16 +11:00
Grahame Grieve
04597eea27 OID related fixes 2023-10-12 20:13:48 +11:00
Grahame Grieve
4917dd7815 fix typo 2023-10-12 20:12:43 +11:00
Grahame Grieve
1207e32e20 Support for CDA code validation 2023-10-12 12:54:25 +11:00
Grahame Grieve
a10ac3c590 Build OID -> URL Index 2023-10-12 12:53:55 +11:00
Grahame Grieve
e8a162cabb Update XML Parser & logical model renderer for XML choice groups 2023-10-11 22:54:09 +08:00
Grahame Grieve
62835ff54d restore JSON Parser short cut for HAPI 2023-10-11 22:53:37 +08:00
markiantorno
65161437cb Updating version to: 6.1.15-SNAPSHOT and incrementing test cases dependency. 2023-10-10 10:28:06 +00:00
markiantorno
faf0e0684c Release: v6.1.14
## Validator Changes

* Make sure logical models get a snapshot generated

## Other code changes

* Fix URL of concept map extension in version conversion
***NO_CI***
6.1.14
2023-10-10 10:01:13 +00:00
Grahame Grieve
0330e06b31 Merge remote-tracking branch 'origin/master' 2023-10-10 19:41:01 +11:00
Grahame Grieve
3a5058a04a set up release 2023-10-10 19:40:52 +11:00
Grahame Grieve
c9d9fd209b
Merge pull request #1456 from hapifhir/2023-10-gg-snapshot-fix
2023 10 gg snapshot fix
2023-10-10 19:39:41 +11:00
Grahame Grieve
2cc40452d7 make sure logical models get a snapshot generated 2023-10-10 15:43:09 +11:00
Grahame Grieve
c83b232f7c Fix URL of concept map extension 2023-10-10 15:42:36 +11:00
markiantorno
5f96bcd35d Updating version to: 6.1.14-SNAPSHOT and incrementing test cases dependency. 2023-10-09 19:09:40 +00:00