Commit Graph

3844 Commits

Author SHA1 Message Date
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 1813ed5260
Merge pull request #891 from hapifhir/gg-202208-ids
Gg 202208 ids
2022-08-09 23:19:24 +10:00
Grahame Grieve 1aab88f6a7 migrate r5 changes to r4b 2022-08-09 22:29:59 +10:00
Grahame Grieve e2d1cbfffa msic commit 2022-08-09 20:19:39 +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 8b4dd85c37 Merge remote-tracking branch 'origin/master' 2022-07-29 17:59:12 +10:00
Grahame Grieve d562ee0ffa new release 2022-07-29 17:59:06 +10:00
Grahame Grieve db59157790
Merge pull request #887 from hapifhir/gg-202207-r4b-conv
Gg 202207 r4b conv
2022-07-28 22:45:02 +10:00
Grahame Grieve 482078df55 more R4B/R5 conversion 2022-07-28 22:00:43 +10:00
Grahame Grieve b43c210e1a Rendering improvements for Documents 2022-07-28 21:30:59 +10:00
Grahame Grieve 1ac49bdce2 Add R4B / R5 Conversions 2022-07-28 21:30:12 +10:00
Grahame Grieve 780be4096a fix rendering note - more informative 2022-07-28 21:29:33 +10:00
Grahame Grieve b9d86aa5af fix classes that inherit from BackboneType in R4B 2022-07-28 21:29:02 +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 cc35c23c7d fixes to validator for FHIRPath engine fixes 2022-07-28 08:48:33 +10:00
Grahame Grieve 5c76af8dcd fhirpath fixes 2022-07-27 22:39:05 +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
Grahame Grieve 816f1832d5 fix phinvads format 2022-07-27 22:38:09 +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 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