Commit Graph

7464 Commits

Author SHA1 Message Date
Grahame Grieve 3b44992d82 set up release 2024-08-04 22:03:35 +08:00
Grahame Grieve 8790780feb fix npe 2024-08-04 10:39:23 +08:00
Grahame Grieve e73447939b improve performance of supplement processing 2024-08-04 10:00:01 +08:00
Grahame Grieve 7fda67ca7e fix rendering issues 2024-08-03 23:46:31 +08:00
Grahame Grieve af5eaafd34 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-08-03 23:38:47 +08:00
Grahame Grieve 6a85977bb6 compile fixes 2024-08-03 19:55:43 +08:00
Grahame Grieve 2f1f59d5f9 rendering fixes for R6 build 2024-08-03 19:32:46 +08:00
Grahame Grieve b248eb7d67 Add support for validating xml:space 2024-08-03 19:31:55 +08:00
Grahame Grieve 7670422a6c don't throw error for wrong rendering mode 2024-08-03 19:31:35 +08:00
Grahame Grieve eecd04924b fix bugs adding publishing WG in element mode 2024-08-03 19:30:54 +08:00
caspears 2d5049c938 CapabilityStatement Message and Document rendering 2024-08-01 23:05:49 -07:00
caspears 4281b0fa48 Render resource profile and supportedProfile title when available 2024-08-01 22:23:29 -07:00
Vassil Peytchev 0ce8a38650 Merge branch 'master' of github.com:hapifhir/org.hl7.fhir.core 2024-08-01 15:09:06 -05:00
Vassil Peytchev f5a9e2b242 Updating to the current version 2024-08-01 14:13:02 -05:00
dotasek c757c6982d Move defensive copy directly to TerminologyCache 2024-07-31 18:19:33 -04:00
dotasek 8d97b86752 Add comments 2024-07-31 15:37:25 -04:00
dotasek 26e21b3772 Move locale setting to TestUtilities, update some caches 2024-07-31 15:37:25 -04:00
dotasek c3b89f7808 Fix incorrect locale format in test 2024-07-31 12:11:12 -04:00
dotasek fb6f237d23 Uniformly get ValidationOptions language using method 2024-07-30 16:35:40 -04:00
dotasek 59e2de3c2e Merge branch 'master' into do-20240716-fix-code-validation-for-locale 2024-07-30 13:16:42 -04:00
dotasek 673950f9d5
Fix duplicate removal code that caused missed WARNING messages (#1698)
* Fix equality method that caused missed WARNING messages

* Fix logic so that messages get replaced with higher severity if found

* Fix test
2024-07-30 11:52:20 -04:00
Grahame Grieve 5f2f1972d2 fix NPE validating maps 2024-07-30 15:43:56 +08:00
Grahame Grieve 2ebcf267ec Document rendering fixes - subject and section 2024-07-30 15:43:32 +08:00
dotasek f30150ff4b
Fix interaction between terminology cache and validation location (#1700)
* DO NOT MERGE TO MASTER

Contains replication for validation location issue

* Don't let the validator mutate a cached result

* Revert filtering of ValidationTests

* WIP start ValidationResult equality implementation

* Move BaseWorkerContext testing to BaseWorkerContextTests

* A little more cleanup

* Code cleanup, and check that cached ValidationResult is a copy

* Complete ValidationResult equals method.
2024-07-29 10:12:55 -04:00
Grahame Grieve 94fac777aa better concept map validation 2024-07-28 20:04:41 +08:00
Grahame Grieve c99b7ee53a Improved base64 parsing error 2024-07-28 20:04:28 +08:00
Grahame Grieve 71e8a8294a more work on forcing valid html generation 2024-07-28 20:04:18 +08:00
Grahame Grieve f9ed8dc348 Add support for unknown code system version validating concept maps 2024-07-28 20:03:44 +08:00
Grahame Grieve f0531e9d66 fix bug using wrong profile when profiling recursive properties 2024-07-28 20:02:25 +08:00
markiantorno 68fbee28bc Updating i18n-coverage csv and png table ***NO_CI*** 2024-07-27 04:59:41 +00:00
Grahame Grieve 144131d529
Merge pull request #1702 from hapifhir/2024-07-gg-rendering-issues
2024 07 gg rendering issues
2024-07-27 12:43:58 +08:00
dotasek.dev 9ce430338a Update test cases version 2024-07-26 11:22:36 -04:00
Grahame Grieve 5d65102937 more hyperlink validation improvements 2024-07-26 15:17:42 +08:00
Grahame Grieve 714b0a0fd4 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-07-25 17:30:17 +08:00
Grahame Grieve 9e2ec275fd fix compile problem 2024-07-25 17:29:27 +08:00
Grahame Grieve 1ee96366a4 further fixes to link validation 2024-07-25 17:01:16 +08:00
Grahame Grieve 7ba860c4ed fix rendering issues (list inside paragraph, actor capabilities in wrong place, missing datatypes, missing anchors, wrong handling of contained resources) 2024-07-25 17:00:42 +08:00
dotasek 3e13b6cc4a Update test cases dependency 2024-07-23 10:05:06 -04:00
dotasek f3fde7b998 Revert ValidationMessage equality fix (on another branch) 2024-07-23 09:55:51 -04:00
dotasek 45d7adc42f Merge branch 'master' into do-20240716-fix-code-validation-for-locale 2024-07-21 10:07:07 -04:00
Grahame Grieve 1ad319ee35
Merge pull request #1693 from hapifhir/do-20240719-enum-null-checks-dstu2016may
Return null for all toCode enum params that are Enum.NULL (dstu2016may)
2024-07-20 05:39:33 +08:00
Grahame Grieve 555eb70e2d
Merge pull request #1694 from hapifhir/do-20240719-enum-null-checks-dstu3
Return null for all toCode enum params that are Enum.NULL (dstu3)
2024-07-20 05:38:59 +08:00
Grahame Grieve 3450038645
Merge pull request #1695 from hapifhir/do-20240719-enum-null-checks-r4
Return null for all toCode enum params that are Enum.NULL (r4)
2024-07-20 05:38:09 +08:00
Grahame Grieve 3198f98489
Merge pull request #1696 from hapifhir/do-20240719-enum-null-checks-r5
Return null for all toCode enum params that are Enum.NULL (r5)
2024-07-20 05:37:35 +08:00
Grahame Grieve 030397b10b
Merge pull request #1697 from hapifhir/do-20240719-enum-null-checks-r4b
Return null for all toCode enum params that are Enum.NULL (r4b)
2024-07-20 05:36:38 +08:00
Grahame Grieve ef95f7277e Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-07-20 05:35:06 +08:00
dotasek a648d5fff4 Merge branch 'master' into do-20240716-fix-code-validation-for-locale 2024-07-19 16:25:01 -04:00
dotasek 33cb80dfe7 Return null for all toCode enum params that are Enum.NULL (r5) 2024-07-19 12:19:15 -04:00
dotasek 1f9c999770 Return null for all toCode enum params that are Enum.NULL (r4b) 2024-07-19 12:14:03 -04:00
dotasek 5f2398caba Return null for all toCode enum params that are Enum.NULL (r4) 2024-07-19 11:56:20 -04:00