Commit Graph

2876 Commits

Author SHA1 Message Date
Grahame Grieve b2da02647e fix version 2021-09-02 12:24:59 +10:00
Grahame Grieve bcee0603e5 fix version 2021-09-02 12:20:48 +10:00
Grahame Grieve 795ad755aa fix version number 2021-09-02 11:51:48 +10:00
Grahame Grieve 1e3f5cdabc fix logical model type testing 2021-09-02 07:35:47 +10:00
Grahame Grieve 3d57a2b511 compile fix + release notes 2021-09-02 06:41:41 +10:00
Grahame Grieve 11e60c3825 * fix NPE bug logging terminology server calls
* fix NPE bug validating logical models
* fix problem with Type Name when validating against Logical Models
2021-09-02 06:27:06 +10:00
markiantorno f58cdec1c0 Updating version to: 5.4.13-SNAPSHOT and incrementing test cases dependency. 2021-09-01 04:29:12 +00:00
markiantorno 175eeeca2d Release: v5.4.12
Validator:

* Hack around erroneous R3 Invariant (ref-1)
* Add support for generating terminology spreadsheets from the command line validator
* Validate Resource.id and Element.id properly

Other Code Changes:
* Change the FHIRPath interface IEvaluationContext.resolveConstant to return List<Base> not Base (BREAKING CHANGE!)
* Binary Resource Renderer
* Spreadsheet Generation for terminology resources (org.hl7.fhir.r5.renderers.spreadsheets package)
* Fix various NPEs discovered by users
* Fix rendering of value sets that have no definition
* Mark generated narrative with a flag in user data
* return system for display when IWorkerContext.validateCode is called
***NO_CI***
2021-09-01 03:59:20 +00:00
Grahame Grieve 304499852f
Merge pull request #594 from hapifhir/gg-202109-release-1
set up release
2021-09-01 12:35:55 +10:00
Grahame Grieve 69d0e05046 fix pom 2021-09-01 12:09:35 +10:00
Grahame Grieve 93ba43cf7b set up release 2021-09-01 11:05:28 +10:00
Grahame Grieve 28f92e7048
Merge pull request #591 from hapifhir/gg-202108-misc-1
misc fixes from IG publisher reported issues
2021-09-01 10:19:37 +10:00
Grahame Grieve 6c6052fa31 merge 2021-09-01 10:12:36 +10:00
Grahame Grieve 7d7280078f Hack fix for wrong R3 invariant, Improved Terminology Performance Tracking 2021-09-01 09:59:23 +10:00
Grahame Grieve 66fb0893ad Rendering for Binary Resources 2021-09-01 09:54:03 +10:00
Grahame Grieve 2845078c9e Spreadsheet generation by validator 2021-09-01 09:53:18 +10:00
Grahame Grieve 2250b01fdd improvements to tx client logging functionality and terminology performance tracking 2021-09-01 09:52:50 +10:00
Grahame Grieve f22855e82a change interface for evaluating constants in FHIRPath (allow collections) 2021-09-01 09:46:51 +10:00
Grahame Grieve e28a0d9d52 more spreadsheet changes 2021-09-01 07:02:37 +10:00
Grahame Grieve 5a7393c7ec rework spreadsheet generation to support more resource types 2021-09-01 07:02:00 +10:00
Mark Iantorno d4d827f2f3
Merge branch 'master' into gg-202108-misc-1 2021-08-27 11:32:05 -04:00
Grahame Grieve 4d1f75920d
validation for resource and element id (#590)
* revise validation of resource and element id

* wip

Co-authored-by: markiantorno <markiantorno@gmail.com>
2021-08-27 11:28:47 -04:00
Grahame Grieve 3d1676170a fixes for processing code validation outcomes 2021-08-27 10:41:43 +10:00
Grahame Grieve 7d2c03285c fix for NPE in FHIRPath engine 2021-08-27 10:40:43 +10:00
Grahame Grieve f926744ea7 adjust confusing language 2021-08-27 10:40:20 +10:00
Grahame Grieve 9f09724032 more FMM related extensions 2021-08-27 10:39:38 +10:00
Grahame Grieve 91fad51eec mark rendered narrative 2021-08-27 10:38:21 +10:00
Grahame Grieve 3cb384a297 revise validation of resource and element id 2021-08-27 09:59:17 +10:00
Grahame Grieve b3b43c17d1 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-08-27 08:52:26 +10:00
markiantorno 99e85360d7 Updating version to: 5.4.12-SNAPSHOT and incrementing test cases dependency. 2021-08-25 23:38:16 +00:00
markiantorno 1b4c675c19 Release: v5.4.11
* Differential element fields minValue/maxValue are now correctly treated in the snapshot generation process
* Conversion context added to conversions process
* Users can now define custom behavior for CodeSystems, Extensions, BundleEntries, and Types by extending BaseAdvisor.
* Resource Conversions are now thread-safe, each using their own instance of the conversion context that is unique
* ConversionFactory classes are statically accessed, to minimize changes downstream
* I need to add more tests, there were very few to begin with, and it's my next task
* All conversion libraries and no play makes Mark a dull boy
* Exposed showMessagesFromReferences on the command line interface to support reporting validation errors on referenced types (particularly useful when validating messages & documents)
* https://github.com/hapifhir/org.hl7.fhir.core/issues/564
* https://github.com/hapifhir/org.hl7.fhir.core/issues/513
***NO_CI***
2021-08-25 23:10:46 +00:00
Mark Iantorno c50e47e3e0
Update RELEASE_NOTES.md 2021-08-25 14:46:33 -04:00
Mark Iantorno 88efa6f863
Issue 513 (#587)
* wip

* wip

* sdjkhfakjsdhllkjsdhfsdkh

* wip
2021-08-25 14:45:21 -04:00
Mark Iantorno 7ad311ded6
Update RELEASE_NOTES.md 2021-08-25 14:06:59 -04:00
Mark Iantorno be25055574
https://github.com/hapifhir/org.hl7.fhir.core/issues/564 (#572)
* https://github.com/hapifhir/org.hl7.fhir.core/issues/564

* updating help text as per Grahame's feedback.

* wip
2021-08-25 14:06:34 -04:00
Mark Iantorno 94d88dd2d1
https://github.com/hapifhir/org.hl7.fhir.core/issues/447 (#576)
* https://github.com/hapifhir/org.hl7.fhir.core/issues/447

* fix tests

Co-authored-by: Grahame Grieve <grahameg@gmail.com>
2021-08-25 08:40:13 -04:00
Tadgh 5ca6d19c69
Replace proprietary notnull with javax.annotation.Nonnull (#584)
* Replace proprietary notnull with javax.annotation.Nonnull

* wip

Co-authored-by: markiantorno <markiantorno@gmail.com>
2021-08-25 08:39:44 -04:00
Grahame Grieve 1d5fb74fc6
Merge pull request #589 from hapifhir/gg-202108-dr-npe2
fix for #575 NPE in rendering Patient
2021-08-25 08:10:16 +10:00
Grahame Grieve 2308d33b0a Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-08-25 07:10:48 +10:00
Grahame Grieve 4ba9193a5e fix for #575 NPE in rendering Patient 2021-08-25 06:50:58 +10:00
Grahame Grieve 5ac31d11ac
Merge pull request #586 from hapifhir/gg-202108-vr-system
Gg 202108 vr system
2021-08-25 06:20:31 +10:00
Grahame Grieve 104fe321f5
Merge pull request #574 from LouisRolland78/issue-555
fix: #555 Handling minValue/maxValue in generate snapshot process
2021-08-25 06:10:27 +10:00
Grahame Grieve fb0d90ad1f return system+code with display when validating 2021-08-24 17:03:33 +10:00
Grahame Grieve 9e7e6698bd fix DiagnosticReport rendering (NPEs) 2021-08-24 06:56:51 +10:00
Grahame Grieve b5723bab50
Merge branch 'master' into issue-555 2021-08-24 06:00:27 +10:00
Grahame Grieve aa5ab74003
Merge pull request #236 from ahdis/oe_xmlwriter_utf8_attr
XmlWriter for UTF-8 should not encode umlaut in attributes (elementmodel)
2021-08-24 05:55:28 +10:00
Grahame Grieve c7681852fe
Merge pull request #581 from hapifhir/2021-06-gg-fixes-1
2021 06 gg fixes 1
2021-08-24 05:33:57 +10:00
Grahame Grieve 9d859e25f6
Merge pull request #582 from lmckenzi/showMessagesFromReferences-CLI-support
Expose showMessagesFromReferences on the CLI as it provides much more…
2021-08-24 05:33:29 +10:00
Lloyd McKenzie 4e96d087c9 Added documentation 2021-08-21 10:10:32 -06:00
Lloyd McKenzie 59902b6b9a Expose showMessagesFromReferences on the CLI as it provides much more useful information when validating Bundles. 2021-08-20 13:57:03 -06:00