5785 Commits

Author SHA1 Message Date
Grahame Grieve
e2f9ee0fb8
Merge pull request #1389 from hapifhir/2023-08-gg-combine-fixes
2023 08 gg combine fixes
2023-08-10 00:04:28 +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
Grahame Grieve
d129256742 fix fragment generation 2023-08-09 16:27:25 +10:00
Grahame Grieve
444c33da2a
Merge pull request #1387 from hapifhir/2023-08-gg-byte_provider
2023 08 gg byte provider
2023-08-08 23:04:47 +10:00
Grahame Grieve
4b006f82ab delay loading content when loading IGs 2023-08-08 21:36:46 +10:00
Grahame Grieve
abcad6db38 update tests dependency 2023-08-08 19:59:34 +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
Grahame Grieve
8094604da0 rework CPT import 2023-08-08 19:57:55 +10:00
Grahame Grieve
f9ef847a35
Merge pull request #1376 from hapifhir/ExampleScenarioRendering
Example scenario rendering
2023-08-08 19:43:15 +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
Grahame Grieve
1dd1c4ad90 better error when extension URL not fixed 2023-08-05 20:58:49 +10:00
Grahame Grieve
5a59db667f Merge remote-tracking branch 'origin/master' 2023-08-05 20:58:24 +10:00
Grahame Grieve
1fd7efe28b CPT Importer 2023-08-05 20:58:16 +10:00
dotasek
2681867d2d
Update manual.yml 2023-08-04 16:59:40 -04:00
dotasek
2398dd927c
Update manual.yml (#1385) 2023-08-04 16:53:26 -04:00
dotasek
c1da51e16c
Create manual.yml 2023-08-04 16:51:01 -04:00
dotasek
3361e93bdf
License check action (#1384)
* Add scripts + support docs for license check action

* Switch to genuine bash
2023-08-04 16:29:17 -04: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***
6.0.25
2023-08-04 17:27:42 +00:00
dotasek
b968aae1b0 Bump to fhir-test-cases 1.3.25 2023-08-04 11:50:12 -04:00
Grahame Grieve
006058a379 release notes 2023-08-04 22:46:21 +10:00
Grahame Grieve
5b738925fe
Merge pull request #1383 from hapifhir/2023-08-gg-inactive-codes
2023 08 gg inactive codes
2023-08-04 22:39:22 +10:00
Grahame Grieve
26b41ee080 fix server address 2023-08-04 20:48:05 +10:00
Grahame Grieve
e237f289bd Don't warn for loading a wrong version package more than once 2023-08-04 18:45:23 +10: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
ba6aa542f6
Merge pull request #1381 from hapifhir/do-20230803-terminology-cache-key-trim
TerminologyCache - only trim whitespace outside of the json keys
2023-08-04 11:48:30 +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
73127f1f3a ping build 2023-08-04 00:07:10 +10: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***
6.0.24
2023-08-02 23:02:37 +00:00
Mark Iantorno
6950dba75b Updating test case dependency to v1.3.24
***NO_CI***
2023-08-02 21:58:57 +00:00