8417 Commits

Author SHA1 Message Date
hl7-devops
a3deb645de Updating version to: 6.5.15-SNAPSHOT and incrementing test cases dependency. 2025-03-07 20:53:52 +00:00
hl7-devops
a211ef679e Release: v6.5.14
## Validator Changes

* Add support for Australian icd-10 sid
* Don't add supplements to tx-resources more than once
* IG validation - check package currency
* SD check element optionality for R6 table
* Fix snapshot preprocessing end of element detection

## Other code changes

* Fix bug where designations lost importing value sets
* Fix broken link in bundle rendering when relative references used
* More improvements to extension version conversion algorithm
* Binary syntax highlighting improvements
***NO_CI***
6.5.14
2025-03-07 20:22:30 +00:00
dotasek.dev
9c7594bb9f Bump to test cases 1.7.13 2025-03-07 14:02:53 -05:00
Grahame Grieve
ad7ef57253 Merge remote-tracking branch 'origin/master' 2025-03-07 23:23:15 +11:00
Grahame Grieve
c3f65b96d7 release notes 2025-03-07 23:23:08 +11:00
Grahame Grieve
9ca7633022
Merge pull request #1924 from hapifhir/2025-03-gg-tx-import-designations
2025 03 gg tx import designations
2025-03-07 18:45:45 +11:00
Grahame Grieve
0b98d11b95 add Australian icd-10 to definitions 2025-03-07 17:14:44 +11:00
Grahame Grieve
07478cf376 don't add supplements to tx-resources more than once 2025-03-07 17:14:25 +11:00
Grahame Grieve
87d160c67d supporting changes for technical corrections 2025-03-07 17:14:00 +11:00
Grahame Grieve
5021679024 Fix bug where designations lost importing value sets 2025-03-07 17:13:40 +11:00
Grahame Grieve
b6d2c2c6fe Fix broken link in bundle rendering when relative references used 2025-03-07 17:13:17 +11:00
Grahame Grieve
7b43e7e258 More improvements to extension version conversion algorithm 2025-03-07 17:12:58 +11:00
Grahame Grieve
6bcf9196e7 IG validation - check package currency + SD check element optionality for R6 table 2025-03-05 12:27:23 +11:00
Grahame Grieve
54b654605d Binary syntax highlighting improvements 2025-03-05 12:26:27 +11:00
Grahame Grieve
3a6ed0e715 fix snapshot preprocessing end of element detection 2025-03-05 12:26:07 +11:00
hl7-devops
a6f993225c Updating version to: 6.5.14-SNAPSHOT and incrementing test cases dependency. 2025-03-04 00:54:47 +00:00
hl7-devops
47de87b4e8 Release: v6.5.13
## Validator Changes

* Workaround for 'xml', 'json', 'ttl' in mime types after tx.fhir.org correction - see note below
* Fix bug where version variants were being ignored if their resource.id were the same

## Other code changes

* Use Turtle shorthand syntax for booleans, integers, and decimals
* Suppress some unwanted debug output
* Fix code lookup issue in kindling
* Add Group Compartment for R6
* More work on  version conversion
* Fix bug where modifierExtension types were being rendered differently
* Add candidate HCPCS importer

## Workaround

