Commit Graph

2145 Commits

Author SHA1 Message Date
Grahame Grieve b595a307c1 ping build 2020-09-15 13:40:18 +10:00
Grahame Grieve 953d907f0f more release notes 2020-09-15 13:35:32 +10:00
Grahame Grieve 81b2feda30 add release notes 2020-09-15 13:21:15 +10:00
Grahame Grieve d8868b9302 update test case dependencies 2020-09-15 13:12:14 +10:00
Grahame Grieve 9b7f938f64 update test dependencies 2020-09-15 12:20:06 +10:00
Grahame Grieve 84c2fc40ad update test dependencies 2020-09-15 11:23:45 +10:00
Grahame Grieve da113e25b6 remove commented out code 2020-09-15 10:57:21 +10:00
Grahame Grieve 48dca881f3 fix bug in path names for CDA 2020-09-15 10:25:23 +10:00
Grahame Grieve 9fc8b35797 Fix issue with discriminating by address and human name 2020-09-14 18:10:31 +10:00
Grahame Grieve db8f28ea51 fix issue rendering translations in value sets 2020-09-14 18:09:40 +10:00
Grahame Grieve 6f149e691c Fix issue with finding duplicate ids in profiled bundles 2020-09-14 18:09:20 +10:00
Grahame Grieve 8855fe1bc6 Fix bug generating copyright 2020-09-14 18:08:44 +10:00
Mark Iantorno 78b61c4555
Tests should all run now (#343) 2020-09-09 12:33:38 -04:00
markiantorno 1d2e9a2be8 Updating version to: 5.1.10-SNAPSHOT and incrementing test cases dependency. 2020-09-09 06:00:52 +00:00
markiantorno 924a01fe7d Release: v5.1.9
Validator:
* fix bug loading implied packages with no version

Other Changes:
* fix bug generating error messages rendering bundles
* fix problems generating snapshots in some profiles
* fix for FHIRPath changes after discussion on Zulip
***NO_CI***
2020-09-09 05:45:19 +00:00
Grahame Grieve 17451a4141
Merge pull request #342 from hapifhir/gg-v519
various minor fixes
2020-09-09 14:32:24 +10:00
Grahame Grieve 14348bb6f1 Fix bug becuase Operation doesn't have copyright. 2020-09-09 13:33:55 +10:00
Grahame Grieve f696804509 Fix tests 2020-09-09 12:46:04 +10:00
Grahame Grieve a993dcd510 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-09-09 11:51:21 +10:00
Grahame Grieve a47ac539a5 Fix bug loading implied packages with no version 2020-09-09 11:51:09 +10:00
Grahame Grieve 4616da8a82 fix error generating error message in rendering 2020-09-09 11:48:51 +10:00
Grahame Grieve b9bef4c3c8 fix problems generating snapshots in publisher when some profiles are not valid 2020-09-09 11:48:11 +10:00
Grahame Grieve 295b1659af Fix for FHIR path tests after discussion on Zulip 2020-09-09 11:47:23 +10:00
Grahame Grieve 2bb46f2046 Add failing test to test build 2020-09-09 07:04:08 +10:00
Oliver Egger 6b1ae88e24 add patch wildcard for ig depencies 2020-09-08 09:27:32 +02:00
markiantorno a92876ab4a Updating version to: 5.1.9-SNAPSHOT and incrementing test cases dependency. 2020-09-08 05:28:46 +00:00
markiantorno a92daa2017 Release: v5.1.8
Validator Fixes:
* Check that there are no nested block HTML elements in an HTML paragraph
* create a warning for UCUM annotations

Other Changes:
* Fix some issues when converting Allergy Intolerance 3 <-> 4
* Fix issues generating invsalid HTML
* Fix up FHIRPath to pass latest test cases
* Bundle rendering improvements
* Give code interface for control over validation rules
* add support for rendering choice groups (CDA)
***NO_CI***
2020-09-08 05:13:12 +00:00
Grahame Grieve 5828b4c75f Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-09-08 14:37:50 +10:00
Grahame Grieve 1822950354 Fix teste case dependency 2020-09-08 14:37:36 +10:00
Grahame Grieve a2c6aa967e
Merge pull request #339 from hapifhir/gg_v518d
Add release notes
2020-09-08 14:28:22 +10:00
Grahame Grieve 1ebd74f0d0 Add release notes 2020-09-08 14:01:33 +10:00
Grahame Grieve 03fb727894
Merge pull request #338 from hapifhir/gg_v518c
Preparing for new release
2020-09-08 13:44:33 +10:00
Grahame Grieve f64e96143b
Merge pull request #337 from ItayGoren/allergy-intolerance-bugfix
add copyDomainResource to allergy intolerance of version convertor 10 40
2020-09-08 12:47:29 +10:00
Grahame Grieve 41d40e7f94 More validation for HTML structure 2020-09-08 12:45:58 +10:00
Grahame Grieve 4dd89160dd Add validation for html block elements inside paragraphs 2020-09-08 12:45:13 +10:00
Grahame Grieve 4c245ea3e3 Fix issues with generating invalid html 2020-09-08 12:43:56 +10:00
Grahame Grieve 1979a5a2d1 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2020-09-07 13:09:28 +10:00
Grahame Grieve 227bccbb35 fix for empty markdown + rendering improvements for Bundles 2020-09-07 13:08:21 +10:00
Grahame Grieve f2f53c7872 FHIR Path fixes for reconciled tests 2020-09-07 13:07:21 +10:00
Grahame Grieve b47a1da054 Add check for UCUM annotations + add ValidationControl for hosting the validator in external processes 2020-09-07 13:06:43 +10:00
Grahame Grieve f7b0e03036 Fix errors returned from version convertor 2020-09-07 13:05:11 +10:00
Itay Goren 222a4babe3 add copyDomainResource to allergy intolerance of version convertor 10 40 2020-09-06 11:03:43 +03:00
Grahame Grieve f56235d596
rendering fixes (#334)
* Fix up conversion for date problems

* Mark packages as unsuitable for publication

* rework rendering tests & fix bug in Parameters renderer

* fix test case depedency
2020-09-04 09:52:52 -04:00
Grahame Grieve 7ca698f36a
fixes for 5.1.8 (#336)
* Fix up conversion for date problems

* Mark packages as unsuitable for publication

* rework rendering tests & fix bug in Parameters renderer

* fix test case depedency

* update VSACImporter to get value sets from VSAC directly

* Fix up rendering of Extensions

* Add support for choice groups, and markdownify some elements
2020-09-04 09:49:36 -04:00
Grahame Grieve 2adb9a7b68 Add support for choice groups, and markdownify some elements 2020-09-04 16:23:27 +10:00
Grahame Grieve a964d4fcd5 Fix up rendering of Extensions 2020-09-04 16:22:09 +10:00
Grahame Grieve fd6fe88528 update VSACImporter to get value sets from VSAC directly 2020-09-04 16:21:12 +10:00
Grahame Grieve 325c750814 fix test case depedency 2020-09-02 16:53:54 +10:00
Grahame Grieve fc7f71c1f6 rework rendering tests & fix bug in Parameters renderer 2020-09-02 16:34:34 +10:00
Grahame Grieve e1f53eec47 Mark packages as unsuitable for publication 2020-09-02 16:34:06 +10:00