Commit Graph

2552 Commits

Author SHA1 Message Date
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
Lloyd McKenzie 409bcfbecf Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-11-09 23:34:13 -07: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***
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***
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***
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
Grahame Grieve 02f136d67f update for new test cases 2020-10-30 06:40:14 +11:00
Mark Iantorno 7a668bff52
I totally missed this on the code review, and it is entirely my fault. (#369) 2020-10-29 12:05:07 -04:00
Grahame Grieve c5255a0f80
Gg v5118 (#368)
* fix issue validating # references

* Mark it has an error if a JSON Array is empty

* Don't make wrong error reports for profiling resources in bundles

* * 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)

* fix bug with wrong value for contentReference in derived profiles (profiles do not and cannot change the value) (missed testing change)

* * fix bug not recognising some content as xml or json

* improved markdown support in table generator

* * 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 (issue #283)
2020-10-29 09:17:24 -04:00
Grahame Grieve 82afa47590 add parameter -html-output for enhanced presentation of slicing information (issue #283) 2020-10-29 17:51:34 +11:00
Grahame Grieve bc1d67db96 * 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
2020-10-29 14:03:08 +11:00
Grahame Grieve 49fbc739fd improved markdown support in table generator 2020-10-29 14:00:21 +11:00
Grahame Grieve 14cc22f9a2 * fix bug not recognising some content as xml or json 2020-10-29 13:59:45 +11:00
Grahame Grieve 944be1cfba fix bug with wrong value for contentReference in derived profiles (profiles do not and cannot change the value) (missed testing change) 2020-10-29 13:57:25 +11:00
Grahame Grieve 4c421eefd7 * 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)
2020-10-29 13:56:56 +11:00
Grahame Grieve 09b1cc5bea Don't make wrong error reports for profiling resources in bundles 2020-10-29 13:54:14 +11:00
Grahame Grieve a658fc982b Mark it has an error if a JSON Array is empty 2020-10-29 13:53:14 +11:00
Lloyd McKenzie 9e7dacd815 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-10-24 20:34:41 -06:00
Grahame Grieve 02b49913b0 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-10-24 06:07:03 +11:00
Grahame Grieve e9a369f4e2 fix issue validating # references 2020-10-24 06:06:51 +11:00
Mark Iantorno e1ecd06282
Validator 2 (#366)
* changes to accomodate front end gui for validator wrapper

* removing debug code
2020-10-19 16:39:22 -04:00
jamesagnew eb1c67c1cb Account for review comments 2020-10-19 14:56:54 -04:00
jamesagnew 1922f549bb Improve multithreaded performance of datetime types 2020-10-19 14:56:54 -04:00
Mark Iantorno 36fa3a97af
Validator cleanup (#365)
* cleaning up validator class

* wip

* I left my debug code in
2020-10-16 10:44:01 -04:00
Lloyd McKenzie 27295db891 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-10-14 21:35:38 -06:00