5206 Commits

Author SHA1 Message Date
Grahame Grieve
f3182b9781 Merge remote-tracking branch 'origin/master' 2023-04-27 08:01:03 +10:00
Grahame Grieve
085ddde843 bump major version 2023-04-27 08:00:56 +10:00
Grahame Grieve
6bd3ee2644
Merge pull request #1226 from hapifhir/do-20230414-subscription-conversions
Add SubscriptionTopic and SubscriptionStatus conversions for R4B <-> R5
2023-04-27 07:54:33 +10:00
Grahame Grieve
53c2f18b6d finish release notes 2023-04-27 07:19:53 +10:00
dotasek
5683f10d92 Add missing fields 2 2023-04-26 17:17:29 -04:00
dotasek
a006b194c1 Add missing fields to r5-r4b 1 2023-04-26 14:27:00 -04:00
dotasek
9b042abc5f
Update RELEASE_NOTES.md 2023-04-26 09:44:18 -04:00
dotasek
b89faa2c59
Add -fhir-settings link to release notes
**NO_CI***
2023-04-26 09:31:01 -04:00
Grahame Grieve
92fed1aed3 Merge remote-tracking branch 'origin/master' 2023-04-26 22:53:38 +10:00
Grahame Grieve
e1ce84e12e release notes 2023-04-26 22:53:32 +10:00
Grahame Grieve
1f76c6e944
Merge pull request #1230 from hapifhir/MapValidationStuff
Fix IG Loader problems where map conversion no longer works with a 'n…
2023-04-26 22:24:51 +10:00
dotasek
437430de39 Use Integer64_43_50 for eventNumber conversion
+ delete dead code
2023-04-25 17:58:36 -04:00
Grahame Grieve
10150841dd
Merge pull request #1232 from hapifhir/gg-202304-validator-translations
Gg 202304 validator translations
2023-04-26 06:38:50 +10:00
Grahame Grieve
d04242446e standardise lang matching 2023-04-25 21:52:17 +10:00
Grahame Grieve
7487c978f2 fix code system rendering when only 1 or 2 translations 2023-04-25 21:51:59 +10:00
Grahame Grieve
3ed7813973 language translations support in validator 2023-04-25 21:51:31 +10:00
Grahame Grieve
256964cfc2
Merge pull request #1231 from hapifhir/gg-202304-tx-tests-more
Gg 202304 tx tests more
2023-04-25 03:05:44 +08:00
Grahame Grieve
b6b4fbcd0c more tx test fixes 2023-04-24 23:08:29 +10:00
Grahame Grieve
20f73e2094 fix spelling mistakes 2023-04-24 23:07:09 +10:00
Lloyd McKenzie
5e8f97f57c Fix IG Loader problems where map conversion no longer works with a 'null' context 2023-04-23 14:20:45 -06:00
Grahame Grieve
f82c3a6c4f Merge remote-tracking branch 'origin/master' 2023-04-22 18:56:07 +08:00
Grahame Grieve
907126703f fix default server settings 2023-04-22 18:55:56 +08:00
Grahame Grieve
fbaff6cdb0 add -install for packages 2023-04-21 18:53:20 +08:00
Grahame Grieve
1498823d5f fix error processing nucc locally 2023-04-21 18:53:03 +08:00
Grahame Grieve
fe86ab1d7c reorg server settings 2023-04-21 18:52:36 +08:00
Grahame Grieve
41fc99a8f7
Merge pull request #1228 from hapifhir/gg-202304-tx-updates
Gg 202304 tx updates
2023-04-21 18:49:54 +08:00
Grahame Grieve
45005b9ff7 fix server 2023-04-21 14:17:15 +08:00
Grahame Grieve
dd9df96df5 fix loopback for eclipse? 2023-04-21 12:26:44 +08:00
Grahame Grieve
5a4d7f4831 remove id from terminology service tests 2023-04-21 12:26:28 +08:00
Grahame Grieve
580079f26d allow to prohibit network access from within code 2023-04-21 12:25:54 +08:00
Grahame Grieve
81b3295f3c fix path problem 2023-04-21 12:25:10 +08:00
Grahame Grieve
4d94a064a7 remove file no longer used in R4 tests - moved to test cases repo 2023-04-21 12:24:59 +08:00
Grahame Grieve
a3dc74f3e2 fix bug digging into property type 2023-04-21 12:24:37 +08:00
Grahame Grieve
696f060da3 Remove wrong id from generated value sets 2023-04-21 12:23:37 +08:00
Grahame Grieve
ec0bc3c147 Remove wrong id from generated value sets + fix bug generating enumerated value sets 2023-04-21 12:23:31 +08:00
Grahame Grieve
de4da1eab5 Remove spurious header from ConceptMap rendering 2023-04-21 12:21:58 +08:00
dotasek
9b4b1ae2cc
Add -fhir-settings param to Validator CLI (#1203)
* Start work

* Tests for new Param

* More tests, add param, refactor

* Rename + JsonProperty annotations

* Logging for API keys

* WIP rename search parameter + add settings object for serialization

* Switch to JSON based settings file.

* Rename FHIRSettings and remove ToolGlobalSettings

* Update default path for settings file + expand test

* Only allow single instantiation with explicitFilePath

* Move and expand tests

* Fix failing test

* Add test for FhirSettings param precedence

* Refactor to only call getInstance() internally in FhirSettings
2023-04-19 17:18:29 -04:00
dotasek
13099f513d Fix typo 2023-04-19 15:55:28 -04:00
dotasek
16cd20a022 Undo some IntelliJ wildcards
Make classes explicitly from a package inline, otherwise, mid-class, all these things get confusing.
2023-04-18 17:19:38 -04:00
dotasek
e34411d4e5 Convert modifiers and comparators 2023-04-18 17:13:46 -04:00
dotasek
b740c8f998 Use Enumeration<> factories and methods instead of direct values 2023-04-18 13:59:28 -04:00
dotasek
99a937c737 Implement conversion 2023-04-18 11:32:58 -04:00
dotasek
237a9c99f0
Bump jackson (#1222) 2023-04-18 09:49:53 -04:00
James Agnew
2fd0a07d9f Return ID part when FhirPath expression result is converted to string 2023-04-18 09:07:57 -04:00
Grahame Grieve
3a2b5b1be4
Merge pull request #1224 from hapifhir/gg-202304-rework-tx3
Gg 202304 rework tx3
2023-04-18 11:50:50 +08:00
Grahame Grieve
5ebd695e79 don't build new manifest 2023-04-18 10:31:24 +08:00
Grahame Grieve
5ec1bd9f67 fix npe 2023-04-18 09:51:23 +08:00
Grahame Grieve
f60f377a66 update tx cache for vlaidation 2023-04-18 09:42:08 +08:00
Grahame Grieve
2d7dfc1ee9 remove spurious debugging code 2023-04-18 09:41:58 +08:00
Grahame Grieve
cdadde108f fix problem with leaf rendering in profile driven renderer 2023-04-18 09:41:44 +08:00