1315 Commits

Author SHA1 Message Date
Grahame Grieve
a75ac22c91 fix renderers - don't make nonvalid URLs into html links + fix NPE + 2021-10-08 08:04:21 +11:00
Grahame Grieve
d427295ee6 make likely source URL visible outside ProfileUtilities 2021-10-08 08:02:34 +11:00
Grahame Grieve
579d98cf85 enable detection of whether tx server knows about value set and better track returned errors from tx server 2021-10-08 08:01:41 +11:00
Grahame Grieve
eb750c6bf0 fix bug related to logger in FHIRToolingClient 2021-10-08 07:48:53 +11:00
Grahame Grieve
cc68880a52 fix for broken links in R4B IGs 2021-09-29 17:47:03 +10:00
Grahame Grieve
d17cb39e44 add missing code + track prohibited / required elements (improve rendering of IGs) 2021-09-29 16:20:52 +10:00
Grahame Grieve
c79f7fe087 Improve slicing error messages 2021-09-29 16:19:06 +10:00
Grahame Grieve
108bfe715b fix crash in IG publisher rendering illegal content 2021-09-29 16:18:20 +10:00
Grahame Grieve
2df1283a54 fix for NPE generating ConceptMap spreadsheet 2021-09-29 16:17:52 +10:00
Grahame Grieve
794754a8b0 improve SHC validation error 2021-09-29 16:17:10 +10:00
Grahame Grieve
a6644ae49e fix issue generation snapshot and content reference, and work around old erroneous binding description in R4 2021-09-29 16:16:30 +10:00
Grahame Grieve
23a5f47978 add Element.removeChild 2021-09-17 08:59:32 +10:00
Grahame Grieve
d0917c78df more NPE fixes 2021-09-15 21:22:59 +10:00
Grahame Grieve
4d7591c85f Implement descendent-of filter 2021-09-15 21:22:00 +10:00
Grahame Grieve
ce69305e4a Fix bug generating spreadsheets due to sheet name length limitations 2021-09-15 21:21:00 +10:00
Grahame Grieve
8c148469d7 Smart Health Cards support in validator 2021-09-15 21:20:29 +10:00
Grahame Grieve
899eb788f3 NPE fixes 2021-09-15 21:17:33 +10:00
markiantorno
3db881a93b Updating version to: 5.5.4-SNAPSHOT and incrementing test cases dependency. 2021-09-10 03:27:13 +00:00
markiantorno
6b479d16cd Release: v5.5.3
* Adding option to modify headers for http tx requests
***NO_CI***
2021-09-10 02:57:44 +00:00
markiantorno
9b37e0fdc2 bumping version because github deploy failed 2021-09-09 22:38:51 -04:00
markiantorno
f72d115f0f Release: v5.5.2
* Adding option to modify headers for http tx requests
***NO_CI***
2021-09-10 01:57:53 +00:00
Grahame Grieve
8a1e93b849 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2021-09-10 06:51:35 +10:00
Mark Iantorno
e5a05f5562
Terminology client headers (#599)
* wip

* adding tests for headers in client

* fix

* r4 updated httpclient

* updating http client code for r4 and dstu3

* dunno why this didn't get added before
2021-09-09 16:32:19 -04:00
Grahame Grieve
a56978bdd0 remove invalid warning 2021-09-04 05:58:20 +10:00
Grahame Grieve
f8268442d1 fix duplicate sheet name problem generating spreadsheets 2021-09-03 17:31:05 +10:00
Grahame Grieve
f0738ac706 fix NPE cloning integer 2021-09-03 17:27:53 +10:00
Grahame Grieve
bd6225cf9e fix bugs to do with value set expansion 2021-09-03 17:27:23 +10:00
markiantorno
19d255636c Updating version to: 5.5.2-SNAPSHOT and incrementing test cases dependency. 2021-09-02 15:37:47 +00:00
markiantorno
23688f54f6 Release: v5.5.1
* The release failed and we need to do a quick release to fix versioning.
***NO_CI***
2021-09-02 15:09:38 +00:00
markiantorno
b36f54eb6b bumping version to fix release issues 2021-09-02 08:56:49 -04:00
markiantorno
ae571d4bfb Updating version to: 1.1.68-SNAPSHOT and incrementing test cases dependency. 2021-09-02 03:52:18 +00:00
markiantorno
2bd2e3b864 Release: v1.1.67
Validator
* fix NPE bug logging terminology server calls
* fix NPE bug validating logical models
* fix problem with Type Name when validating against Logical Models
***NO_CI***
2021-09-02 03:26:20 +00:00
Grahame Grieve
bcee0603e5 fix version 2021-09-02 12:20:48 +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
6c6052fa31 merge 2021-09-01 10:12:36 +10:00
Grahame Grieve
66fb0893ad Rendering for Binary Resources 2021-09-01 09:54:03 +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
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
markiantorno
99e85360d7 Updating version to: 5.4.12-SNAPSHOT and incrementing test cases dependency. 2021-08-25 23:38:16 +00:00