Grahame Grieve
4a11c5ffe1
fix failing test
2023-08-11 14:16:15 +10:00
Grahame Grieve
6041660e9b
Improved error messages on server failure
2023-08-11 14:16:09 +10:00
Grahame Grieve
991a2defee
Start working on showing changes when rendering
2023-08-11 12:26:21 +10:00
Grahame Grieve
b7fd419509
Check experimental / draft in mini terminology service
2023-08-11 12:25:37 +10:00
Grahame Grieve
1208d691b2
Fix loading issues in test mode for simplifier packages
2023-08-11 12:25:01 +10:00
Grahame Grieve
9625f9b818
remove spurious logging
2023-08-11 12:24:38 +10:00
Grahame Grieve
d9df51fa63
Add test case for PE Engine based on issue #1343
2023-08-11 12:24:25 +10:00
Grahame Grieve
b85b588825
restructure validators to properly validate deprecated dependencies
2023-08-11 12:24:08 +10:00
Grahame Grieve
5aefd6a268
add flat mode to tests, and add experimental functionality
2023-08-11 12:11:22 +10:00
Grahame Grieve
cce9d9cdac
Merge pull request #1388 from hapifhir/ExampleScenarioPause
...
Added support for pause
2023-08-10 00:05:00 +10:00
Grahame Grieve
952dedd06b
#1343 - addChild error in PEBuilder
2023-08-09 19:48:01 +10:00
Grahame Grieve
93868669fe
Fix issue in FHIRPath .combine focus handling
2023-08-09 16:29:08 +10:00
Grahame Grieve
8d826aba44
fix rendering issue in subscription topic
2023-08-09 16:27:56 +10:00
Lloyd McKenzie
d8c8f26e2b
Fix bad link in response
2023-08-08 19:55:17 -06:00
Lloyd McKenzie
7155b940fd
Added support for pause
2023-08-08 14:18:50 -06:00
Grahame Grieve
4b006f82ab
delay loading content when loading IGs
2023-08-08 21:36:46 +10:00
Grahame Grieve
752f0e1983
fix bug in warning about No valid Display Names found
2023-08-08 19:58:51 +10:00
Grahame Grieve
4c132852c0
include ExampleScenario renderer in factory and refactor
2023-08-08 19:58:27 +10:00
Lloyd McKenzie
820a945807
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into ExampleScenarioRendering
2023-08-07 09:27:29 -06:00
Lloyd McKenzie
6eeeb2400f
Removed debug code, handle escaping of aliases
2023-08-07 09:27:05 -06:00
markiantorno
9c3a6a7f37
Updating version to: 6.0.26-SNAPSHOT and incrementing test cases dependency.
2023-08-04 17:55:11 +00:00
markiantorno
bc3f348108
Release: v6.0.25
...
## Validator Changes
* Fix problem with evaluating extension contexts
* Fix up support for inactive codes and fix error message syntax
* Fix issue with collection status of resolve() being wrong
* Improved paths in profile error messages
* Fix problem with extension slicing being missed sometimes.
* Fix problem with code validation caching ignoring whitespace
* Produce useful error message when whitespace is wrong in display name
* Support for x-version extensions when generating snapshots
## Other code changes
* Render inactive property in expansions
* Resolve URL for x-version extensions
* Don't warn for loading a wrong version package more than once
* Do not supercede R4 terminology when loading R5 IGs
* Migrate type support when generating differentials
***NO_CI***
2023-08-04 17:27:42 +00:00
Grahame Grieve
4727bc57ff
Fix up support for inactive codes and fix error message syntax
2023-08-04 18:44:40 +10:00
Grahame Grieve
f1571ea2b4
Do not supercede R4 terminology when loading R5 IGs
2023-08-04 18:42:40 +10:00
Grahame Grieve
e0b9a6dcc7
migrate type support when generating differentials
2023-08-04 18:42:18 +10:00
Grahame Grieve
7da1e419e9
remove unwanted debugging statements
2023-08-04 11:57:18 +10:00
Grahame Grieve
c069538d2e
what happened to that code?
2023-08-04 11:54:18 +10:00
Grahame Grieve
ad08255740
Merge remote-tracking branch 'origin/master'
2023-08-04 11:49:19 +10:00
Grahame Grieve
45b5631e62
Fix issue with collection status of resolve() being wrong
2023-08-04 11:47:44 +10:00
Grahame Grieve
8cc698af5d
Improved paths in profile error messages, and fix problem with extension slicing being missed sometimes.
2023-08-04 11:47:08 +10:00
dotasek
f835c7efe4
Only trim whitespace outside of the json
2023-08-03 16:38:42 -04:00
Grahame Grieve
6d0883468b
2023 08 gg extension paths ( #1380 )
...
* fix problem with whitespace in terminology caching
* Support for x-version extensions when generating snapshots
* Fix problem with evaluating extension contexts
* Produce useful error message when whitespace is wrong in display name
* Resolve URL for x-version extensions
* render inactive property in expansions
* fix tests
* ping build
* Point to correct test-cases version
---------
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2023-08-03 16:12:48 -04:00
Grahame Grieve
b668f4a04a
fix tests
2023-08-03 21:33:57 +10:00
Grahame Grieve
dfc8a006e2
render inactive property in expansions
2023-08-03 20:29:22 +10:00
Grahame Grieve
ecefe55cd5
Resolve URL for x-version extensions
2023-08-03 20:29:00 +10:00
Grahame Grieve
3a5dffa4a7
Produce useful error message when whitespace is wrong in display name
2023-08-03 20:28:42 +10:00
Grahame Grieve
df4432b49d
Fix problem with evaluating extension contexts
2023-08-03 20:28:04 +10:00
Grahame Grieve
09b6fda419
Support for x-version extensions when generating snapshots
2023-08-03 20:27:20 +10:00
Grahame Grieve
24d67798d6
fix problem with whitespace in terminology caching
2023-08-03 20:26:57 +10:00
markiantorno
011167a218
Updating version to: 6.0.25-SNAPSHOT and incrementing test cases dependency.
2023-08-02 23:28:12 +00:00
markiantorno
42274a7bd3
Release: v6.0.24
...
## Validator Changes
* Create warnings for status on terminology resources
* Don't load resources from core examples package
## Other code changes
* fix up copy directory for case differences
***NO_CI***
2023-08-02 23:02:37 +00:00
Lloyd McKenzie
9cb786bcd4
Changed to use StringBuilder as recommended
2023-08-02 10:59:05 -06:00
Grahame Grieve
b23e31d44c
fix narrative rendering
2023-08-02 22:53:57 +10:00
Grahame Grieve
42aef4ad40
fix for npe
2023-08-02 21:38:01 +10:00
Grahame Grieve
32f2f6acc7
warnings for status on terminology resources
2023-08-02 18:12:02 +10:00
Lloyd McKenzie
3c06f76df7
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into FixExampleScenarioConversion
2023-08-01 09:38:11 -06:00
Lloyd McKenzie
cbebc13501
Added support for ExampleScenario rendering
2023-08-01 09:37:30 -06:00
Grahame Grieve
d314a927af
FIx up problem resolving URLs
2023-07-31 14:38:09 +10:00
Grahame Grieve
be8276bd4a
Add rendering for UsageContext
2023-07-31 14:37:51 +10:00
Grahame Grieve
b42c908328
More improved FHIRPath checking when validating
2023-07-31 14:37:41 +10:00