dotasek
9b4b1ae2cc
Add -fhir-settings param to Validator CLI ( #1203 )
...
* Start work
* Tests for new Param
* More tests, add param, refactor
* Rename + JsonProperty annotations
* Logging for API keys
* WIP rename search parameter + add settings object for serialization
* Switch to JSON based settings file.
* Rename FHIRSettings and remove ToolGlobalSettings
* Update default path for settings file + expand test
* Only allow single instantiation with explicitFilePath
* Move and expand tests
* Fix failing test
* Add test for FhirSettings param precedence
* Refactor to only call getInstance() internally in FhirSettings
2023-04-19 17:18:29 -04:00
James Agnew
2fd0a07d9f
Return ID part when FhirPath expression result is converted to string
2023-04-18 09:07:57 -04:00
Grahame Grieve
02bd1d8ce7
more fixing for language handling issues
2023-04-18 09:40:49 +08:00
Grahame Grieve
81d26c5160
work on no-network-access mode
2023-04-18 09:39:59 +08:00
Grahame Grieve
c9416e9a56
Merge remote-tracking branch 'origin/master'
2023-04-14 18:01:18 +10:00
Amir Toosi
b09e536387
Fix HumanName getNameAsSingleString never returning text element ( #1207 )
...
* Fix HumanName getNameAsSingleString never returning text element
* Add test + gentle rename in joinStringsSpaceSeparated
* removed unused variable from unit test. added fix for getNameAsSingleString to r5.
* changed variable names in joinStringSpaceSeparated to more meaningful names
* Add tests and fixes for dstu2016may, dstu3, and r4b + gentle refactor
---------
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2023-04-12 14:31:58 -04:00
Grahame Grieve
03eb6e7bf0
more work doing terminology server testing
2023-04-08 15:06:51 +10:00
Grahame Grieve
0bbff8d14d
rework package cache manager - add testing mode
2023-04-02 23:06:29 +10:00
Grahame Grieve
f796ffc57f
fix issues with help16.png
2023-03-21 18:21:42 +11:00
Grahame Grieve
fdbe28fb13
fix R5 version issues in R4
2023-03-09 22:19:50 +11:00
Grahame Grieve
0c26f09721
revise whitespace handling for unicode conformance in validator
2023-03-07 06:25:45 +11:00
Grahame Grieve
2bd73c650e
Work on StructureMap validation
2023-02-27 07:30:04 +11:00
Grahame Grieve
38a55d261d
update table generator to suppress external links in base row and column
2023-02-18 15:13:13 +11:00
Grahame Grieve
2628f6fac1
FHIRPath changes for as - case and singleton issues
2023-02-03 12:11:53 +11:00
dotasek
3ff9b9e937
Fix FHIRPath message for HAPI Test Case
...
An Invalid FHIRPath message is tested in HAPI-FHIR FhirPathFilterInterceptorTest.testFilteredResponse_ExpressionIsInvalid()
2023-01-31 17:02:12 -05:00
Grahame Grieve
f8e6371e1f
Merge branch 'master' into gg-202301-sm-errors
2023-01-20 19:44:24 +11:00
dotasek
f58b7acfb5
Swaps isBase64 with internal implementation for Android compatibility ( #1079 )
...
* Adding animal sniffer to display all issues related to android compatibility.
* Duplicate isBase64 internally
Co-authored-by: Vitor Pamplona <vitor@vitorpamplona.com>
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2023-01-18 18:40:24 -05:00
Grahame Grieve
26027fa3d6
update FHIRPath implementation for discussion at 84a07a6a92
2023-01-19 06:59:45 +11:00
Jens Kristian Villadsen
a24add4a4d
Merge branch 'hapifhir:master' into master
2023-01-17 11:01:04 +01:00
Grahame Grieve
7b99037199
fix BOM in java files
2023-01-17 12:49:14 +11:00
Grahame Grieve
01c131b29d
see PR 1075 - fix issue with setProperty() ignoring extensions
2023-01-17 11:22:42 +11:00
Jens Kristian Villadsen
fed5d0c2f7
Test showing that extensions are not carried over
2023-01-16 20:07:20 +01:00
Grahame Grieve
6c2a488402
fix type convertors to handle null
2023-01-16 10:12:59 +11:00
Grahame Grieve
b92e0e2ef0
Merge remote-tracking branch 'origin/master'
2023-01-14 09:04:04 +11:00
dotasek
ee9fc6e924
Add missing space to FHIRException message (matches r5 ResourceType now) ( #1067 )
...
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2023-01-11 16:28:46 -05:00
Grahame Grieve
6725563600
Update R4 FHIRPath implementation from R5, and get all tests passing
2023-01-10 07:16:08 +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
415d8acc12
Add R5 snapshot3 to R4 versions enum
2022-12-16 08:48:24 +11:00
Grahame Grieve
d1d391496e
upgrade to new R5 release
2022-12-13 21:13:29 +11:00
Grahame Grieve
80f275ff18
upgrade to new JSON parser
2022-11-24 17:57:46 -03:00
Grahame Grieve
8e3833f58a
Fix broken LOINC link
2022-11-19 03:39:35 -03:00
Grahame Grieve
b4d21b8263
Merge pull request #994 from hapifhir/gg-202211-xhtml-entities
...
Gg 202211 xhtml entities
2022-11-17 16:57:04 -03:00
Grahame Grieve
28d107b4ae
Validate XHTML entities in XML
2022-11-17 15:21:17 -03:00
dotasek
82972d5216
Add https-proxy param + fix proxy authorization header ( #888 )
...
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-11-17 11:27:21 -05:00
Grahame Grieve
e01216b7f3
more xver package related changes
2022-11-11 12:29:45 +11:00
dotasek
14fdb713d9
Backport TerminologyCache changes to r4, r4b
2022-11-03 17:47:48 -04:00
Grahame Grieve
1ae7093eef
#934 Parameters object's getParameter(String theParameterName) is misnamed
2022-11-02 08:51:17 +11:00
Grahame Grieve
b17735a15b
Add support for ActorDefinition
2022-10-17 11:43:33 +11:00
Lloyd McKenzie
ccde7dce2a
When we load StructureMaps from mapping files, make the mapping language the narrative.
2022-10-03 21:57:36 -06:00
dotasek
c51f7c2327
Enhanced testing for character encoding issues ( #928 )
...
* Redo pull pipeline to check for alternate file encodings
* Fix jdkVersion references in pull-request-pipeline
* Failing test for Cp1252 encoded Java environments
* Fix file encoding mistake
* Add fix + refactor test
* Backport ParserBase changes and tests to previous versions
* And I mean it, this time
* Update tx cache resources
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-09-23 10:38:10 -04:00
Grahame Grieve
35233ee1e5
R5 updates for IG publisher
2022-09-15 08:41:37 +02:00
Grahame Grieve
2b6c7aae39
more R5 fixes for IG publisher
2022-09-07 17:31:42 +10:00
Grahame Grieve
ac9a1fc2c7
Merge pull request #903 from hapifhir/do-datetimetype-gregorian-zero
...
Fix DateTimeType inconsistencies when using field setting
2022-08-26 06:43:03 +10:00
dotasek
e79b2bf199
Return lists for FHIRPath constants in r4 ( #902 )
...
* Test for r5
* Test for r4b
* r4 test + fix
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-08-25 10:02:13 -04:00
dotasek
f96b13e3b9
Repair r4
...
Why did that get undone?
2022-08-25 09:39:22 -04:00
dotasek
e406fe3645
dstu2016may + dstu3 tests + fix
2022-08-25 09:18:45 -04:00
dotasek
cc2ec05afe
Improve test
2022-08-24 15:24:45 -04:00
dotasek
5b1ac27b12
Fix
2022-08-24 14:54:08 -04:00
dotasek
f8d7aa755e
Failing tests
2022-08-24 14:53:56 -04:00
jamesagnew
056e41d19d
Add Reference.resource to output of copy().
2022-08-09 11:23:23 -04:00