2384 Commits

Author SHA1 Message Date
Grahame Grieve
c3c0d2fe69 increment version to work around release problem 2021-01-15 07:45:52 +11:00
Grahame Grieve
2b0a88e75e set up release 2021-01-15 03:49:47 +11:00
Grahame Grieve
1b378ac9b0
Merge pull request #414 from hapifhir/gg-2010-jan
Gg 2010 jan
2021-01-15 03:41:56 +11:00
Grahame Grieve
d92935894a fix problem with references 2021-01-14 13:34:34 +11:00
Grahame Grieve
414640550e Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-01-14 12:21:52 +11:00
Grahame Grieve
e0dabe6f33 fix profile generation issues 2021-01-14 12:21:33 +11:00
Grahame Grieve
9bdd663497 makeshareable changes 2021-01-14 12:19:14 +11:00
Grahame Grieve
fa7341ca44 add primitive type factory 2021-01-14 12:18:17 +11:00
Mark Iantorno
33b55727a0
upping version to fix crash (#413) 2021-01-12 11:21:28 -05:00
Kevin Dougan SmileCDR
57a57c1dcc
Updated the info.cqframework dependency versions (#412)
* Updated the info.cqframework dependency versions since v1.4.9 is no longer available.

* Updated the info.cqframework dependency version to 1.5.1.
2021-01-12 10:07:13 -05:00
markiantorno
3ab5444dca Updating version to: 5.2.14-SNAPSHOT and incrementing test cases dependency. 2020-12-24 05:15:27 +00:00
markiantorno
5f67b5bad0 Release: v5.2.13
Validator:
* More rules around URL validation, instead of just marking them as errors
* Don't report errors for extensible bindings when profiles apply required bindings

Other code changes:
* fix rendering issue with profile references
* only use c:\temp for logs if it's writeable
***NO_CI***
5.2.13
2020-12-24 04:44:49 +00:00
Grahame Grieve
3bc263322d
Merge pull request #409 from hapifhir/gg-v5.2.13
Gg v5.2.13
2020-12-24 15:00:37 +11:00
Grahame Grieve
8e62a16eb6 update test case version 2020-12-24 14:29:17 +11:00
Grahame Grieve
3ba81328cc * More rules around URL validation, instead of just marking them as errors
* Don't report errors for extensible bindings when profiles apply required bindings
* fix rendering issue with profile references
* only use c:\temp if it's writeable
2020-12-24 13:21:30 +11:00
markiantorno
401b73c700 Updating version to: 5.2.13-SNAPSHOT and incrementing test cases dependency. 2020-12-18 13:38:06 +00:00
markiantorno
fa2a8ad4e2 Release: v5.2.12
Validator:
* allow for URLs that are references to ISO standards (urn:std:)
* fix up validation of value set for code system and expansions
* fix up validation for R2B issues (value set references, profiled types)
***NO_CI***
5.2.12
2020-12-18 13:03:18 +00:00
Grahame Grieve
9ecd7f2933
Merge pull request #405 from hapifhir/gg-v5.2.12
Gg v5.2.12
2020-12-18 23:14:32 +11:00
Grahame Grieve
9eca42afdb validation fixes 2020-12-18 22:46:04 +11:00
Grahame Grieve
c4db541d7e fix up validation for R2B issues (value set references, profiled types) 2020-12-18 22:45:39 +11:00
Grahame Grieve
d837214c66 fix up validation of value set for code system and expansions 2020-12-18 22:44:54 +11:00
Grahame Grieve
836863e372 allow for URLs that are references to ISO standards (urn:std:) 2020-12-18 22:44:23 +11:00
Grahame Grieve
40642c2263 don't make non-url uris into invalid links 2020-12-17 13:05:50 +11:00
markiantorno
ff49147146 Updating version to: 5.2.12-SNAPSHOT and incrementing test cases dependency. 2020-12-15 13:19:59 +00:00
markiantorno
9084ea3881 Release: v5.2.11
Validator:
* fix bad eror message in german messages (issue 399)
* better error messages when FHIRPath discriminators are invalid
* clean up error messages

Other code changes:
* remove unnecessary (& problem causing) Fragment-Host from OSGi manifest
* move structuremap utilities to a package

***NO_CI***
5.2.11
2020-12-15 12:50:35 +00:00
Grahame Grieve
a220981c81
Merge pull request #402 from hapifhir/gg-v5.2.11
Gg v5.2.11
2020-12-15 17:12:30 +11:00
Grahame Grieve
7260b9751d
Merge branch 'master' into gg-v5.2.11 2020-12-15 16:35:49 +11:00
Grahame Grieve
9d57bc9069 ping build 2020-12-15 16:33:03 +11:00
Grahame Grieve
f5c54d0d6d fix terminology warning problem 2020-12-15 16:11:32 +11:00
Grahame Grieve
97838733ec * fix bad eror message in german messages (issue 399) 2020-12-15 14:34:19 +11:00
Grahame Grieve
52fae6d285 #399: fix bad error message in german 2020-12-15 14:30:44 +11:00
Grahame Grieve
b43431a65c
Merge pull request #401 from hapifhir/gg-fix-slicing-errors
improve error message for FHIRPath errors when slicing
2020-12-15 14:27:08 +11:00
Bill Denton
737550538c remove unnecessary (& problem causing) Fragment-Host from OSGi manifest 2020-12-14 17:30:31 -05:00
Grahame Grieve
5b52a75d3b Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-12-15 07:50:45 +11:00
Mark Iantorno
3d3bda30ec
Code changes to assist with validator updates in HAPI (#400)
* just some cleanup and simple changes

* changed folder name the map is currently structured, not in the past
2020-12-10 10:56:56 -05:00
Grahame Grieve
e2a8581a3b improve error message for FHIRPath errors when slicing 2020-12-10 13:50:20 +11:00
markiantorno
55055fa3c4 Updating version to: 5.2.11-SNAPSHOT and incrementing test cases dependency. 2020-12-09 01:50:11 +00:00
markiantorno
0019153a26 Release: v5.2.10
Validator:
* Fix NPE reading results of batch code validation
* Validate that binding references are present, and are for value sets
* Fix output message when there's nothing to validate

Other Code Changes:
* fix for renderer on ElementModels rendering - follow contentReference
* fix for NPE rendering references to contained value setes in Questionnaires that don't resolve
* fix for NPE rendering parameters with no names
* fix for rendering bundles on ElementModels

***NO_CI***
5.2.10
2020-12-09 01:21:17 +00:00
Grahame Grieve
4b5ea7d4d5 Actually fix it this time 2020-12-09 11:10:16 +11:00
Grahame Grieve
82f3300b69 setup release 2020-12-09 10:11:30 +11:00
Grahame Grieve
0cf371c657 fix for rendering bundles on ElementModels 2020-12-09 10:11:06 +11:00
Grahame Grieve
8a6b797c92 fix for NPE rendering parameters with no names 2020-12-09 10:10:11 +11:00
Grahame Grieve
655c072d64 fix for NPE rendering references to contained value setes in Questionnaires that don't resolve 2020-12-09 10:09:02 +11:00
Grahame Grieve
752918a80a fix for renderer on ElementDefinition rendering - follow contentReference 2020-12-09 10:08:01 +11:00
Grahame Grieve
d432cff826 Fix output message when there's nothing to validate 2020-12-09 10:06:37 +11:00
Grahame Grieve
1532a038c9 Validate that binding references are present, and are for value sets 2020-12-09 10:06:20 +11:00
Grahame Grieve
2c4b4c4ca2 Fix NPE reading results of batch code validation 2020-12-09 10:04:56 +11:00
markiantorno
c85cbf59aa Updating version to: 5.2.10-SNAPSHOT and incrementing test cases dependency. 2020-12-06 22:30:20 +00:00
markiantorno
6907a004be Release: v5.2.9
Validator:

* fix bug that meant validator was complaining abut unknown codes

Other code changes:

* fix rendering of documents
***NO_CI***
5.2.9
2020-12-06 22:00:23 +00:00
markiantorno
1651d3775c upping version to publish 2020-12-05 09:45:13 -05:00