Commit Graph

4183 Commits

Author SHA1 Message Date
Lloyd McKenzie a59cfbe513 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into IGRenderingChanges
# Conflicts:
#	org.hl7.fhir.r5/src/main/java/org/hl7/fhir/r5/conformance/AdditionalBindingsRenderer.java
2022-10-06 11:58:10 -06:00
Lloyd McKenzie 1bb4c27651 Corrections to binding rendering; don't cache SD elements in HAPI 2022-10-06 11:36:06 -06:00
Grahame Grieve 58b38cd5af
Merge pull request #943 from hapifhir/gg-202210-bundle-links
Fix problems in links in bundle rendering
2022-10-06 23:15:18 +11:00
Grahame Grieve e73f79103c Fix problems in links in bundle rendering 2022-10-06 22:26:36 +11:00
Grahame Grieve 231636ae11
Merge pull request #942 from hapifhir/gg-202210-additional-bindings
rendering improvements
2022-10-06 15:51:55 +11:00
Grahame Grieve 9195d7ae8b rendering improvements 2022-10-06 12:54:45 +11:00
dotasek a802f2a03b
Bump jackson-databind (#941)
Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-10-05 18:26:16 -04:00
Grahame Grieve 53c65d857b
Merge pull request #940 from hapifhir/gg-202210-coding-validation
Gg 202210 coding validation
2022-10-05 23:20:52 +11:00
Grahame Grieve c45a61a0be Add test case for xml parser problem 2022-10-05 21:20:04 +11:00
Grahame Grieve ac3d4add7e fix error in cnl-5 in R5 ballot 2022-10-05 21:19:52 +11:00
Grahame Grieve c7ef0a3ac6 Add support for http://hl7.org/fhir/StructureDefinition/structuredefinition-dependencies to validator 2022-10-05 21:19:30 +11:00
Grahame Grieve efd8e07b9d fix bugs in graphql generation 2022-10-05 21:17:52 +11:00
Grahame Grieve ae8bc3502f fix FHIRPath .is(type) to handle abstract types 2022-10-05 21:17:40 +11:00
Grahame Grieve 21848fc9af Fix handling of Coding Validation when code system is unknown 2022-10-05 21:16:57 +11:00
Grahame Grieve e74c4c98fa
Merge pull request #938 from hapifhir/gg-202210-md-validation
Gg 202210 md validation
2022-10-04 20:23:07 +11:00
Grahame Grieve 456ab88b9c validation fixes 2022-10-04 18:50:07 +11:00
Grahame Grieve 86a3a56c42 better handling for sax errors and jvm issue 2022-10-04 16:55:17 +11:00
Grahame Grieve 93ec88ee24 fix up test case dependency 2022-10-04 15:20:21 +11:00
Lloyd McKenzie ccde7dce2a When we load StructureMaps from mapping files, make the mapping language the narrative. 2022-10-03 21:57:36 -06:00
Grahame Grieve 098b2895bc Markdown changes for FHIR-38714 + fix up test framework for validator to use OperationOutcome 2022-10-04 14:06:30 +11:00
Grahame Grieve ed6b5f00c8 Add .toString for OperationOutcome.issue 2022-10-04 14:04:33 +11:00
Grahame Grieve 28a8165034 add .toString() for OperationOutcome.issue 2022-10-04 14:04:20 +11:00
Grahame Grieve d9faafa1be fix problem with reporting erroneous text in the wrong locations 2022-10-04 14:03:00 +11:00
Grahame Grieve 2bccefd52b Merge remote-tracking branch 'origin/master' 2022-10-03 11:48:23 +11:00
markiantorno fa8db082c7 Updating version to: 5.6.69-SNAPSHOT and incrementing test cases dependency. 2022-09-30 20:09:37 +00:00
markiantorno ecc3506457 Release: v5.6.68
## Validator Changes

* Warning in Validator CLI when character encoding is not UTF-8
* Don't validate contained resources against Shareable* profiles, and also check ShareableMeasure

## Other code changes

* Remove CapabilityStatement2 from canonical resources
***NO_CI***
2022-09-30 19:52:48 +00:00
Grahame Grieve d71a5833c1
Gg 202210 shareables (#936)
* Don't validate contained resources against Shareable* Profiles, + validate ShareableMeasure

* release notes

* fix compile problem

Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2022-09-30 15:00:22 -04:00
Grahame Grieve 318c8e031e fix compile problem 2022-10-01 03:35:53 +10:00
dotasek eabf51938b
Remove CapabilityStatement2 from reported and checked resource names (#935)
* Remove CapabilityStatement2 from reported and checked resource names

* Update RELEASE_NOTES.md

***NO_CI***

Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-09-30 13:10:51 -04:00
Grahame Grieve 84534a4572 release notes 2022-10-01 02:39:22 +10:00
Grahame Grieve 7950ded6e4 Merge remote-tracking branch 'origin/master' 2022-10-01 02:38:17 +10:00
Grahame Grieve 7f1e10a1e9 Don't validate contained resources against Shareable* Profiles, + validate ShareableMeasure 2022-10-01 02:38:10 +10:00
dotasek 933fc4930c
Update RELEASE_NOTES.md
***NO_CI***
2022-09-29 09:19:51 -04:00
dotasek 6ffb981156
Warn CLI users if file.encoding is not UTF-8 (#933)
* Print warning for wrong file encoding

* Gentle refactor

Co-authored-by: dotasek <david.otasek@smilecdr.com>
2022-09-28 15:09:04 -04:00
Lloyd McKenzie bdea5b70b8 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into IGRenderingChanges 2022-09-27 12:41:16 -06:00
Lloyd McKenzie c892d65a8d Clean-up after testing 2022-09-27 12:40:59 -06:00
markiantorno 8893e0c0bc Updating version to: 5.6.68-SNAPSHOT and incrementing test cases dependency. 2022-09-27 15:09:27 +00:00
markiantorno 02435a9889 Release: v5.6.67
## Validator Changes

* Work around R4 issue with http://www.rfc-editor.org/bcp/bcp13.txt value set (should be http://hl7.org/fhir/ValueSet/mimetypes)
* Minor improvements to error messages

## Other code changes

n/a
***NO_CI***
2022-09-27 14:33:05 +00:00
Lloyd McKenzie d5f6e1450f Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core into IGRenderingChanges 2022-09-27 08:27:12 -06:00
Lloyd McKenzie a589f5fdf4 Added support for rendering with differences between either base StructureDfeinition or parent StructureDefinition 2022-09-27 08:26:46 -06:00
Grahame Grieve 58231d157b Merge remote-tracking branch 'origin/master' 2022-09-27 10:12:18 -04:00
Grahame Grieve dad4aea585 release notes 2022-09-27 10:12:13 -04:00
Grahame Grieve 432639de2c
Merge pull request #931 from hapifhir/gg-202209-validation
minor validation improvements
2022-09-27 10:03:44 -04:00
Grahame Grieve a1d97b6ed4 fix test dependency 2022-09-27 08:46:49 -04:00
Grahame Grieve 2285da5f8d minor validation improvements 2022-09-26 23:49:32 -04:00
markiantorno 9d308db001 Updating version to: 5.6.67-SNAPSHOT and incrementing test cases dependency. 2022-09-23 18:40:26 +00:00
markiantorno 303853b7a1 Release: v5.6.66
## Validator Changes

* fix error with code system validation messages

## Other code changes

* Enhanced testing for character encoding issues
* XIG publisher improvements
***NO_CI***
2022-09-23 18:20:37 +00:00
Grahame Grieve 153bda866a Merge remote-tracking branch 'origin/master' 2022-09-23 12:52:25 -04:00
Grahame Grieve d670ac9e4c set up release 2022-09-23 12:52:17 -04:00
Grahame Grieve 0b40db7f0b
Merge pull request #929 from hapifhir/gg-2022-09-cs_vs
Gg 2022 09 cs vs
2022-09-23 12:14:22 -04:00