Commit Graph

3228 Commits

Author SHA1 Message Date
Grahame Grieve d5e98dbf94 fix snapshot build 2022-01-10 23:03:35 +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 094a4b3462
Merge pull request #707 from hapifhir/dotasek-issue-701
Fix for #701
2022-01-07 15:57:05 -05:00
dotasek fb28de4477
Update RELEASE_NOTES.md 2022-01-07 15:11:26 -05:00
dotasek 900d2a9b22
Merge pull request #708 from hapifhir/conversion-doc-update-2022-01
Conversion doc update 2022 01
2022-01-06 11:24:56 -05:00
dotasek 83679d758c
Merge pull request #699 from paul-robson-validic/bug_check_loop_variable
Bug: Loop condition is always true
2022-01-06 11:24:14 -05:00
Paul Robson db08eb4f0a Merge remote-tracking branch 'origin-real/bug_check_loop_variable' into bug_check_loop_variable
# Conflicts:
#	org.hl7.fhir.r4/src/test/java/org/hl7/fhir/r4/terminologies/ConceptMapEngineTest.java
2022-01-06 12:20:43 -03:00
Paul Robson 45723a0939 refactor: use @Nonnull annotation 2022-01-06 12:14:13 -03:00
dotasek 36cc6defc2 Refactor with a mock + new test to catch exception 2022-01-06 10:10:45 -05:00
dotasek 189a7ebdfb
Update README.md
Formatting improvements. Additional links.
2022-01-05 15:54:06 -05:00
dotasek 0edcf819ea Fix format 2022-01-05 15:45:27 -05:00
dotasek 45a2516fd8 Replace readme.md with CONVERTORS.md 2022-01-05 15:43:36 -05:00
dotasek 029340b0e0 Merge readme.md into CONVERTORS.md 2022-01-05 15:42:49 -05:00
dotasek 0d07993186 Add tests 2022-01-05 12:49:28 -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 da95cae662 Add hasResource check to Bundle10_XX convertors 2022-01-04 17:37:45 -05:00
Grahame Grieve 8706b3c4a4
Merge pull request #702 from hapifhir/gg-202201-r4b
Add R4B code + update generator for R4B generation
2022-01-02 09:52:21 +11:00
Grahame Grieve 984bc9b6cb ping build 2022-01-02 07:46:37 +11:00
Grahame Grieve a44eeafe3b update pom 2022-01-02 06:25:39 +11: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 2962f6e5cd more pom work 2022-01-01 18:08:01 +11:00
Grahame Grieve fe4ba3e15a update pom 2022-01-01 16:48:18 +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
jamesagnew 18c016af35 Add changelog 2021-12-28 12:09:58 -05:00
Grahame Grieve 64fb94fcef
Merge pull request #700 from hapifhir/gg-202112-r5-searchparams
restore search parameters
2021-12-28 09:07:24 +11: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
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
Paul Robson b785940a2b refactor: inline method 2021-12-22 12:58:35 -05:00
Paul Robson c80b7eae10 refactor: add display name to test 2021-12-22 11:54:19 -05:00
Paul Robson 9171c39d59 refactor: extract private helper methods 2021-12-22 11:53:24 -05:00
Paul Robson f941329fcc bug: check temporary variable hasn't been set yet 2021-12-22 11:50:43 -05:00
Paul Robson 369744488d test: check that coding is translated 2021-12-22 11:50:05 -05:00
Paul Robson 137592ecbf test: check that coding is translated 2021-12-22 11:47:23 -05: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