Grahame Grieve
659457bb65
Merge branch 'master' into gg-202212-r5-update
2022-12-14 11:55:31 +11:00
Grahame Grieve
72eae55218
fix new bug in package manager
2022-12-14 09:59:25 +11:00
Grahame Grieve
2a7136021f
Allow any for resource enum
2022-12-14 07:05:39 +11:00
Grahame Grieve
38c4785236
reverse SearchParameter.base change
2022-12-14 06:29:21 +11:00
Grahame Grieve
0cf8cbcba5
fix failing tests
2022-12-13 22:17:45 +11:00
Grahame Grieve
d1d391496e
upgrade to new R5 release
2022-12-13 21:13:29 +11:00
markiantorno
0e619971c4
Updating version to: 5.6.87-SNAPSHOT and incrementing test cases dependency.
2022-12-12 20:14:04 +00:00
markiantorno
bbf74e6f91
Release: v5.6.86
...
## Validator Changes
* Change Java minimum version from 8 to 11
* Fix Error message missing parameter (very minor fix)
## Other code changes
* Refactoring package-list.json handling
***NO_CI***
2022-12-12 19:56:58 +00:00
markiantorno
915d5e89b7
Updating version to: 5.6.86-SNAPSHOT and incrementing test cases dependency.
2022-12-09 18:40:17 +00:00
markiantorno
c01a9444a4
Release: v5.6.85
...
## Validator Changes
* Change rules around Document and Link Message validation (see [Jira](https://jira.hl7.org/browse/FHIR-39502 ) and [Zulip](https://chat.fhir.org/#narrow/stream/179252-IG-creation/topic/Entry.20isn't.20reachable.20by.20traversing.20from.20first.20Bundle.20entry ) for details)
* Allow https://example in questionnaire example links
## Other code changes
* Rendering Improvements for deprecated codes Including deprecation reason
* Add Accept header fetching JSON
* Fix version comparison bug
* Fixes for producing profile summary in IGs
* Add contents to .index.json and bump to v2
* Fix stated package & version in alternate versions packages
* Refactor ProfileUtilities.generateSnapshot
* Fix bug in XHTML generation around empty tags
* Fix NPE appending slashes
* Fix rendering timing to not use a specific verb
* Fix R2 - RX ValueSet convertor for Code Systems
***NO_CI***
2022-12-09 18:23:37 +00:00
Grahame Grieve
5f2317a87c
Merge remote-tracking branch 'origin/master'
2022-12-09 23:34:24 +11:00
Grahame Grieve
dd7ca2182a
rendering improvements for deprecated codes
2022-12-09 23:28:58 +11:00
Grahame Grieve
f8a0e82785
Add standards status reason
2022-12-09 20:08:51 +11:00
Grahame Grieve
771fb0ac00
Changes related to validation of document and message links
2022-12-09 11:09:17 +11:00
Grahame Grieve
73cd123234
Merge pull request #1028 from hapifhir/gg-202212-xlsx-csv
...
Gg 202212 xlsx csv
2022-12-07 06:11:32 +11:00
Grahame Grieve
3ee52938d6
updates for all-profiles csv and xlsx
2022-12-06 16:21:33 +11:00
dotasek
a67ca99786
Profile Utilities refactor ( #1027 )
...
* Refactor 1 rename and starter comments
* Refactor 2 more renaming make method for match
* Make final what can be final
* Wrap root call to processPaths
* WIP Create ProfilePathProcessor
* Redo method scoop, move internal classes
* Use profileUtilities instance
* Finish scoop. Tests pass.
* Finish scoop for real this time.
* Encapsulate cursors
* Delete unused params
* Split path processing into two branches
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-12-05 17:32:16 -05:00
Grahame Grieve
a0c28f3326
Round trip XHTML faithfully wrt empty elements
2022-12-05 13:41:31 +11:00
Grahame Grieve
cacf27428e
Fix rendering of Timing to not have specific verb
2022-12-05 13:41:01 +11:00
Grahame Grieve
54875fd17e
fix broken link to base spec
2022-12-05 13:40:17 +11:00
markiantorno
7966deb05c
Updating version to: 5.6.85-SNAPSHOT and incrementing test cases dependency.
2022-12-01 05:52:06 +00:00
markiantorno
b0d3dae149
Release: v5.6.84
...
## Validator Changes
* Perform canonical resolution using package dependencies even for version specific references (workaround for VSAC bad behaviour)
## Other code changes
* Fix conversion between R3 andR4/R5 for Immunization.notGiven
* Fix parameter handling for tx server responses
* Add cast support for more types in FML implementation
* Fixes to GQL Schema generation
***NO_CI***
2022-12-01 05:35:31 +00:00
Grahame Grieve
8b5cb283af
suppress logging
2022-12-01 08:26:07 +11:00
Grahame Grieve
d24cc6c5ee
Merge remote-tracking branch 'origin/master'
2022-12-01 08:22:19 +11:00
Grahame Grieve
8d6f2ff57d
Merge pull request #1020 from ahdis/oe_r5_structuremap_cast
...
FHIR Mapping Language: cast support for more types #1019
2022-12-01 08:18:27 +11:00
Grahame Grieve
fedfa88ffb
refactor resource reference resolution to use package dependencies whereever possible
2022-12-01 08:16:00 +11:00
Grahame Grieve
d79ac9ba66
Merge remote-tracking branch 'origin/master'
2022-11-30 16:34:51 +11:00
Michael Lawley
518e5559c7
fix for #1022
2022-11-30 10:20:57 +10:00
Grahame Grieve
8f9261febf
#1022 - fix expected type for Code Validation parameters
2022-11-30 11:04:47 +11:00
markiantorno
19e957ef53
Updating version to: 5.6.84-SNAPSHOT and incrementing test cases dependency.
2022-11-29 23:46:32 +00:00
markiantorno
b939b33040
Release: v5.6.83
...
## Validator Changes
* no changes
## Other code changes
* Update FHIR test cases to released version
***NO_CI***
2022-11-29 23:29:15 +00:00
Grahame Grieve
aaa53cdfb0
#1005 - fix graphql processing issue
2022-11-30 08:32:25 +11:00
Grahame Grieve
5225640e50
Merge pull request #1018 from hapifhir/ja_20221129_graphql_type_cleanup
...
Correct GraphQL Schema Validation Errors
2022-11-30 08:18:35 +11:00
Oliver Egger
2d8885d4e3
FHIR Mapping Language: cast support for more types #1019
2022-11-29 22:15:02 +01:00
James Agnew
2744b5eeed
Fixes to schema generator
2022-11-29 14:42:47 -05:00
dotasek
8f1f961315
Revert "BugFix: Accepts null base in all implementations of FHIRPathEngines.evaluate(Base base, String path) to match all other evaluate methods. ( #1015 )" ( #1017 )
...
This reverts commit ba828cbb0e0824e4365a45208e4da6f72342d048.
2022-11-29 14:39:59 -05:00
Vitor Pamplona
ba828cbb0e
BugFix: Accepts null base in all implementations of FHIRPathEngines.evaluate(Base base, String path) to match all other evaluate methods. ( #1015 )
2022-11-29 14:35:39 -05:00
markiantorno
ab00f53ee7
Updating version to: 5.6.83-SNAPSHOT and incrementing test cases dependency.
2022-11-29 18:22:35 +00:00
markiantorno
b11bf21f9b
Release: v5.6.82
...
## Validator Changes
* no changes
## Other code changes
* Fix Turtle generation
***NO_CI***
2022-11-29 18:05:15 +00:00
Grahame Grieve
1048a483a2
Fix turtle generation ( #1014 )
...
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2022-11-29 11:29:04 -05:00
Grahame Grieve
adfd0d26e6
Fix turtle generation
2022-11-30 01:40:07 +11:00
James Agnew
82bd4e5c25
Work on cleanup
2022-11-29 07:54:58 -05:00
markiantorno
63f905d184
Updating version to: 5.6.82-SNAPSHOT and incrementing test cases dependency.
2022-11-28 18:44:16 +00:00
markiantorno
2715d811dc
Release: v5.6.81
...
## Validator Changes
* Avoid repeated R5 Extension loading in ValidatorService
* Fix problems validating logical models
* Fix `-locale` parameter functionality
* Add Spanish internationalization phrases
## Other code changes
* ProfileUtilities: Provide Standards Status in tree view
* JSONParser: numerous r4b/r5 speed improvements and fixes
* FHIRPathEngine: Catch exceptions resolving references in r5
* Handle null source and target in ConceptMap conversions
* Provide consistent rendering of comments in examples in IGs
* Preparations for changes to IG Publisher narrative generation
* Fix for Identifier.use conversion in dstu3
***NO_CI***
2022-11-28 18:23:09 +00:00
Grahame Grieve
1b07d221ea
Merge remote-tracking branch 'origin/master'
2022-11-28 12:28:07 -03:00
Grahame Grieve
a49a82aab5
capture exception chasing references
2022-11-28 12:27:41 -03:00
Grahame Grieve
9405d0b715
Fix problems validating logical models
2022-11-28 12:27:26 -03:00
Grahame Grieve
35774955ae
Produce Standards Status in tree view
2022-11-28 12:26:58 -03:00
Grahame Grieve
65863d88d1
Merge pull request #1012 from hapifhir/gg-202211-json-comments
...
Consistency around rendering comments in examples in IGs
2022-11-27 05:33:35 -03:00
Grahame Grieve
49f798de48
Consistency around rendering comments in examples in IGs
2022-11-26 22:24:17 -03:00