Commit Graph

3693 Commits

Author SHA1 Message Date
Grahame Grieve 4cc0a8dfba Add support for 4.3.0 2022-05-27 22:17:32 +10:00
Grahame Grieve 327d73aae5
Merge pull request #821 from hapifhir/gg-202205-validation
Gg 202205 validation
2022-05-27 15:15:27 +10:00
Grahame Grieve 293dcf0920 fix test issue 2022-05-27 14:43:19 +10:00
Grahame Grieve 55a04629fa release notes 2022-05-27 13:43:34 +10:00
Grahame Grieve 12a1dbfc05 #820 Add warnings when potential matches are found when performing reference resolution in bundles 2022-05-27 13:43:19 +10:00
Grahame Grieve 655fc8b6ca Fix bug in snapshot generation where type slices on a mandatory element were all marked as mandatory 2022-05-27 13:40:38 +10:00
Grahame Grieve 8324123f73 Fix broken links in profile comparison due to cross version issues 2022-05-27 13:39:25 +10:00
Grahame Grieve d30234cdeb Update VSAC importer for changes to VSAC FHIR authorization 2022-05-27 13:38:50 +10:00
Grahame Grieve d8db639884 Fix bug converting extension context = Resource (R4 <-> R5 conversion) 2022-05-27 13:31:33 +10:00
dotasek caf4632464
Update CommonPackages.java
Update hl7.fhir.pubpack to release 0.1.0
2022-05-26 16:08:54 -04:00
Grahame Grieve ce48c435fd
Merge pull request #817 from hapifhir/gg-202205-performance
Performance work in the validator
2022-05-25 06:35:33 +10:00
Grahame Grieve bdf78cad79 fix total offset error 2022-05-23 21:25:03 +10:00
Grahame Grieve 47e205883c Performance work in the validator 2022-05-23 12:23:23 +10:00
Grahame Grieve f3bed096c7
Merge pull request #813 from hapifhir/gg-202205-ts-conv
Gg 202205 ts conv
2022-05-20 08:17:04 +10:00
Grahame Grieve 87b8556c57 more release notes 2022-05-20 07:32:12 +10:00
Grahame Grieve 759b73cd81 ping builld 2022-05-19 17:38:11 +10:00
Grahame Grieve 51185f74ff
Merge pull request #811 from hapifhir/dotasek-structuremapping-evaluate-2
Use MAP_EXPRESSION instead of MAP_WHERE_EXPRESSION
2022-05-19 17:33:41 +10:00
Grahame Grieve 7432b40c84 Handle scope on TestScript R4 <-> r5 conversion 2022-05-19 17:05:37 +10:00
Grahame Grieve d39ed690f8 Add jurisdiction parameter to Validator 2022-05-18 08:23:05 +10:00
Grahame Grieve 18aff2cf6c
Merge pull request #812 from hapifhir/gg-202205-fhirpath
extend FHIRPath to support lowBoundary(), highBoundary() and precision()
2022-05-18 06:46:18 +10:00
Grahame Grieve 919d6e6d8b extend FHIRPath to support lowBoundary(), highBoundary() and precision() 2022-05-14 00:19:08 +10:00
dotasek d099c7f0f1 Use MAP_EXPRESSION instead of MAP_WHERE_EXPRESSION 2022-05-12 18:05:59 -04:00
markiantorno 3ab828c381 Updating version to: 5.6.47-SNAPSHOT and incrementing test cases dependency. 2022-05-12 10:35:09 +00:00
markiantorno eca2fa5a5c Release: v5.6.46
## Validator Changes

* Trim unknown resource types when pre-adopting cross version extensions with type=Reference

## Other code changes

