Commit Graph

3144 Commits

Author SHA1 Message Date
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
Grahame Grieve 8bb6ebfa31 * fix bug looking for contained resources inside bundles when validating resources using conformsTo()
* fix problems validating canonical reference profile types
2021-12-23 09:56:39 +11: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 f967c08879 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-12-22 23:23:52 +11:00
Grahame Grieve 9e9f2d2f38 update test case depedency 2021-12-22 23:23:37 +11:00
Grahame Grieve 873c699831
Merge pull request #697 from hapifhir/gg-202112-r5-update-2
Gg 202112 r5 update 2
2021-12-22 23:16:22 +11:00
Grahame Grieve 614dff8367 fix up support for R5 2021-12-22 22:40:25 +11:00
Grahame Grieve 98f218fe78 Improved Error messages validating bundle entries 2021-12-22 22:39:54 +11:00
Grahame Grieve 3a2428bb2f fix bug checking enableWhen - ignoring items in answers 2021-12-22 22:39:13 +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 f4ada87c2c
Merge pull request #696 from hapifhir/gg-202112-r5-upgrade
Gg 202112 r5 upgrade
2021-12-22 08:16:23 +11: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 4d8b2e8be2
Merge pull request #694 from hapifhir/fix-describe-size-test
Fix describeSizeTest
2021-12-17 17:46:35 -05:00
dotasek ca591295fb
Merge pull request #693 from hapifhir/gg-202112-3986-id
fix up determination criteria for IRIs on identifiers in urn:ietf:rfc…
2021-12-17 17:22:53 -05:00
dotasek a519d7a686 Fix describeSizeTest
1 out of 500 runs would produce a 0, meaning that _JUST_UNDER or _JUST_OVER values would be actually be _EXACT, which would fail by definition.

This adds a minimum value of 1 to nextInt()
2021-12-17 17:05:47 -05:00
dotasek a635c06af9 Updating version to: 5.6.17-SNAPSHOT 2021-12-17 15:58:22 -05:00
Grahame Grieve 72553a29ec fix up determination criteria for IRIs on identifiers in urn:ietf:rfc:3986 2021-12-18 07:20:48 +11: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 1a713d9b85
Merge pull request #690 from reasonableJP/fix_escaping_json_control_characters
fix for escaping json control characters in graphql
2021-12-18 05:41:15 +11:00
Grahame Grieve 1317cc86a2
Merge pull request #689 from hapifhir/remove-bintray-repository
Remove remaining bintray repo
2021-12-18 05:06:08 +11:00
Grahame Grieve a3de3cebf5
Merge pull request #691 from hapifhir/gg-202112-sd-derivation
Gg 202112 sd derivation
2021-12-17 17:16:17 +11:00
Grahame Grieve 3d2400bb55 fix bundle link resolution (remove overloaded use of 'root resource') 2021-12-17 16:20:09 +11:00
Grahame Grieve e4d3047138 #357: fix bug looking for contained resources inside bundles 2021-12-17 14:38:21 +11:00
Grahame Grieve 47dd580868 Add searchparameter analyser 2021-12-17 12:21:38 +11:00
Grahame Grieve a13a43ffdf check StructureDefinition derivation consistency 2021-12-17 12:09:29 +11:00
Grahame Grieve 3118cdc132 Add support for new FHIR Versions 2021-12-17 12:08:40 +11:00
Jan-Peter Lechler 185c8b99f7 fix for escaping json control characters in graphql
double escape, once for java and once for json

fixes https://github.com/hapifhir/hapi-fhir/issues/3069
2021-12-16 12:27:02 +01: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 a8c8eedcf4 Remove remaining bintray repo 2021-12-15 15:41:17 -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
dotasek 1c93ef46f1 Increase stageingProgressTimeoutMinutes in validator again 2021-12-14 19:52:48 -05:00
markiantorno cf77dd9492 Release: v5.6.14
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-14 22:45:02 +00:00
Grahame Grieve a6ba3e8a21 handle vs.url properly so that we can rely on just url + version for internal caching (no hashing needed) 2021-12-15 09:34:54 +11:00
Grahame Grieve ea87f94253
Merge pull request #688 from hapifhir/gg-202112-r4b-fixes
main Build fixes: new version of FHIR (4.3.0) + transit to using rele…
2021-12-15 09:03:54 +11:00