Commit Graph

6457 Commits

Author SHA1 Message Date
Grahame Grieve ca694588b6 test case dependency 2023-12-14 07:21:27 -05:00
Grahame Grieve 8bc062e19d check for xver extension canonical urls when validating uri elements 2023-12-14 07:21:16 -05:00
Grahame Grieve 45b35c52d5 upgrade xver to latest R5 definitions 2023-12-14 07:20:45 -05:00
Grahame Grieve 046e814b07 fix string index error in xver manager 2023-12-14 07:20:33 -05:00
Grahame Grieve 75a3c325ef fix rendering of type for previous versions 2023-12-14 07:20:21 -05:00
markiantorno ceaa131d81 Updating version to: 6.2.7-SNAPSHOT and incrementing test cases dependency. 2023-12-13 19:07:52 +00:00
markiantorno b5902aac98 Release: v6.2.6
## Validator Changes

* Fix bug where validator doesn't actually validate web sourced input
* Fix narrative link validation and add id/idref validation
* Remove fhir-test-cases from Validator CLI JAR (#1497) (reduce size)
* Fix to CDA xsi:type validation per SD decision
* Apply regex pattern to literal format if defined
* Improvements to vital signs related messages
* Fix R4 con-3 FHIRPath expression
* Fix bug loading packages with partially specified version that doesn't exist
* Fix for occasional missing warnings around bundle link validation
* Fix using wrong resource type when validating constraints in data type definitions during R6 build
* Fix NPE in validator processing CCDA examples
* Fix problem with version dependencies when loading npm packages directly as files
* Fix for SearchParameter validation using custom resource types

## Other code changes

* Bump commonmark version
* fix Utilities display of time periods (fixed width hour:min)
* Fix stated path for error when code not in value set
* Fix rendering of trigger definition using tables inside paragraphs
* Update VSAC importer to fix timeout issues
* Refactor FHIRPath java package
* Fix problem with profiled resources being called examples in IG publisher
* Remove dependencies for unused UI experiment (#1465)
* Remove AU connectathon
* Include hamcrest dependency
* Fix breaking ValidationEngineTests
* Give kinder error message for missing param
* Fix commonmark group and bump version (#1500)
* Remove dep used for local testing
* Bump jackson & logback versions
* Fix StringType element properties not being copied in various Address, HumanName convertors
* Handle all initial value types when rendering Questionnaires
* Ensure Address.line[] element data is copied over
* Write locking on FilesystemPackageCacheManager
* Fix problems setting owning committee consistently
* Utility classes for fule system package cache pre-loading
***NO_CI***
2023-12-13 18:41:20 +00:00
dotasek ce066811cc Fix missed rename
***NO_CI***
2023-12-13 13:28:35 -05:00
dotasek 03112df869 Update release notes
***NO_CI**
2023-12-13 13:28:18 -05:00
Grahame Grieve 93d5adc9da Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2023-12-13 13:03:56 -05:00
Grahame Grieve 8ecf5a1790 upgrade test cases 2023-12-13 13:03:52 -05:00
dotasek 0afea8dc1d
CLI Task to preload package cache (#1508)
* WIP start building preload task

* Slightly refactor exceptions

* sleep between each query

* WIP - FilesystemPackageCacheManager refactor

* Finish refactor

* Customize PackageVisitor

* Remove unused code

* Remove unused code 2

* Add debug logging for failing test

* Point withCacheFolder if to correct param

* Remove console chatter

* Rename to FilesystemPackageCacheManager.Builder

* Move logic to PackageCacheDownloader for re-use in other projects

* Fix spacing
2023-12-13 11:27:15 -05:00
Grahame Grieve 6021a247f7 update release notes 2023-12-13 10:52:28 -05:00
Grahame Grieve 270a611c55 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2023-12-13 10:47:49 -05:00
Grahame Grieve 1249aa4294
2023 12 gg r6 ccda q (#1519)
* Fix for missing warnings around bundle link validation

* Fix using wrong resource type when validating constraints in data type definitions (R6)

* Fix NPE in validator processing CCDA examples

* Handle all initial value types when rendering Questionnaires

---------

Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2023-12-13 10:19:32 -05:00
Grahame Grieve 46e063cc87 Handle all initial value types when rendering Questionnaires 2023-12-13 09:08:32 -05:00
Grahame Grieve 34416b8708 Fix NPE in validator processing CCDA examples 2023-12-13 09:08:06 -05:00
Grahame Grieve ff81c16aeb Fix using wrong resource type when validating constraints in data type definitions (R6) 2023-12-13 09:07:48 -05:00
Grahame Grieve 78669add28 Fix for missing warnings around bundle link validation 2023-12-13 09:07:17 -05:00
Grahame Grieve 031c5690d8
Merge pull request #1517 from hapifhir/2023-12-gg-package-version-loading-fix
fix problem with version dependencies when loading npm packages direc…
2023-12-13 19:49:47 +13:00
Grahame Grieve a583ae3444
Merge pull request #1510 from vilaug/1509-address-line-conversion-fix
Ensure Address.line[] element data is copied over
2023-12-13 19:49:27 +13:00
Grahame Grieve c23c1f6735
Merge pull request #1502 from hapifhir/do-20231127-package-cache-threadsafe
Write locking on FilesystemPackageCacheManager
2023-12-13 19:45:53 +13:00
Grahame Grieve 3cdcf96a27 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2023-12-13 01:37:12 -05:00
Grahame Grieve 166cb445f8 More fixes for SearchParameter validation 2023-12-12 21:00:31 +13:00
Grahame Grieve 289a74301d work around R6 validation issue validating search parameters 2023-12-12 20:32:19 +13:00
Grahame Grieve cc424a04e1 fix problems setting owning committee consistently 2023-12-12 16:52:11 +13:00
Grahame Grieve f9e11e22c1 fix problem with version dependencies when loading npm packages directly in validator 2023-12-12 15:56:23 +13:00
dotasek 27e0fbad16 Merge remote-tracking branch 'origin/master' into do-20231127-package-cache-threadsafe 2023-12-11 09:56:39 -05:00
Augustas Vilčinskas 2cb3375cda
Merge branch 'master' into 1509-address-line-conversion-fix 2023-12-11 13:48:37 +01:00
Grahame Grieve 82b4f9875c
Merge pull request #1516 from hapifhir/2023-12-gg-cda-xsi-type
2023 12 gg cda xsi type
2023-12-11 20:56:42 +11:00
Grahame Grieve de7dc3023d fix validation issues on HL7 publisher 2023-12-11 16:56:27 +11:00
Grahame Grieve 9fae571412 fix NPE in CDA check 2023-12-11 15:37:14 +11:00
Grahame Grieve dfeb8a37ca Release notes 2023-12-11 14:13:30 +11:00
Grahame Grieve 4b1488438e missed files 2023-12-11 14:10:26 +11:00
Grahame Grieve e73404fe8a fix to CDA xsi:type validation per SD decision + apply regex pattern to literal format if defined + improvements to vital signs related messages 2023-12-11 14:09:57 +11:00
Grahame Grieve 2cfc7f3df7 Fix R5 con-3 FHIRPath expression 2023-12-11 14:08:48 +11:00
Grahame Grieve f88f4e492e fix bug loading packages with no specified version that don't exist 2023-12-11 14:08:28 +11:00
dotasek 81fef98013
Bump jackson version (#1515)
* Bump jackson version

* Fix license check
2023-12-07 11:01:23 -05:00
dotasek e5688eb8ec
Bump logback in dependencyManagement (#1514) 2023-12-06 17:03:12 -05:00
dependabot[bot] ad9119ff3c
Bump ch.qos.logback:logback-classic from 1.2.3 to 1.2.13 (#1511)
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.3...v_1.2.13)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-06 13:28:34 -05:00
Grahame Grieve 1e9e11d83f
Merge pull request #1513 from hapifhir/gg-wip
other code
2023-12-06 19:01:28 +11:00
Grahame Grieve 161e92d439 other code 2023-12-06 17:57:35 +11:00
Grahame Grieve f8572d1adb
Merge pull request #1512 from hapifhir/gg-wip
Gg wip
2023-12-06 14:05:08 +11:00
Grahame Grieve e697ec1c4c check extensions with fhirpath context 2023-12-05 16:56:44 +11:00
Grahame Grieve f30fda2382 more fixes for R6 build 2023-12-05 16:56:21 +11:00
Augustas Vilcinskas 61c0691212 Update RELEASE_NOTES.md 2023-12-04 17:42:46 +01:00
Augustas Vilcinskas 34ac72ab93 Fix StringType conversion in HumanName convertors 2023-12-04 17:31:35 +01:00
Augustas Vilcinskas c1b718afc5
Ensure Address.line[] element data is copied over 2023-12-04 13:37:01 +01:00
Grahame Grieve 53586dfba5 update pubpack 2023-12-03 20:05:21 +11:00
Grahame Grieve c4f6fe4676 Addressing WG problems in kindling 2023-12-03 20:05:10 +11:00