markiantorno
8978130451
Updating version to: 5.6.54-SNAPSHOT and incrementing test cases dependency.
2022-07-25 22:10:34 +00:00
markiantorno
ec87c3a0b4
Release: v5.6.53
...
## Validator Changes
* Add support for OID 1.3.160 (very short OIDs are special)
* Fix evaluation of ValueSets that have only one value set import
## Other code changes
* Rework precision checking in datetime
* Update version conversion to not drop modifierExtensions
* Fix DocumentRendering to generate Composition Narrative if not present
* Restore Search Parameters (missing due to R5 draft generation issues)
* Don't access getBinaries directly in XVerExtensionManager
***NO_CI***
2022-07-25 21:49:05 +00:00
Grahame Grieve
e47b61936c
release notes
2022-07-26 06:58:03 +10:00
Grahame Grieve
15bfd84da9
Merge pull request #880 from hapifhir/gg-202207-vs-validation
...
Gg 202207 vs validation
2022-07-26 06:43:59 +10:00
James Agnew
f010804e44
Rework precision checking in datetime ( #874 )
2022-07-25 16:40:55 -04:00
dotasek
b213d00f6d
Fix for #869 Use backbone element conversion ( #870 )
...
* Add new copyBackboneElement methods
Plus bring BackboneElement40_50 closer to matching Element40_50
* BackboneElement 40_50
* Undo replacement in commented code.
* add new conv30_50 copyBackboneElement methods
* BackboneElement 30_50
* add new conv30_40 copyBackboneElement methods
* Fix typos + reference
* BackboneElement 30_40
* add new conv14_50 copyBackboneElement methods
* BackboneElement 14_50
* add new conv14_40 copyBackboneElement methods
* BackboneElement 14_40
* add new conv14_30 copyBackboneElement methods
* BackboneElement 14_30
* add new conv10_50 copyBackboneElement methods
* BackboneElement 10_50
* Add new conv10_40 copyBackboneElement methods
* BackboneElement 10_40
* Add new conv10_30 copyBackboneElement methods
* BackboneElement 10_30
* Remove incorrect, commented code
* Add minimal examples for backbone element tests
* Add test code
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-25 16:10:13 -04:00
Grahame Grieve
168e40f12c
cache update
2022-07-26 06:09:42 +10:00
Grahame Grieve
8d7ccff29e
Add support for 1.3.160
2022-07-26 06:09:29 +10:00
Grahame Grieve
9ba4e00254
fix evaluation of ValueSets that have only one value set import
2022-07-26 06:09:00 +10:00
Grahame Grieve
3fc3109cbc
fix DocumentRendering to generate CompositionNarrative if
2022-07-26 06:08:32 +10:00
dotasek
a221e6b009
Move product to 0_medication_10 expected ( #878 )
...
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-25 12:36:54 -04:00
Grahame Grieve
cb6fe4086e
Merge pull request #875 from hapifhir/gg-202207-search
...
Gg 202207 search
2022-07-23 09:54:42 +10:00
Grahame Grieve
bb7303cba7
Merge remote-tracking branch 'origin/master'
2022-07-23 09:15:47 +10:00
Grahame Grieve
c0031935e8
Restore Search Parameters
2022-07-23 09:15:36 +10:00
dotasek
6b7ac47076
Don't access getBinaries directly in XVerExtensionManager ( #864 )
...
* Don't access getBinaries directly in XVerExtensionManager
* Remove getBinaries() add getBinaryKeysAsSet()
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-22 11:13:42 -04:00
dotasek
b855463aa7
Remove java 8 from the pull request pipeline ( #871 )
...
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-22 10:54:25 -04:00
markiantorno
fa0597f864
Updating version to: 5.6.53-SNAPSHOT and incrementing test cases dependency.
2022-07-22 06:10:23 +00:00
markiantorno
aa6094c451
Release: v5.6.52
...
## Validator Changes
* Fix issue with startsWith in FHIRPath engine
* Fix bugs validating references (some references not resolved)
* Fix minor issue supporting 4.3.0 (R4B)
* fix bug loading R5 extensions
## Other code changes
* Fix NPE rendering bundles
* R5 Changes to ConceptMap
* Fix bug rendering extensions
* Fix bug accessing polymorphic fields when rendering
* Fix bug around lazy loading packages when validating references
* Add ability to suppress serialising ids when serialising element models
***NO_CI***
2022-07-22 05:50:56 +00:00
Grahame Grieve
b12ef761bc
Merge remote-tracking branch 'origin/master'
2022-07-22 15:26:37 +10:00
Grahame Grieve
77a951b641
release notes
2022-07-22 15:25:49 +10:00
Grahame Grieve
a82bbeb887
Merge pull request #873 from hapifhir/gg-202207-version-annotations
...
fix up version annotations
2022-07-22 15:16:01 +10:00
Grahame Grieve
5284773527
fix up version annotations
2022-07-22 14:27:26 +10:00
Grahame Grieve
78c372961e
Merge pull request #872 from hapifhir/gg-202207-bug-fixes
...
Gg 202207 bug fixes
2022-07-22 13:19:50 +10:00
Grahame Grieve
4800d8a498
fix rendering of extensions in Profiles
2022-07-22 11:23:30 +10:00
Grahame Grieve
be51677623
Add ability to suppress serialising ids
2022-07-22 07:58:51 +10:00
Grahame Grieve
83bfb07d0e
Fix bug around lazy loading packages
2022-07-22 07:57:34 +10:00
Grahame Grieve
49cf36cc50
fix bug rendering extensoins
2022-07-20 11:27:00 +10:00
Grahame Grieve
fa54433022
fix bug loading R5 extensions
2022-07-20 11:26:49 +10:00
Grahame Grieve
0bf2ea7551
Fix bug accessing polymorphic fields
2022-07-20 11:26:20 +10:00
Grahame Grieve
0fe28f48e0
fix bugs validating references
2022-07-20 11:25:43 +10:00
Grahame Grieve
2b626a9361
Changes to ConceptMap rendering as discussed with Vocab Committee
2022-07-20 11:25:10 +10:00
Grahame Grieve
421162d146
Fix NPE rendering bundles
2022-07-20 11:24:34 +10:00
Grahame Grieve
e150b50f54
Fix issue with startsWith in FHIRPath engine
2022-07-20 11:24:13 +10:00
dotasek
6f3c297c35
Fix dependency on resource more consistently ( #845 )
...
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-19 10:33:31 -04:00
dotasek
de3eaad982
Remove all expired entries in SessionCache on validator init ( #846 )
...
+ fix typo in JsonParserBase
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-18 13:26:53 -04:00
dotasek
5560093c02
Instantiate all ValidationMessage with this() instead of super() ( #853 )
...
super() would call Object() instead of ValidationMessage(). This way, debugging can track instantiations of ValidationMessage from one place
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-18 13:26:13 -04:00
dotasek
14494d23b9
Use property to set apache poi version ( #861 )
...
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-07-18 10:43:51 -04:00
markiantorno
bb13edfdc0
Updating version to: 5.6.52-SNAPSHOT and incrementing test cases dependency.
2022-07-18 10:41:30 +00:00
markiantorno
078ca1e13a
Release: v5.6.51
...
## Validator Changes
* no changes
## Other code changes
* Update R5 for revised ConceptMap in R5 cibuild, and release new core library for R5 build process
***NO_CI***
2022-07-18 10:23:13 +00:00
Grahame Grieve
ce0c2f2ff4
Merge remote-tracking branch 'origin/master'
2022-07-18 20:04:02 +10:00
Grahame Grieve
3642aeda94
releas tnotes
2022-07-18 20:03:53 +10:00
Grahame Grieve
335ca6aa5d
Merge pull request #865 from hapifhir/gg-202207-r5-update
...
Gg 202207 r5 update
2022-07-18 18:56:24 +10:00
Grahame Grieve
392b064433
updates for new release of R5
2022-07-18 17:56:23 +10:00
Grahame Grieve
a7303995cc
Merge remote-tracking branch 'origin/master'
2022-07-12 12:29:31 +10:00
dotasek
2aef63e4fb
Merge remote-tracking branch 'origin/dependabot/maven/org.hl7.fhir.validation.cli/org.apache.poi-poi-4.1.1'
2022-06-29 16:28:00 -04:00
dotasek
9a88cc54df
Merge remote-tracking branch 'origin/dependabot/maven/org.hl7.fhir.r4b/org.apache.poi-poi-4.1.1'
2022-06-29 16:27:53 -04:00
dependabot[bot]
5699a8a294
Bump poi from 4.0.1 to 4.1.1 in /org.hl7.fhir.validation.cli
...
Bumps poi from 4.0.1 to 4.1.1.
---
updated-dependencies:
- dependency-name: org.apache.poi:poi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 18:50:19 +00:00
dependabot[bot]
49196fe7cb
Bump poi from 4.0.1 to 4.1.1 in /org.hl7.fhir.r4b
...
Bumps poi from 4.0.1 to 4.1.1.
---
updated-dependencies:
- dependency-name: org.apache.poi:poi
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29 18:40:47 +00:00
dotasek
96bb187a4b
Merge remote-tracking branch 'origin/dependabot/maven/org.hl7.fhir.r5/org.apache.poi-poi-4.1.1'
2022-06-29 14:16:23 -04:00
dotasek
9dae5b5c99
Merge remote-tracking branch 'origin/dependabot/maven/org.hl7.fhir.r4/org.apache.poi-poi-4.1.1'
2022-06-29 14:16:15 -04:00