Grahame Grieve
e8009d3ce3
fix SHEX generation issue
2022-08-18 09:39:15 +10:00
Grahame Grieve
cd820bdf3f
Fix problem rendering ConceptMaps in value sets
2022-08-18 09:39:01 +10:00
Grahame Grieve
7c5782689a
Fix NPE issue rendering resources without ids
2022-08-18 09:38:44 +10:00
Grahame Grieve
6fb61b75f0
R5 related fixes
2022-08-12 21:24:14 +10:00
Grahame Grieve
80ca7e31f9
Improvements to SearchParameterRenderer
2022-08-11 19:16:49 +10:00
Grahame Grieve
ba2ff9390d
Fix narrative generation issue
2022-08-10 21:26:48 +10:00
jamesagnew
056e41d19d
Add Reference.resource to output of copy().
2022-08-09 11:23:23 -04:00
Grahame Grieve
1aab88f6a7
migrate r5 changes to r4b
2022-08-09 22:29:59 +10:00
Grahame Grieve
61a39b60bb
Bundle rendering improvements
2022-08-09 20:19:20 +10:00
Grahame Grieve
21b6fb5e7c
Fix loading canonical resources so that duplicates with different versions is OK
2022-08-09 20:18:52 +10:00
Grahame Grieve
a16034106a
Update to fix generation of profiles on Resource.id
2022-08-09 20:18:01 +10:00
markiantorno
8051f476a9
Updating version to: 5.6.55-SNAPSHOT and incrementing test cases dependency.
2022-08-03 15:01:07 +00:00
markiantorno
24dbe8b984
Release: v5.6.54
...
## Validator Changes
* Fix for errors in FHIRPath evaluation (see https://chat.fhir.org/#narrow/stream/179266-fhirpath/topic/String.20functions )
## Other code changes
* R4B BackboneType fixes
* Add R4B to R5 interconversion code
* Improvements to Rendering Documents
* Add uuid to primitive types list
***NO_CI***
2022-08-03 14:28:56 +00:00
Grahame Grieve
145abca287
Merge pull request #885 from hapifhir/pw/add-snapshot2-version
...
adding missing "5.0.0-snapshot2" to enumerations
2022-08-03 06:15:46 +10:00
Grahame Grieve
b43c210e1a
Rendering improvements for Documents
2022-07-28 21:30:59 +10:00
patrick-werner
1441141d95
Merge remote-tracking branch 'origin/master' into pw/add-snapshot2-version
2022-07-28 10:23:34 +02:00
Grahame Grieve
f3fa8cae24
Merge pull request #886 from hapifhir/gg-202207-fhirpath
...
Gg 202207 fhirpath
2022-07-28 09:14:17 +10:00
Grahame Grieve
23d8c2b5f1
Add uuid to primitive types list
2022-07-27 22:38:45 +10:00
Grahame Grieve
7e8cace0fb
FHIRPath fixes (string handling)
2022-07-27 22:38:32 +10:00
patrick-werner
8f959d5a3a
adding unit-test for fhir version
2022-07-27 13:36:24 +02:00
patrick-werner
eda25d018e
adding "5.0.0-snapshot2"
...
fixes #884
2022-07-27 11:44:29 +02:00
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
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
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
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
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
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
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
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
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
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
dependabot[bot]
169abbed09
Bump poi from 4.0.1 to 4.1.1 in /org.hl7.fhir.r5
...
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 17:13:11 +00:00
Grahame Grieve
023aea34fb
R4B and R5 extension changes
2022-06-28 15:39:15 +03:00