2415 Commits

Author SHA1 Message Date
Mark Iantorno
e911459218
Updated for 5.2.1 2020-11-24 10:15:04 -05:00
Mark Iantorno
d45f8ae1a5
Fix for issue #373, and all other convertor methods that contain this same error. (#379) 2020-11-24 09:28:05 -05:00
Mark Iantorno
7e5a670846
Http client update (#378)
* wip

* tests all pass with log outputs identical to original...is it better now? I don't know.

* proxy works, adding a test and docs next

* more cleanup and test fixes

* left in testing file

* didn't need that code anymore
2020-11-24 09:20:43 -05:00
Grahame Grieve
666c3c7aad Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-11-24 06:29:53 +11:00
Mark Iantorno
9ffa3f7015
upping version number to correspond with latest HAPI NUMBAT release (#382) 2020-11-18 15:51:16 -05:00
Grahame Grieve
b7d3f36f86 fix package loading issues 2020-11-18 21:05:16 +11:00
Grahame Grieve
7bcec95e9f restructure validator test cases file 2020-11-18 21:03:58 +11:00
Grahame Grieve
4088dddaee fix bug where end of stream is read wrongly parsing XHTML (+ test case) 2020-11-14 08:17:48 +11:00
Grahame Grieve
c6a2fb375c allow lazy loading of special packages 2020-11-14 08:17:14 +11:00
Mark Iantorno
b91e1dcade Updating test case dependency to v1.1.50
***NO_CI***
2020-11-13 14:38:15 +00:00
Grahame Grieve
f4a13a825c update for new release 2020-11-13 22:52:41 +11:00
markiantorno
f4ca5aebe5 Updating version to: 5.1.23-SNAPSHOT and incrementing test cases dependency. 2020-11-13 05:35:44 +00:00
markiantorno
10859ee2bf Release: v5.1.22
Validator:
* Fix bug in unknown URL handling that could cause significant delays in validation (>1min / unknown URL)
* fix bug in processing excludes with filters in value sets

Other code changes:
* fix case problem with icons in questionnaire rendering
* fix problem with rendering nested slices on content references
* fix rendering on must-support view for must-support on types and target profiles
***NO_CI***
5.1.22
2020-11-13 05:09:25 +00:00
Grahame Grieve
3e7c3b01fb
Merge pull request #376 from hapifhir/gg-v5122
Gg v5122
2020-11-13 15:31:02 +11:00
Grahame Grieve
6ef8565563 fix rendering on must-support view for must-support on types and target profiles 2020-11-13 14:46:57 +11:00
Grahame Grieve
25103f3653 * fix case problem with icons in questionnaire rendering 2020-11-13 14:43:11 +11:00
Grahame Grieve
74db1523c5 fix bug in processing excludes with filters in value sets 2020-11-13 14:41:45 +11:00
Grahame Grieve
8c0523f3fa Fix bug in unknown URL handling that could cause significant delays in validation (>1min / unknown URL) 2020-11-13 14:36:10 +11:00
markiantorno
e85f66fddb Updating version to: 5.1.22-SNAPSHOT and incrementing test cases dependency. 2020-11-11 02:03:27 +00:00
markiantorno
5b62d35f71 Release: v5.1.21
Validator:
* fix problem with min getting set to 1 on slices.
* fix problem with element definition resolution in profiles for contentReference
* don't apply warning about reference content when it's used as a pattern

Other code changes:
* fix problem with rendering unchanged terminology bindings in profiles
* fix problem rendering canonical URLs with | in them
* fix problem rendering multiple manifestations for an allergy reaction
* fix for NPE in version string comparison
* add styling when adding markdown to table
***NO_CI***
5.1.21
2020-11-11 01:31:53 +00:00
Grahame Grieve
1fe42f095e Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-11-11 10:56:05 +11:00
Grahame Grieve
2a84f3fe8b fix core dependency 2020-11-11 10:55:50 +11:00
Grahame Grieve
28eac1a7d5
Merge pull request #375 from hapifhir/gg-v5121
Gg v5121
2020-11-11 10:37:49 +11:00
Grahame Grieve
ef3e34ae01 * add styling when adding markdown to table
* don't apply warning about reference content when it's used as a pattern
2020-11-11 10:12:48 +11:00
Grahame Grieve
f23114f901 * fix for NPE in version string comparison 2020-11-11 10:11:40 +11:00
Grahame Grieve
4e602b07e9 fix problem rendering multiple manifestations for an allergy reaction 2020-11-11 10:04:47 +11:00
Grahame Grieve
3b74c39de4 fix problem rendering canonical URLs with | in them 2020-11-11 10:04:02 +11:00
Grahame Grieve
476924e1cb * fix problem with min = 1 on slices.
* fix problem with element definition resolution in profiles for contentReference
* fix problem with rendering unchanged terminology bindings in profiles
2020-11-11 10:02:01 +11:00
markiantorno
1db9a028bf Updating version to: 5.1.21-SNAPSHOT and incrementing test cases dependency. 2020-11-05 05:40:28 +00:00
markiantorno
05056e643e Release: v5.1.20
Validator changes:
* (none)

other code changes:
* fix bug when converting positiveInt between versions
* fix bug raising error when processing bundles
* don't use prism for big binaries when rendering library
* fix parameters renderer to create proper anchors
* Don't render id/base/other properties of Resource itself in auto-narrative generator
* fix bug where extension values not generated for simple extensions
* fix bug rendering content references in profiles
***NO_CI***
5.1.20
2020-11-05 05:11:22 +00:00
Grahame Grieve
91f641fd05
Merge pull request #374 from hapifhir/gg-v5120
new release
2020-11-05 15:28:15 +11:00
Grahame Grieve
581799d01c update test case dependency 2020-11-05 14:56:30 +11:00
Grahame Grieve
6626b72b4f * fix bug rendering content references in profiles 2020-11-05 14:13:50 +11:00
Grahame Grieve
e6cda40274 * Don't render id/base/other properties of Resource itself in auto-narrative generator
* fix bug where extension values not generated for simple extensions
2020-11-05 14:13:17 +11:00
Grahame Grieve
ca48cf7f79 * Don't render id/base/other properties of Resource itself in auto-narrative generator
* fix bug where extension values not generated for simple extensions
2020-11-05 14:12:57 +11:00
Grahame Grieve
01430d8d98 fix parameters renderer to create proper anchors 2020-11-05 14:11:54 +11:00
Grahame Grieve
49cf605b06 don't use prism for big binaries when rendering library 2020-11-05 14:11:18 +11:00
Grahame Grieve
2c22d8fa23 fix bug raising error when processing bundles 2020-11-05 14:10:23 +11:00
Grahame Grieve
6e4bbe60fe fix bug when converting positiveInt between versions 2020-11-05 14:09:40 +11:00
markiantorno
7a3da4239e Updating version to: 5.1.20-SNAPSHOT and incrementing test cases dependency. 2020-11-03 18:45:02 +00:00
markiantorno
a765efa343 Release: v5.1.19
* Release changes
***NO_CI***
5.1.19
2020-11-03 16:45:59 +00:00
Mark Iantorno
93f3cad9ec
Update RELEASE_NOTES.md 2020-11-03 11:03:54 -05:00
Mark Iantorno
66400565e9 Update master-branch-pipeline.yml for Azure Pipelines 2020-11-03 09:08:21 -05:00
jamesagnew
943bc7413c Add more tests 2020-11-01 21:09:11 -05:00
jamesagnew
0c01404a4f Improve numeric comparison 2020-11-01 21:09:11 -05:00
jamesagnew
6cd0af3b8c Clean up integer64 type 2020-11-01 14:00:12 -05:00
markiantorno
b7661db83e Updating version to: 5.1.19-SNAPSHOT and incrementing test cases dependency. 2020-10-30 00:08:34 +00:00
markiantorno
dcaa67ef1c Release: v5.1.18
Validator Changes:
* Mark it has an error if a JSON Array is empty
* Don't make wrong error reports for profiling resources in bundles
* fix bug checking unfixed values for HumanName patterns
* fix bug checking patterns (missed in some circumstances)
* fix bug checking type of resources in bundles
* improve messages around cardinality errors in profiles
* add parameter -html-output for enhanced presentation of slicing information

Other code changes:
* Render binding description in profile tables if it doesn't contain paragraphs
* fix bug with wrong value for contentReference in derived profiles (profiles do not and cannot change the value)
***NO_CI***
5.1.18
2020-10-29 23:41:20 +00:00
Mark Iantorno
53f6f1e9cf
adding explicit github repo dependency (#370) 2020-10-29 18:01:43 -04:00
Grahame Grieve
7b4668d5c8 resolve conflicts 2020-10-30 06:48:22 +11:00