* Package Client: Get Packages by Dependency
* Snapshot Generator (R4b/R5): Fix generation of complex extension snapshot + improve rendering
* New tests for StructureMap execution
***NO_CI***
2022-05-12 10:18:11 +00:00
Grahame Grieve 7d667880f1 set up release 2022-05-12 17:55:36 +10:00
Grahame Grieve ffae43fb97
Merge pull request #810 from hapifhir/gg-202205-dep
Gg 202205 dep
2022-05-12 17:50:32 +10:00
Grahame Grieve d3d9f52ea1 Merge remote-tracking branch 'origin/master' 2022-05-12 16:46:44 +10:00
Grahame Grieve eddcaba803 get packages by dependency 2022-05-12 16:19:01 +10:00
dotasek 8a8bbb7308
Add tests for evaluate transforms using json StructureMap (#807)
* Add tests for evaluate transforms using json StructureMap

Fixes issues/802

* Reduce test chatter, fix missing ',' in EVALUATE render

Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-05-11 12:52:47 -04:00
dotasek cd7142faa1
Repair output of GraphQL response to include only idPart (#808)
* Repair output of GraphQL response to include only idPart

* Fix for breaking test.

Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-05-11 12:01:23 -04:00
Grahame Grieve 9c20a28710 allow suppression of npm management logging 2022-05-11 06:58:46 +10:00
Grahame Grieve e90e6592c5
Merge pull request #806 from hapifhir/gg-202205-extension-snapshot
Gg 202205 extension snapshot
2022-05-11 06:58:07 +10:00
Grahame Grieve 4b1b99a61c r4b changes to match r5 2022-05-11 02:48:22 +10:00
Grahame Grieve be631a5130 Trim unknown resource types when pre-adopting extensions of type Reference from future versions 2022-05-11 02:14:08 +10:00
Grahame Grieve 0999c8d460 fix issue with complex extension snapshot goes into 3rd level when it doesn't need to 2022-05-11 02:13:35 +10:00
dotasek 2d45427b8f Better error reporting for unexpected exceptions in test 2022-05-06 16:01:46 -04:00
markiantorno a4fd92633d Updating version to: 5.6.46-SNAPSHOT and incrementing test cases dependency. 2022-05-06 01:02:54 +00:00
markiantorno f2134e9643 Release: v5.6.45
## Validator Changes

* Support IGs #current where main instead of master

## Other code changes

* Add id to Profile CSVs
***NO_CI***
2022-05-06 00:29:32 +00:00
Grahame Grieve 3a696b0231 Merge remote-tracking branch 'origin/master' 2022-05-06 10:02:10 +10:00
Grahame Grieve 70139914a8 release 2022-05-06 10:01:56 +10:00
Grahame Grieve d820260184 Support IGs with main not master 2022-05-06 10:00:04 +10:00
Grahame Grieve 30daa9dd26 Add ID to profile csv 2022-05-06 09:59:51 +10:00
dotasek cc6ee9216c Fix 0 case terminology cache test (intermittent test failure) 2022-05-05 14:40:32 -04:00
Grahame Grieve 7a7e3240b4 ElementDefinition adornments 2022-05-05 23:09:55 +10:00
markiantorno 264e79bc24 Updating version to: 5.6.45-SNAPSHOT and incrementing test cases dependency. 2022-05-05 01:29:36 +00:00
markiantorno 5801daeb08 Release: v5.6.44
## Validator Changes

* Handle invalid HTTP responses better when accessing packages

## Other code changes

* Fix various rendering NPEs
***NO_CI***
2022-05-05 01:09:45 +00:00
Grahame Grieve 068180c849 Merge remote-tracking branch 'origin/master' 2022-05-05 10:32:13 +10:00
Grahame Grieve 1f0b04f92c update test case version 2022-05-05 10:32:07 +10:00
Grahame Grieve 54494d699e
Merge pull request #804 from hapifhir/gg-202205-pv
Gg 202205 pv
2022-05-05 09:57:54 +10:00
Grahame Grieve 3bc1f4bb38 release notes 2022-05-05 07:56:10 +10:00