Diederik Muylwyk
59d7ccb99e
Fixed inconsistent IDs and URLs for LOING.
2019-09-23 15:49:58 -04:00
James Agnew
7a7e876b93
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-09-23 09:57:17 -04:00
James Agnew
2bcb1c9c1c
Work on docs
2019-09-23 09:56:29 -04:00
Diederik Muylwyk
ebaa4d6920
Merge pull request #1498 from jamesagnew/1482-need-to-fix-duplication-of-codes-in-some-loinc-answer-lists
...
Resolve "Need to fix duplication of codes in some LOINC Answer Lists."
2019-09-23 09:11:21 -04:00
Diederik Muylwyk
9d4b5f3041
Merging master into working branch to resolve conflicts.
...
# Conflicts:
# src/changes/changes.xml
2019-09-23 09:08:56 -04:00
James Agnew
e05ea676e9
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-09-22 15:55:06 -04:00
James Agnew
520b50dfdc
Ongoing work on docs migration
2019-09-22 15:54:52 -04:00
jamesagnew
936587df6e
Work on migrating docs
2019-09-22 15:52:49 -04:00
James Agnew
0a5eca0821
Work on docs
2019-09-22 13:25:50 -04:00
James Agnew
d43c1760ef
Adjust docs
2019-09-22 08:59:54 -04:00
James Agnew
58b7e3a923
Start splitting docs into separate project
2019-09-22 08:58:17 -04:00
James Agnew
f4252cdeaa
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-09-21 08:54:59 -04:00
James Agnew
0cbb33eded
Fix up migratiom tasks for 4.1.0
2019-09-21 08:54:33 -04:00
Diederik Muylwyk
56e2904029
Removing my name. Whoops!
2019-09-20 18:48:47 -04:00
Diederik Muylwyk
0cc35699b8
Specify full path for LOINC filenames to avoid duplicates.
2019-09-20 18:43:38 -04:00
Diederik Muylwyk
e09985e89b
Merge pull request #1496 from jamesagnew/dm-migration-tasks-constants-to-literals
...
Replaced migration task column length constants with literals because…
2019-09-20 12:38:43 -04:00
Diederik Muylwyk
e1e8ec981b
Replaced migration task column length constants with literals because they are not necessarily constant across schema versions.
2019-09-20 12:31:54 -04:00
James Agnew
a989a746b0
Fix #1494 - Upgrade to new :recurse syntax for R4 include/revinclude
...
statements
2019-09-20 09:38:29 -04:00
James Agnew
92d37866de
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-09-20 08:57:15 -04:00
James Agnew
6e98c02862
Fix #1495 - Avoid NPE in RuleBuilder
2019-09-20 08:57:01 -04:00
James Agnew
72d1c9e737
Fix #1494 - Avoid NPE in RuleBuilder
2019-09-20 08:56:25 -04:00
James Agnew
20d33afb6f
Credit for #1489
2019-09-19 20:48:17 -04:00
James Agnew
ad01d7598c
Credit for #1489
2019-09-19 20:41:02 -04:00
James Agnew
6f6cc960ad
Add timing tests
2019-09-19 20:39:16 -04:00
David Maplesden
c2c07c95fc
We can't short circuit traversal after all.
2019-09-19 20:38:30 -04:00
David Maplesden
c8c8ab6881
Add modifier extensions to tha actual modifier extensions collection
2019-09-19 20:38:30 -04:00
David Maplesden
946f3a1732
Cut short traversal when finding top-level base references
2019-09-19 20:38:30 -04:00
David Maplesden
4021fccf3b
We only need to extract the existing contained resources once
2019-09-19 20:38:30 -04:00
David Maplesden
1f253856cf
Optimise for encoding String primitive data types
...
We typically have many more string primitives than anything else
2019-09-19 20:38:30 -04:00
David Maplesden
8b84b8ffea
Cache the composite children that need encoding to improve performance
2019-09-19 20:38:30 -04:00
David Maplesden
5120fe795e
Dramatically improve the performance of containResourcesForEncoding
...
We do this by avoiding the double processing of contained resources when
looking for resources to contain
2019-09-19 20:38:30 -04:00
jamesagnew
6475146bc9
Add license headers
2019-09-19 18:08:21 -04:00
James Agnew
eddb98084d
Move PreferReturnEnum back to original location to avoid regressions
2019-09-19 15:48:58 -04:00
James Agnew
6fde2879ef
Fix one more intermittent test
2019-09-19 14:53:29 -04:00
James Agnew
47805bceff
Test fixes
2019-09-19 14:42:27 -04:00
James Agnew
a5a0fca065
Test fixes
2019-09-19 11:33:33 -04:00
James Agnew
4115a4bb6d
Compile fixes
2019-09-19 10:10:47 -04:00
James Agnew
2be63a1650
Test fixes
2019-09-19 09:45:07 -04:00
jamesagnew
170698562a
Bump to current org.hl7.fhir.core
2019-09-19 08:11:30 -04:00
James Agnew
30dfde645b
Upgrade to Fontawesdome 5 and prevent uploading resources with binary
...
storage extensions
2019-09-19 05:28:05 -04:00
James Agnew
6b21e8cd90
Add some testing to the bulk export service
2019-09-18 14:43:00 -04:00
James Agnew
5e74a6f3e8
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-09-17 16:01:53 -04:00
James Agnew
4a751cbfc5
Integrate Bulk Export ( #1487 )
...
* Start working on subscription processor
* Work on new scheduler
* Test fixes
* Scheduler refactoring
* Fix test failure
* One more test fix
* Updates to scheduler
* More scheduler work
* Tests now all passing
* Ongoing work on export
* Ongoing scheduler work
* Ongoing testing
* Work on export task
* Sync master
* Ongoing work
* Bump xml patch version
* Work on provider
* Work on bulk
* Work on export scheduler
* More test fies
* More test fixes
* Compile fix
* Reduce logging
* Improve logging
* Reuse bulk export jobs
* Export provider
* Improve logging in bulk export
* Work on bulk export service
* One more bugfix
* Ongoing work on Bulk Data
* Add changelog
2019-09-17 16:01:35 -04:00
James Agnew
d3c8962ae6
Add some tests
2019-09-17 14:04:35 -04:00
James Agnew
2cfa08f179
Add test case
2019-09-17 11:13:57 -04:00
James Agnew
882e0853df
Merge branch 'master' of github.com:jamesagnew/hapi-fhir
2019-09-16 15:55:49 -04:00
James Agnew
38cf830384
Accurately reflect codesystem URL
2019-09-16 15:55:32 -04:00
Diederik Muylwyk
1704d3d083
Merge pull request #1485 from jamesagnew/dm-additional-enhancements-for-loinc-terminology
...
Resolve "Additional Enhancements for LOINC terminology"
2019-09-16 12:00:35 -04:00
Diederik Muylwyk
3a9342913c
Address review comments. Added tests.
2019-09-16 11:54:34 -04:00
Diederik Muylwyk
b05c5f3f71
Implement the parent and child filters for LOINC. #1453
2019-09-15 21:52:33 -04:00