Jim Balhoff
673e36b989
Merge branch 'master' into rdf-wg-r5-merging
2023-01-04 15:04:48 -05:00
Grahame Grieve
db48892b66
fix failing test
2023-01-03 14:57:08 +11:00
Grahame Grieve
f3fc19a906
refactor profile generation (utils -> renderer) + add new views
2023-01-03 14:54:11 +11:00
Grahame Grieve
b894cc6da7
Merge pull request #1048 from qligier/pr-fix-text-appending
...
Fix appending text in ProfileUtilities
2022-12-31 09:10:24 +11:00
Quentin Ligier
858c06f097
Fix appending text in ProfileUtilities
...
If the base text was null, appending a text in the derived element (using "...") would show a "null" before the text. This commit adds the method Utilities.appendDerivedTextToBase() to implement to correct behavior.
2022-12-23 18:52:47 +01:00
Grahame Grieve
37844bd395
update xver dependency
2022-12-17 08:07:43 +11:00
Grahame Grieve
6b1ae35ef3
* Add validator support for fhir_comments in R2/R2B ( #1042 ) + Add validator checks around versions in extension URLs
2022-12-17 07:11:06 +11:00
Grahame Grieve
8b7890bea2
removing caching package client - rests on invalid assumptions
2022-12-16 08:49:30 +11:00
Grahame Grieve
9aeb39671b
fix to get tests passing again. If I'm lucky
2022-12-14 11:54:14 +11:00
Grahame Grieve
72eae55218
fix new bug in package manager
2022-12-14 09:59:25 +11:00
Grahame Grieve
e9d8400a78
fix package loading bug
2022-12-14 09:09:53 +11:00
Grahame Grieve
d1d391496e
upgrade to new R5 release
2022-12-13 21:13:29 +11:00
Grahame Grieve
f5d486f171
refactoring package-list.json handling
2022-12-12 19:54:37 +11:00
Grahame Grieve
1786122763
Update org.hl7.fhir.utilities/src/main/resources/Messages.properties
...
Co-authored-by: Vadim Peretokin <vperetokin@hey.com>
2022-12-09 23:30:59 +11:00
Grahame Grieve
ee8a58b7e1
Update org.hl7.fhir.utilities/src/main/resources/Messages.properties
...
Co-authored-by: Vadim Peretokin <vperetokin@hey.com>
2022-12-09 23:30:06 +11:00
Grahame Grieve
7c2c44b333
Add Accept header fetching JSON
2022-12-09 20:09:12 +11:00
Grahame Grieve
474f84c903
fix bug doing version comparison
2022-12-09 20:09:01 +11:00
Grahame Grieve
771fb0ac00
Changes related to validation of document and message links
2022-12-09 11:09:17 +11:00
Grahame Grieve
064c4ce896
Add contents to .index.json in package (per update to spec)
2022-12-06 16:21:56 +11:00
Grahame Grieve
66f46bc319
remove test that shouldn't have been committed
2022-12-05 17:56:12 +11:00
Grahame Grieve
b778641cf6
fix bug in XHTML generation
2022-12-05 17:27:52 +11:00
Grahame Grieve
5d29a88552
fix npe appending slashes
2022-12-05 17:27:43 +11:00
Grahame Grieve
a0c28f3326
Round trip XHTML faithfully wrt empty elements
2022-12-05 13:41:31 +11:00
Grahame Grieve
cd8c970045
Add logging to package client
2022-12-01 16:56:55 +11:00
Grahame Grieve
d24cc6c5ee
Merge remote-tracking branch 'origin/master'
2022-12-01 08:22:19 +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
Grahame Grieve
49f798de48
Consistency around rendering comments in examples in IGs
2022-11-26 22:24:17 -03:00
Grahame Grieve
53fb08ab19
update JSON parser used by validator to JSON5 parser
2022-11-26 18:24:29 -03:00
Grahame Grieve
363a95bb8a
more replacing json library
2022-11-25 22:37:43 -03:00
Grahame Grieve
450fa1d02c
minor improvements to json library
2022-11-25 22:37:18 -03:00
Grahame Grieve
61d998963a
fix debugging
2022-11-24 19:56:07 -03:00
Grahame Grieve
618f98e323
Add spanish messages
2022-11-24 18:02:02 -03:00
Grahame Grieve
1617315ed8
minor improvements to validator message
2022-11-24 17:58:15 -03:00
Grahame Grieve
80f275ff18
upgrade to new JSON parser
2022-11-24 17:57:46 -03:00
Grahame Grieve
b2e2c68f7e
minor typo fixes in validation messages
2022-11-22 12:45:33 -03:00
Grahame Grieve
24331956f1
Add rule date to validation messages so new rules can be highlighted
2022-11-22 05:58:02 -03:00
Grahame Grieve
8136b00c86
work on loading speed for validator
2022-11-21 18:46:47 -03:00
Grahame Grieve
8e3833f58a
Fix broken LOINC link
2022-11-19 03:39:35 -03:00
Grahame Grieve
28d107b4ae
Validate XHTML entities in XML
2022-11-17 15:21:17 -03:00
Grahame Grieve
47443acaf3
prepare release
2022-11-16 18:36:02 -03:00
Grahame Grieve
011e2488a3
New Json Parser
2022-11-16 15:11:33 -03:00
Grahame Grieve
24656a20fa
typo fix in name
2022-11-15 18:13:45 +11:00
Grahame Grieve
0f3e8be43b
Merge pull request #989 from vadi2/patch-1
...
Fix missing space in slicing validation failure message
2022-11-15 17:49:32 +11:00
Vadim Peretokin
2de7220db4
Fix missing space in slicing validation failure message
2022-11-14 21:18:38 +01:00
Grahame Grieve
cf7ef7218a
Merge pull request #979 from lmckenzi/NewIGHelp
...
Change default help location for tables
2022-11-15 07:18:13 +11:00
Grahame Grieve
231aae6043
Fix issue rendering resource by name
2022-11-14 18:04:27 +11:00
Grahame Grieve
e01216b7f3
more xver package related changes
2022-11-11 12:29:45 +11:00
Grahame Grieve
21b0577249
track hint about code validation
2022-11-10 05:16:10 +11:00
Grahame Grieve
96218a5ce4
refactor resource narrative generation rules
2022-11-10 05:14:59 +11:00