jamesagnew
846866472b
Updates to GraphQL
2022-01-30 17:04:10 -05:00
Grahame Grieve
1aa1e288ec
merge
2022-01-30 07:57:39 +11:00
Grahame Grieve
3559bd6638
fix tests problems with date formats and java versions
2022-01-29 09:16:48 +11:00
Jens Kristian Villadsen
7b24e9d4ee
Update FHIRPathEngine.java
...
As mentioned on https://github.com/hapifhir/org.hl7.fhir.core/issues/703
2022-01-28 20:44:39 +01:00
Grahame Grieve
bd9d486846
Significant speed improvement for terminology cache
2022-01-29 06:06:20 +11:00
Grahame Grieve
42f75dfee0
#703 - fix missing .guessSystem() in opMemberOf
2022-01-29 06:05:51 +11:00
dotasek
fdc6e02b49
Don't log requests when rebuilding cache
2022-01-26 09:31:58 -05:00
dotasek
39e30a10c4
Clean up comments
2022-01-26 09:28:19 -05:00
dotasek
a41287a74d
Additional logging for requests in test
2022-01-25 18:02:16 -05:00
dotasek
9ec63bc1b9
Test capability caching.
...
Just when I think I'm done...
2022-01-25 16:36:13 -05:00
dotasek
7c58619528
Testing Part 7
2022-01-25 14:43:13 -05:00
dotasek
38728f2c82
Testing part 6
2022-01-25 10:48:42 -05:00
dotasek
b5e9a7aa1e
Testing Part 5
2022-01-24 18:16:10 -05:00
dotasek
1715574a7e
Testing Part 4
2022-01-24 17:00:17 -05:00
dotasek
33cdfffa55
More consistent version management in TerminologyCache
2022-01-23 13:21:40 -05:00
dotasek
97c11a9be0
Testing Part 3
2022-01-23 12:06:44 -05:00
dotasek
09ddd964ff
Merge remote-tracking branch 'origin/master' into tx-server-cache-analysis
2022-01-21 17:39:51 -05:00
dotasek
6416ccce36
Testing Part 2
2022-01-21 17:39:43 -05:00
markiantorno
f69a30421f
Updating version to: 5.6.28-SNAPSHOT and incrementing test cases dependency.
2022-01-21 21:43:26 +00:00
markiantorno
90008b7744
Release: v5.6.27
...
## Validator Changes
* no changes
## Other code changes
* Fix unnecessary JsonParser/XmlParser class load
***NO_CI***
2022-01-21 21:12:00 +00:00
dotasek
f9561f2685
Testing Part 1
2022-01-21 15:29:17 -05:00
jamesagnew
315604759c
Another attempt to avoid parser classload
2022-01-21 14:59:50 -05:00
markiantorno
8818acfbf8
Updating version to: 5.6.27-SNAPSHOT and incrementing test cases dependency.
2022-01-21 16:20:40 +00:00
markiantorno
b82cc42663
Release: v5.6.26
...
## Validator Changes
* no changes
## Other code changes
* Avoid unnecessary JsonParser/XmlParser class load
***NO_CI***
2022-01-21 16:02:59 +00:00
dotasek
7d8569e9e7
Test that no requests are made for cached tests
2022-01-20 13:28:47 -05:00
dotasek
4826424499
Make additional caches to cover NativeHostService and ValidationService
2022-01-19 18:36:39 -05:00
dotasek
0a3e9d3f31
Merge branch 'master' into tx-server-cache-analysis
2022-01-18 16:10:21 -05:00
dotasek
d9d0f22ff3
cache CapabilityStatement and TerminologyCapabilities
2022-01-18 16:09:59 -05:00
jamesagnew
0ed91721b0
One more revert
2022-01-18 06:16:18 -05:00
jamesagnew
bc3759dc03
Roll back change
2022-01-18 06:16:18 -05:00
jamesagnew
d3007ea73f
Cleanup
2022-01-18 06:16:18 -05:00
jamesagnew
f902d1d273
Avoid reflection
2022-01-18 06:16:18 -05:00
jamesagnew
942d4f15aa
Avoid unnecessary JsonParser/XmlParser class load
2022-01-18 06:16:18 -05:00
markiantorno
15fcc4607e
Updating version to: 5.6.26-SNAPSHOT and incrementing test cases dependency.
2022-01-17 22:42:22 +00:00
markiantorno
4b808f140c
Release: v5.6.25
...
## Validator Changes
* no changes
## Other code changes
* fix bug where generated packages have files in the wrong places
* fix inclusion of Java constants in CLI help text.
* fix bug on `-compile` output when using 'current' version.
***NO_CI***
2022-01-17 22:24:48 +00:00
Grahame Grieve
06e690e54f
fix bug in package generator where files go in the wrong place
2022-01-18 07:30:12 +11:00
markiantorno
7823945213
Updating version to: 5.6.25-SNAPSHOT and incrementing test cases dependency.
2022-01-17 11:31:30 +00:00
markiantorno
c2bcb08855
Release: v5.6.24
...
## Validator Changes
* No changes to the validator
## Other code changes
* Improved rendering for value sets
***NO_CI***
2022-01-17 11:13:36 +00:00
Grahame Grieve
c13c291949
more work on value set renderer (designations, expand-groups)
2022-01-17 10:51:48 +11:00
dotasek
bd74bf3cee
Fix typos
2022-01-14 14:53:36 -05:00
markiantorno
f368b021e3
Updating version to: 5.6.24-SNAPSHOT and incrementing test cases dependency.
2022-01-14 04:30:14 +00:00
markiantorno
a536ceba7f
Release: v5.6.23
...
## Validator
* changes to profile comparison based on discussion at Jan 2022 connectathon
* fix FHIRPath handling for incomplete FHIRPath expressions
## Other code changes
* fix markdown related dependencies
* fix NPE in Utilities.pathURL()
* fix logging problem in tx server logging
* fix problem caching value sets during validation
* fix NPE setting locale based on canonical jurisdiction
* Improve rendering for Quantity/Range + return display when validating for rendering purposes
***NO_CI***
2022-01-14 03:58:44 +00:00
dotasek
6e0b14b0b6
Merge branch 'master' into tx-server-cache-analysis
2022-01-13 09:46:45 -05:00
Grahame Grieve
554a458b57
fix up logging problem
2022-01-13 17:38:39 +11:00
Grahame Grieve
758c2ebe7b
fix caching problem for value sets doing validation
2022-01-13 17:36:15 +11:00
Grahame Grieve
4566035d85
fix issue generrating profile comparison
2022-01-13 17:26:30 +11:00
Grahame Grieve
a764269611
update comparison of element cardinality based on discussion at Jan 2022 connectathon
2022-01-13 05:15:33 +11:00
Grahame Grieve
c661dae9f5
fix NPE setting locale
2022-01-13 05:14:36 +11:00
Grahame Grieve
7d3f34b0ca
fix error in FHIRPath handling for incomplete FHIR Path expressions
2022-01-12 17:44:11 +11:00
Grahame Grieve
ecad7cc5f8
Fix issue with comparer not rendering properly and add explicit checks around cardinality
2022-01-12 17:43:39 +11:00
Grahame Grieve
73737b5b4c
Merge pull request #706 from lmckenzi/IntroChanges
...
Changes relevant to improving the rendering of artifact intros. Spec…
2022-01-12 03:44:03 +11:00
Lloyd McKenzie
3a98e0b5fa
Add code system if no unit and not UCUM.
2022-01-11 08:24:33 -07:00
markiantorno
b08691b425
Updating version to: 5.6.23-SNAPSHOT and incrementing test cases dependency.
2022-01-11 00:07:58 +00:00
markiantorno
8a933094b1
Release: v5.6.22
...
* fix bug for NullPointerException in Bundle convertors when resource is not available.
* fix Java locale backward compatibility in surefire
***NO_CI***
2022-01-10 23:53:00 +00:00
Lloyd McKenzie
d5ed9eefbd
Fixed spacing with non-breaking spaces issue
2022-01-10 12:41:54 -07:00
Grahame Grieve
6b5f43df9b
fix rendering problem
2022-01-11 05:48:15 +11:00
Grahame Grieve
cec1a365ec
add missing file
2022-01-10 20:50:19 +11:00
Grahame Grieve
0bb4628f6b
fix NPE in validator & rendering fixes: concept map display + name rendering issue for Med Resources + fix locale date issue
2022-01-10 20:29:06 +11:00
dotasek
5635d96576
Configure error cacheing at code level + create profile for cache clean
2022-01-07 12:01:46 -05:00
dotasek
6e6184a425
Lombok for noCacheing and CacheErrors
2022-01-06 19:35:19 -05:00
dotasek
06cbe7245c
Better name for cacheErrors
2022-01-06 19:01:45 -05:00
dotasek
a12324c3a6
Remove unnecessary synchronized block + System.out
2022-01-06 16:56:19 -05:00
dotasek
1a2e995104
Store cache in resources
2022-01-06 16:20:22 -05:00
Lloyd McKenzie
86c3609288
Changes relevant to improving the rendering of artifact intros. Specifically:
...
- ensure that when validating codes against value sets, the valid coding is actually returned
- strip out the new extensions we add for FMM
- improve the rendering of Quantity and Range. (The former was horrid and the latter wasn't as nice as it could be.)
2022-01-04 21:46:57 -07:00
dotasek
2d4bbe3749
Clean code
2022-01-04 13:57:39 -05:00
dotasek
7ee5d0c5e4
Merge remote-tracking branch 'origin/master' into tx-server-cache-analysis
2022-01-04 13:23:32 -05:00
Grahame Grieve
89521841ac
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2022-01-02 06:25:01 +11:00
Grahame Grieve
c627ec43d9
Add R4B code + update generator for R4B generation
2022-01-01 16:33:10 +11:00
markiantorno
13bc0d73ca
Updating version to: 5.6.22-SNAPSHOT and incrementing test cases dependency.
2021-12-28 17:45:19 +00:00
markiantorno
0394b96b14
Release: v5.6.21
...
* Restored missing search parameter constants for R5 model classes
***NO_CI***
2021-12-28 17:28:47 +00:00
Grahame Grieve
0c108545b4
fix compile issues
2021-12-28 07:45:04 +11:00
Grahame Grieve
9c669437f6
restore search parameter
2021-12-28 06:42:32 +11:00
markiantorno
4a8d66bd89
Updating version to: 5.6.21-SNAPSHOT and incrementing test cases dependency.
2021-12-23 00:04:24 +00:00
markiantorno
3523d38052
Release: v5.6.20
...
## Validator Changes
* fix bug looking for contained resources inside bundles when validating resources using conformsTo()
* fix problems validating canonical reference profile types
## Other code changes
n/a
***NO_CI***
2021-12-22 23:46:57 +00:00
markiantorno
2d2000b009
Updating version to: 5.6.20-SNAPSHOT and incrementing test cases dependency.
2021-12-22 20:12:54 +00:00
markiantorno
6bfb964c28
Release: v5.6.19
...
## Validator Changes:
* ignore canonical resources found in core examples packages
* get .ofType() working in discriminators (round #1!)
* fix bug checking enableWhen - ignoring items in answers
* Improved Error messages validating bundle entries
## Other Code Changes
* Improve rendering of uris that point to known resources
* Fix wrong reference rendering questionnaire
* Fix rendering of QuestionnaireResponses - render items in answers properly
* Improve Error message when snapshot can't be generated
* fix up support for R5
***NO_CI***
2021-12-22 19:57:14 +00:00
Grahame Grieve
98f218fe78
Improved Error messages validating bundle entries
2021-12-22 22:39:54 +11:00
Grahame Grieve
04c7111eb6
get .ofType() working in discriminators (round #1!) + Improve Error message when snapshot can't be generated
2021-12-22 22:39:00 +11:00
Grahame Grieve
c86b8114dd
Fix rendering of QuestionnaireResponses - render items in answers properly
2021-12-22 22:37:07 +11:00
Grahame Grieve
bb78aeea8e
Fix rendering of QuestionnaireResponses - render items in answers properly
2021-12-22 22:36:51 +11:00
Grahame Grieve
4ce07531ef
Fix wrong reference rendering questionnaire
2021-12-22 22:36:11 +11:00
Grahame Grieve
b527039d78
Improve rendering of uris that point to known resources
2021-12-22 22:35:35 +11:00
Grahame Grieve
939b377fe2
* ignore canonical resources found in the examples package
2021-12-22 22:33:50 +11:00
markiantorno
66ab13dba7
Updating version to: 5.6.19-SNAPSHOT and incrementing test cases dependency.
2021-12-21 22:32:14 +00:00
markiantorno
4e3bde76e9
Release: v5.6.18
...
## Validator
* Allow both -output and -output-style parameters (output-style applies to output now) + add csv output style
* Implement the ```-level``` parameter
* Add support for R4B validation
* fix bug in deep profiles (profiles that don't start at the root)
## Other code changes
* Regenerate R5 code for 5.0.0-snapshot1 & many consequential changes
* Add version support for R4B and R5 (R4B code generation still to be done)
***NO_CI***
2021-12-21 22:16:52 +00:00
Grahame Grieve
ef0afae743
More support for R4B
2021-12-22 07:31:09 +11:00
Grahame Grieve
3a33cb2174
## Validator
...
* Allow both -output and -output-style parameters (output-style applies to output now) + add csv output style
* Implement the ```-level``` parameter
* Add support for R4B validation
* fix bug in deep profiles (profiles that don't start at the root)
## Other code changes
* Regenerate R5 code for 5.0.0-snapshot1 & many consequential changes
* Add version support for R4B and R5 (R4B code generation still to be done)
2021-12-21 19:53:20 +11:00
markiantorno
a2a5ad1334
Updating version to: 5.6.18-SNAPSHOT and incrementing test cases dependency.
2021-12-18 00:00:06 +00:00
markiantorno
af18cc0225
Release: v5.6.17
...
Validator:
* check StructureDefinition derivation consistency
* fix bug looking for contained resources inside bundles
* fix up determination criteria for IRIs on identifiers in urn:ietf:rfc:3986
Other code changes:
* Add support for new FHIR releases
* Fix escaping bug in graphQL encoder
***NO_CI***
2021-12-17 23:38:05 +00:00
dotasek
a635c06af9
Updating version to: 5.6.17-SNAPSHOT
2021-12-17 15:58:22 -05:00
dotasek
2540755c40
Fix unsupportedCodeSystems updating
2021-12-17 14:54:44 -05:00
markiantorno
f9893fbcb5
Release: v5.6.16
...
Validator:
* check StructureDefinition derivation consistency
* fix bug looking for contained resources inside bundles
Other code changes:
* Add support for new FHIR releases
***NO_CI***
2021-12-17 19:39:05 +00:00
Grahame Grieve
47dd580868
Add searchparameter analyser
2021-12-17 12:21:38 +11:00
Grahame Grieve
3118cdc132
Add support for new FHIR Versions
2021-12-17 12:08:40 +11:00
dotasek
aa70fc1338
Use "null" instead of null for getNamedCache
2021-12-16 13:36:03 -05:00
Grahame Grieve
2de1e2cf11
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2021-12-16 21:27:02 +11:00
dotasek
80382865de
Merge branch 'master' into tx-server-cache-analysis
2021-12-15 16:49:39 -05:00
markiantorno
19087d2cb5
Updating version to: 5.6.16-SNAPSHOT and incrementing test cases dependency.
2021-12-15 16:12:57 +00:00
markiantorno
906c5c9785
Release: v5.6.15
...
Validator:
* fix bug in client caching for unidentified value sets
* look for codesystem definitions in local context
* fix path error in Questionnaire Response validation
* fix up r4b list of canonical resource types
* better version specific resolution of special canonical resources
Other code changes:
* new version of FHIR (4.3.0)
* start using release indicators in FHIR versions
* various generation related fixes for the main specification build process
***NO_CI***
2021-12-15 01:31:54 +00:00
dotasek
89bc6090f2
Updating version to: 5.6.14-SNAPSHOT
2021-12-14 19:54:14 -05:00