markiantorno
0cebf9af9f
Updating version to: 6.3.4-SNAPSHOT and incrementing test cases dependency.
2024-03-20 13:31:17 +00:00
markiantorno
ec51399045
Release: v6.3.3
...
## Validator Changes
* Fix grammar in validation messages
* Fix NPE in validator for SIDs
* Duplicate designations in a code system is a warning, not an error
* Fix value set validation to validate codes in example code systems
## Other code changes
* Improved multi-language support for IG development (LanguageUtils)
***NO_CI***
2024-03-20 12:38:29 +00:00
Grahame Grieve
b2fefc75e5
set up release
2024-03-20 22:52:09 +11:00
Grahame Grieve
0a0945554b
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-03-20 22:44:24 +11:00
Grahame Grieve
9a66c1968e
more work on language utilities
2024-03-20 22:44:13 +11:00
Grahame Grieve
52ffebd108
Merge pull request #1579 from hapifhir/2024-03-gg-lang-utils
...
2024 03 gg lang utils
2024-03-20 22:43:42 +11:00
Grahame Grieve
4f1269dcff
update test cases dependencies
2024-03-20 21:01:18 +11:00
Grahame Grieve
61b018d033
fix grammar in validation messages
2024-03-20 21:00:33 +11:00
Grahame Grieve
1ecbf365be
fix NPE in validator for SIDs
2024-03-20 21:00:16 +11:00
Grahame Grieve
95cd30d100
duplicate designations is a warning, not an error
2024-03-20 20:59:59 +11:00
Grahame Grieve
8f2f414c78
Fix value set validation to validate codes in example code systems
2024-03-20 20:59:41 +11:00
Grahame Grieve
99ea673b91
Improved language support for IG development
2024-03-20 20:39:07 +11:00
dotasek.dev
82c36de65d
WIP refactor terminology service tests for reuse outside core
2024-03-19 17:53:45 -04:00
dotasek.dev
38e9aea8ac
Basic lang file loading test and initial implementation
2024-03-19 17:50:20 -04:00
dotasek.dev
426a77cb0b
Merge remote-tracking branch 'origin/master' into do-20240319-languages-dat
2024-03-19 17:49:56 -04:00
markiantorno
b2e3c261e4
Updating version to: 6.3.3-SNAPSHOT and incrementing test cases dependency.
2024-03-18 15:09:50 +00:00
markiantorno
5b5a0a2cdf
Release: v6.3.2
...
## Validator Changes
* CodeSystem property validation improvements
* More valueset validation improvements after real world testing
* Fix processing of NotSelectable filters using in | not-in
* Fix wrong collection type checking FHIRPath subsetOf parameter type
## Other code changes
* Fix rendering of contained resources in Kindling
* Put jurisdiction in NPM package file
* Rendering improvements for xver IG
* More xver support for concept maps
* Fix NPE in ContextUtilities (kindling)
* Add OID Assigner utility
***NO_CI***
2024-03-18 14:24:12 +00:00
Grahame Grieve
20e833bbc4
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-03-18 20:14:05 +11:00
Grahame Grieve
8af7859393
add release notes
2024-03-18 20:13:53 +11:00
Grahame Grieve
85a31df28e
Merge pull request #1576 from hapifhir/2024-03-gg-codesystem-validation
...
2024 03 gg codesystem validation
2024-03-18 20:02:48 +11:00
Grahame Grieve
83f03c6169
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-03-18 18:10:10 +11:00
Grahame Grieve
30545d31c1
CodeSystem property validation improvements
2024-03-18 18:09:56 +11:00
Grahame Grieve
413c047b56
more fixing rendering
2024-03-18 14:35:59 +11:00
Grahame Grieve
c221488463
fix rendering of contained resources in Kindling
2024-03-18 14:35:46 +11:00
dotasek
25267b6096
Bump commons-compress to 1.26.0 ( #1570 )
2024-03-15 10:25:28 -04:00
Grahame Grieve
6babf380c3
Merge pull request #1573 from hapifhir/2024-03-gg-valueset-validation
...
2024 03 gg valueset validation
2024-03-14 18:00:50 +11:00
Grahame Grieve
a058d0ee4d
upgrade test case dependency
2024-03-14 16:49:18 +11:00
Grahame Grieve
e39bbba7ef
More valueset validation improvements after real world testing
2024-03-14 16:48:39 +11:00
Grahame Grieve
8897f956bf
put jurisdiction in NPM package file
2024-03-14 16:48:04 +11:00
Grahame Grieve
e0d17ceb97
Fix processing of NotSelectable filters using in | not-in
2024-03-14 16:47:45 +11:00
Grahame Grieve
93c98b551a
rendering improvements for xver IG
2024-03-14 16:47:23 +11:00
Grahame Grieve
3c39cafbcb
more xver support for concept maps
2024-03-14 16:46:57 +11:00
Grahame Grieve
564a71fe1c
fix wrong collection type checking FHIRPath subsetOf parameter type
2024-03-14 16:46:39 +11:00
Grahame Grieve
fc8be53260
fix NPE in kindling
2024-03-14 16:46:03 +11:00
Grahame Grieve
6cc4da9d02
OID Assigner utility
2024-03-14 16:45:32 +11:00
markiantorno
da3bb9e353
Updating version to: 6.3.2-SNAPSHOT and incrementing test cases dependency.
2024-03-10 21:41:17 +00:00
markiantorno
072be957d4
Release: v6.3.1
...
## Validator Changes
* Add validation for CodeSystem Properties and ValueSet filters
* More validation for Code Systems: contained code systems, supplement cross checks
* Add more validation around ValueSet.compose.include.system - must be a proper URL, and not a direct reference to a supplement
* HL7: Don't require HL7 publishing status on contained resources
* Don't walk into nested bundles when validating links in bundles
* fix up implementation of notSelectable in value set filters
* Add check for multiple version matches for a versionless canonical reference
## Other code changes
* Fix narrative generator generating duplicate anchors (prefix 'hc')
* exclude .DS_Store from generated zip files
* Add cross-version support extension
* Add ConceptMap utilities in support of cross-version module
***NO_CI***
2024-03-10 20:52:29 +00:00
Grahame Grieve
682103b3ba
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-03-11 07:01:46 +11:00
Grahame Grieve
a20704de16
update test case dependency for release
2024-03-11 07:01:40 +11:00
Grahame Grieve
bb0c911acb
Release notes
2024-03-11 06:33:52 +11:00
Grahame Grieve
27bf474d7e
Merge pull request #1572 from hapifhir/2024-03-gg-tx-improvements
...
2024 03 gg tx improvements
2024-03-11 06:10:45 +11:00
Grahame Grieve
9e8a010c13
ValueSetValidation improvements
2024-03-11 00:19:16 +11:00
Grahame Grieve
33a1814d4e
CodeSystem validation - properties and designations
2024-03-08 22:32:55 +11:00
Grahame Grieve
a51c3f96ad
don't walk into nested bundles when validating links in bundles
2024-03-08 22:32:13 +11:00
Grahame Grieve
a94b41add8
fix up implementation of notSelectable in value set filters
2024-03-08 22:31:53 +11:00
Grahame Grieve
045718d582
Fix narrative generator generating duplicate anchors (prefix 'hc')
2024-03-08 22:31:25 +11:00
Grahame Grieve
635ac6f109
exclude .DS_Store from generated zip files
2024-03-08 22:30:07 +11:00
Grahame Grieve
13dcebb3e4
add check for multiple version matches for a versionless canonical reference
2024-03-08 22:29:51 +11:00
Grahame Grieve
209d38413e
cross-version support extension
2024-03-07 13:49:15 +11:00
Grahame Grieve
1bab5bcb5b
missed code
2024-03-07 13:48:21 +11:00