3211 Commits

Author SHA1 Message Date
Nick Goupinets
4e266462ec Bumped up version due to breaking changes 2021-04-20 16:17:27 -04:00
Tadgh
2ed4b01eb8 Remove notnull 2021-04-19 10:31:16 -04:00
Tadgh
014fa05271 Fix a present annotation 2021-04-19 09:17:35 -04:00
Tadgh
89e56ecb98 Remove jetbrains annotation 2021-04-19 09:14:12 -04:00
Tadgh
c54862e772 Coding around at the speed of sound occasionally causes compilation failures 2021-04-18 18:03:37 -04:00
Tadgh
77e2768a14 Address code review comments. Create new static builder for all partitions SRD 2021-04-18 17:36:55 -04:00
Tadgh
3075a9b5e6 Still minor refactoring 2021-04-16 16:53:23 -04:00
Tadgh
f91a4f9576 wip tidy implementaion 2021-04-16 14:18:01 -04:00
Tadgh
fad32aa636 Partition management for expired jobs 2021-04-16 11:55:12 -04:00
Tadgh
8035d51e48 Refactor, comment 2021-04-16 11:31:43 -04:00
Tadgh
efe5b7b140 Fix package cache usage 2021-04-16 11:24:42 -04:00
Tadgh
7cabcbd772 Fix partition selection for system request details 2021-04-16 11:12:40 -04:00
James Agnew
ca2088f3ad
Add framework for Bulk Import (#2538)
* Start work on bul;k import

* Work on bulk import

* Have batch working

* Working

* Working

* More work

* More work on bulk export

* Address fixmes

* License header updates

* Test fixes

* License header updates

* Test fix

* Test fix

* Version bumps

* Work on config

* Test cleanup

* One more version bump

* Version bump

* CLeanup

* A few additions

* Test fixes

* Test fix

* Test fix

* Migration fix

* Test fix

* Test fix
2021-04-14 17:41:32 -04:00
Ken Stevens
550602b2f1
added numeric matcher (#2547)
* added numeric matcher

* changelog

* performance optimization

* fix test
2021-04-14 13:15:30 -04:00
IanMMarshall
4cd0409bae
Merge pull request #2546 from hapifhir/2535_ignore_logical_structuredefinition_during_package_install
2535 ignore logical structuredefinition during package install
2021-04-14 10:54:37 -04:00
Kevin Dougan SmileCDR
b45ddcc3da
2543 - Fix issue where versionned references are not being returned properly. (#2544)
* 2543 - Fix issue where versionned references are not being returned properly.

* 2543 - Added changelog entries for this fix plus a previous fix for 2533.
2021-04-14 08:45:49 -04:00
ianmarshall
5a3f2e3edf Change package loader to not generate snapshot for logical StructureDefinition resources. 2021-04-13 22:22:06 -04:00
Kevin Dougan SmileCDR
129df5dc14
2533 - Fix Issue with Reference Resources Not Being Returned In Search Queries (#2539)
* 2533 - Initial commit to show how I might fix this Bug but not ready for merge at this time as it causes some other Unit Test failures in FhirResourceDaoR4VersionedReferenceTest.

* Fix up test

* 2533 - Cleaned up Unit Test to make it ready to merge.

Co-authored-by: jamesagnew <jamesagnew@gmail.com>
2021-04-13 05:28:39 -04:00
jamesagnew
3637dfc60f License headers 2021-04-12 09:57:08 -04:00
Tadgh
99e10de5fb
Merge pull request #2487 from hapifhir/mdm-expansion-interceptor
MDM Expansion Interceptor (poc)
2021-04-09 11:23:04 -04:00
James Agnew
edfe1ae8e6
Add lastupdated to capabilitystatement (#2530)
* Add lastupdated to capabilitystatement

* Test fix

* Test fix
2021-04-08 13:23:21 -04:00
James Agnew
f70648484a
Avoid a deadlock uploading terminology in postgres (#2529)
* Fix #2493

* Try to fix intermittent test failure
2021-04-08 12:28:42 -04:00
James Agnew
462d9bc6c4
Fix compartment defs for R5 (#2528)
* Fix compartment defs for R5

* Add changelog

* Test fix
2021-04-08 05:59:05 -04:00
James Agnew
a6cbf7eebd
Add support for hierarchycal valueset expansion (#2525)
* Add support for hierarchycal valueset expansion

* Add changelog

* Add tests

* Cleanup

* Test fix

* Test fixes
2021-04-06 17:36:54 -04:00
James Agnew
fcffb04c7b
Allow unknown code systems during validation (#2523)
* Allow unknown code systems during validation

* Add changelog

* Test fix
2021-04-05 20:59:59 -04:00
James Agnew
b617c7690d
Search Parameter Infrastructure Cleanup (#2522)
* Search param service cleanup

* Work on collapsing search param

* Search param cleanup

* Work on build

* Test fix

* Test fixes

* Ongoing work

* Test fix

* Compile fix

* Test fixes

* Test fix

* Test fix

* License header updates

* Remove fixme

* Cleanup

* Cleanup
2021-04-05 17:40:10 -04:00
James Agnew
0bf746f23b
Add support for revincludes to CapabilityStatement generator (#2521)
* Add support for revincludes to CapabilotyStatement generator

* Add changelog

* Fixes

* Test fix

* Test fixes

* Test fix

* Test fix

* More fixes to CS cache

* Test fix

* Test fix

* Test fix
2021-04-05 08:29:04 -04:00
Tadgh
961c996ea9 Remove foolish local bind 2021-04-01 17:32:14 -04:00
Tadgh
696982ce1e Fix bean name. Update docs 2021-03-31 13:45:40 -04:00
Tadgh
74be6761b1 Merge remote-tracking branch 'origin/master' into mdm-expansion-interceptor 2021-03-31 09:47:57 -04:00
Tadgh
8b69d161bd Update docs 2021-03-30 17:12:55 -04:00
Tadgh
419a5829ea This shockingly works 2021-03-30 12:39:37 -04:00
jamesagnew
4eb9508e28 One more fix to interceptor 2021-03-30 11:47:03 -04:00
jamesagnew
8759cdae00 Additional cleanup 2021-03-30 08:20:14 -04:00
jamesagnew
4feda13d7f License header update 2021-03-30 06:02:32 -04:00
James Agnew
049097e5b4
Improve CapabilityStatement Generation (#2511)
* Start work

* Work on testing

* Version bump

* Test fix

* Compile fix

* Test Fixes

* Test fix

* Test fix

* Compile fix

* Tst fix

* Test fix

* Test fix

* Test fix
2021-03-30 05:48:03 -04:00
Tadgh
a15ded7140 Interceptor now correctly intercepts at the right point 2021-03-29 21:12:03 -04:00
Tadgh
ab143e34cb Merge remote-tracking branch 'origin/master' into mdm-expansion-interceptor 2021-03-29 19:27:37 -04:00
Tadgh
838ac890d3 wip 2021-03-29 19:19:37 -04:00
Tadgh
5f42743f48 wip 2021-03-29 19:16:26 -04:00
Diederik Muylwyk
e3be7cc6fb Fix build 2021-03-29 18:39:51 -04:00
Diederik Muylwyk
b720c32c1d Version bump 2021-03-29 18:23:16 -04:00
Tadgh
432579c591 Fix test error 2021-03-29 15:00:20 -04:00
Tadgh
19810db65d Test refactor. address review comments 2021-03-29 14:55:41 -04:00
Tadgh
c46617fefa Use dynamic projection 2021-03-29 11:38:52 -04:00
Tadgh
002d3fcf3c Migrate constant 2021-03-29 11:07:23 -04:00
Tadgh
e9e20988c9 Partial moving of presearch regsitered pointcut 2021-03-29 10:49:58 -04:00
Tadgh
9f13225aa5 WIP interceptor using reference param modifier 2021-03-26 17:57:38 -04:00
Tadgh
e8f49f2fba More docs 2021-03-26 16:01:29 -04:00
Tadgh
a3fbd3e1a1 Hotter docs 2021-03-26 16:00:06 -04:00