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
Grahame Grieve
9c0732158b
fully convert package version
2022-12-05 13:40:03 +11:00
Grahame Grieve
21102fa8d7
fix version converter for code systems
2022-12-05 13:38:17 +11:00
Grahame Grieve
cd8c970045
Add logging to package client
2022-12-01 16:56:55 +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
6139189ecc
Merge remote-tracking branch 'origin/master'
2022-12-01 13:35:36 +11:00
Grahame Grieve
2ee93d996c
release
2022-12-01 13:35:25 +11:00
Mark Iantorno
e22e8f94a7
Updating test case dependency to v1.1.128
...
***NO_CI***
2022-12-01 02:29:40 +00:00
Grahame Grieve
b72ad61f34
Merge remote-tracking branch 'origin/master'
2022-12-01 12:42:49 +11:00
Grahame Grieve
d6500cbb49
Merge pull request #1024 from hapifhir/gg-202211-ref-pack
...
Gg 202211 ref pack
2022-12-01 11:22:55 +11:00
Grahame Grieve
9a106b83a3
add release notes
2022-12-01 08:48:58 +11:00
Grahame Grieve
75f2d11195
Merge branch 'master' into gg-202211-ref-pack
2022-12-01 08:48:36 +11: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
c3cb8adf97
Merge pull request #1016 from hapifhir/do-immunization30_40-notgiven
...
Fix handling of Immunization notGiven and status
2022-12-01 08:19:38 +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
5dbc1dc85a
Merge pull request #1023 from aehrc/ml-202211-fix-validatecode-typing-error
...
Fix handling of validate-code response for #1022
2022-12-01 08:17:46 +11:00
Grahame Grieve
fedfa88ffb
refactor resource reference resolution to use package dependencies whereever possible
2022-12-01 08:16:00 +11:00
dotasek
d53aabe2e5
Do not delete previously undefined xmlns attributes when processing Xhtml nodes ( #985 )
...
* Add tests
* Add back unseen namespace attributes
* Gentle refactor, document setOriginalNamespacePrefix
* Update validator_test_case_version
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-11-30 16:01:28 -05:00
dotasek
196862b6b2
Ignore notGiven extension + refactor
2022-11-30 10:09:04 -05: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
dotasek
4194cab4e0
Update RELEASE_NOTES.md
...
***NO_CI***
2022-11-29 17:53:45 -05:00
dotasek
aaa28b504c
Update RELEASE_NOTES.md
...
***NO_CI***
2022-11-29 17:53:19 -05:00
dotasek
6d11fe9546
Update pom.xml
...
Remove SNAPSHOT from fhir-test-cases version
2022-11-29 16:58:21 -05: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
4b09c2ff2d
Update RELEASE_NOTES.md
...
***NO_CI***
2022-11-29 14:40:26 -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 ba828cbb0e
.
2022-11-29 14:39:59 -05:00
dotasek
929582d8f4
Update RELEASE_NOTES.md
...
***NO_CI***
2022-11-29 14:36:26 -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
dotasek
69db452501
Expand tests, fix breaks
2022-11-29 14:28:10 -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
dotasek
2daeaec173
Rename
2022-11-29 12:44:07 -05:00
dotasek
4bfe5208b0
Update RELEASE_NOTES.md
...
***NO_CI***
2022-11-29 12:10:39 -05: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
dotasek
8d485c0f34
Expand tests, fix break
2022-11-28 18:47:58 -05:00
dotasek
fce80bb9b1
Fix unnecessary switch. Refactor tests.
2022-11-28 18:28:34 -05:00
dotasek
9e6700d9a9
Pass initial tests
2022-11-28 17:05:57 -05:00
dotasek
cce0d42c0e
GitHub complains about missing newlines.
2022-11-28 15:12:17 -05:00