This validator corrects for a fix made in tx.fhir.org where 'xml', 'json', and 'ttl'
are no longer erroneously considered to be valid mime type codes. These are considered
correct codes in the specification for versions R2-R5, but they're not. This
is corrected in R6 - see [FHIR-48679 (Issue with invalid MIME types)](http://jira.hl7.org/browse/FHIR-48679).

As tx.fhir.org is now correctly saying they are not valid mime types,
this release of the validator contains special logic to treat them as
valid mime types for R2-R5.

This means that if you are validating either CapabilityStatements or TestScripts,
this validator is somewhat of a manatory upgrade, though you have another choice:
use the policy advisor framework to turn off validation of the relevant elements.

Note the policy regarding FHIR Validator upgrades can be found here:
https://confluence.hl7.org/spaces/FHIR/pages/35718580/Using+the+FHIR+Validator#UsingtheFHIRValidator-LimitationsofUse:

> older versions of the validator may suddenly stop working due to forced upgrades to the various system and network infrastructure components that the validator depends on (typically due to security notifications).

For further discussion, see [chat.fhir.org](https://chat.fhir.org/#narrow/channel/179239-tooling/topic/mandatory.20validator.20upgrade).
***NO_CI***
6.5.13
2025-03-03 23:25:00 +00:00
Grahame Grieve
994d9e1275 set up release 2025-03-04 09:41:24 +11:00
Grahame Grieve
d43fddd752 Merge remote-tracking branch 'origin/master' 2025-03-04 08:48:19 +11:00
Grahame Grieve
a700eb8e51 Release Notes 2025-03-04 08:48:11 +11:00
Grahame Grieve
d6f876f838
Merge pull request #1915 from balhoff/hcls-fhir-rdf-issue-154
Use Turtle shorthand syntax for booleans, integers, and decimals
2025-03-04 08:20:07 +11:00
Grahame Grieve
7a89b0523a
Merge pull request #1919 from hapifhir/2025-03-gg-r6-changes
2025 03 gg r6 changes
2025-03-04 08:19:20 +11:00
Grahame Grieve
14069d90b3 compile fix 2025-03-04 06:43:40 +11:00
Grahame Grieve
21f97e1f92 rebuild terminology cache 2025-03-04 06:33:36 +11:00
Grahame Grieve
38516e9d9b suppress unwanted debug output 2025-03-04 06:33:07 +11:00
Grahame Grieve
6e94cfb430 fix code lookup issue in kindling 2025-03-04 06:32:40 +11:00
Grahame Grieve
6a1503e37d hack workaround for 'xml', 'json', 'ttl' in mime types after tx.fhir.org correction 2025-03-04 06:32:03 +11:00
Grahame Grieve
8947067758 Add Group Compartment for R6 2025-03-04 06:31:05 +11:00
Grahame Grieve
3321a21eff More work on version conversion 2025-03-04 06:30:48 +11:00
Grahame Grieve
fc60fef15f update 2025-02-28 22:58:34 +11:00
Grahame Grieve
e46dde708d
Merge pull request #1917 from hapifhir/2025-02-gg-bug-fixes
2025 02 gg bug fixes
2025-02-28 20:04:01 +11:00
Grahame Grieve
7bc5bedba5 compile fix 2025-02-28 17:04:16 +11:00
Grahame Grieve
17bfa4c888 Fix bug where modifierExtension types were being rendered differently 2025-02-28 17:04:06 +11:00
Grahame Grieve
7f735959c9 Fix bug where version variants were being ignored if their resource.id were the same 2025-02-28 17:03:37 +11:00
Grahame Grieve
8b6c34fea7 Add candidate HCPCS importer 2025-02-28 17:03:08 +11:00
hl7-devops
14ce3149dd Updating version to: 6.5.13-SNAPSHOT and incrementing test cases dependency. 2025-02-27 22:02:12 +00:00
hl7-devops
ddfadf0bd8 Release: v6.5.12
## Validator Changes

* Rework -re-package to actually work
* Fix bug where reslicing not being processed properly when parent profile already sliced the element
* Improve tx test result message
* Prohibit '.', $ and | in SearchParameter.code.
* Rename http.disabled + refactor proxy setting (#1916)

## Other code changes

* Fix up ResourceWrapperR4 to work properly, and test it
* Add _datatype slice when converting extensions to R4
* Fix consistency problem in name presentation generating slices
* Fix profiles & tags being omitted rendering resources
* Clean up confusing message in slice processing
* Update test cases for Java 21 changes to date formats
* Regenerate PO files
***NO_CI***
6.5.12
2025-02-27 21:36:12 +00:00
hl7-devops
9f7e4cb5ef Updating i18n-coverage csv and png table ***NO_CI*** 2025-02-27 20:17:26 +00:00
dotasek
66dec1a21d Use release version of test cases 2025-02-27 14:56:52 -05:00
Grahame Grieve
788d7e278c release notes 2025-02-27 19:05:42 +11:00
Grahame Grieve
955d9423f3 fix test cases for narrative generation 2025-02-27 18:58:15 +11:00
Grahame Grieve
dd4743e830 Merge remote-tracking branch 'origin/master' 2025-02-27 17:30:17 +11:00
Grahame Grieve
58efaa9b92 regenerate PO files 2025-02-27 17:30:10 +11:00
dotasek
0b2f8d6248
Rename http.disabled + refactor proxy setting (#1916)
* Rename http access param, add docs, move out of proxy code

* Refactor proxy param setting
2025-02-26 18:04:12 -05:00
Grahame Grieve
2fa6896ec4 update test cases for Java 21 changes to date formats 2025-02-27 09:15:07 +11:00
Grahame Grieve
7916f13cb7 FHIR-45349 Prohibit '.', $ and | in SearchParameter.code. 2025-02-27 09:14:43 +11:00
Jim Balhoff
1f8753dc54 Use Turtle shorthand syntax for booleans, integers, and decimals. 2025-02-26 15:50:23 -05:00
Grahame Grieve
e862f235bb
Merge pull request #1913 from hapifhir/2025-02-gg-fix-slice-processing
2025 02 gg fix slice processing
2025-02-27 05:56:41 +11:00
Grahame Grieve
292f5e31d9 fix compile 2025-02-26 21:27:34 +11:00
Grahame Grieve
f4e28dcf50 improve tx test result message 2025-02-26 20:08:20 +11:00