Commit Graph

7463 Commits

Author SHA1 Message Date
dotasek 4345f8da41 Return null for all toCode enum params that are Enum.NULL (dstu2016may) 2024-07-19 11:21:51 -04:00
dotasek 704ba35073
Return null for all toCode enum params that are null (DSTU2) (#1692)
* Return null for all toCode enum params that are null

* Revert "Return null for all toCode enum params that are null"

This reverts commit 97a61b2ff9.

* Return null for all toCode enum params that are Enum.NULL
2024-07-19 10:24:50 -04:00
dotasek 413592e544 Fix equality method that caused missed WARNING messages 2024-07-18 12:21:00 -04:00
Grahame Grieve 549d76fdc4 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-07-18 21:15:52 +08:00
Grahame Grieve 652bec9743 #1678 - add div to children when exploring Narrative 2024-07-18 20:23:50 +08:00
dotasek 231b18edad Merge branch 'master' into do-20240716-fix-code-validation-for-locale 2024-07-17 17:04:49 -04:00
markiantorno 0b10290f0f Updating version to: 6.3.19-SNAPSHOT and incrementing test cases dependency. 2024-07-17 06:14:05 +00:00
markiantorno 5c3953cfdb Release: v6.3.18
## Validator Changes

* No Changes

## Other code changes

* Naming System fix for THO
* Fix issue with rendering OperationOutcomes that don't have 'detail'
* Fix problem with value set anchor generation when rendering
***NO_CI***
2024-07-17 05:22:26 +00:00
Grahame Grieve 5521cb8724 release notes 2024-07-17 14:18:05 +09:30
Grahame Grieve 7328ad63b9 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-07-17 14:15:54 +09:30
Grahame Grieve fc517e3ec5
Merge pull request #1690 from hapifhir/2024-07-gg-tho-ns-fix
2024 07 gg tho ns fix
2024-07-17 12:45:35 +08:00
Grahame Grieve 980f88ea49 fix problem with value set anchor generation when rendering 2024-07-17 13:27:51 +09:30
Grahame Grieve dc750bb211
Merge pull request #1691 from hapifhir/FixOperationOutcomeRendering
Fix issue with rendering OperationOutcomes that don't have 'detail'
2024-07-17 11:51:16 +08:00
Grahame Grieve 6d119f2132
Merge branch 'master' into 2024-07-gg-tho-ns-fix 2024-07-17 11:50:20 +08:00
Lloyd McKenzie 84fc25efa3 Fix issue with rendering OperationOutcomes that don't have 'detail' 2024-07-16 21:35:41 -06:00
Grahame Grieve 128f3733e2 Naming System fix for THO 2024-07-17 06:26:05 +08:00
dotasek b0c8de5652 Test + fix for checkCodeOnServer 2024-07-16 17:03:30 -04:00
dotasek b9a243d7c2 Move locale/language setting to validateSources 2024-07-16 15:04:03 -04:00
markiantorno 0722d728ae Updating version to: 6.3.18-SNAPSHOT and incrementing test cases dependency. 2024-07-16 18:20:14 +00:00
markiantorno cf2b25eb29 Release: v6.3.17
## Validator Changes

* work around THO 6.0.0 problem (hack, to be reversed later)
* Improve MeasureReport validation for checking subject count
* Fix for R2B Resource.id cardinality problem
* Fix for validator using wrong property for list determination when parsing json

## Other code changes

* no changes
***NO_CI***
2024-07-16 17:32:26 +00:00
dotasek 332af386ce Bump test cases to release version
***NO_CI***
2024-07-16 12:47:46 -04:00
Grahame Grieve 9272b6eff3
2024 07 gg measure validation (#1687)
* Fix for validator using wrong property for list determination when parsing json

* Fix for R2B Resource.id cardinality problem

* Improve MeasureReport validation for checking subject count

* work around THO 6.0.0 problem (hack, to be reversed later)

* release notes

---------

Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2024-07-16 11:43:36 -04:00
Grahame Grieve 7d084278ea release notes 2024-07-16 22:01:19 +08:00
Grahame Grieve f5af20acad work around THO 6.0.0 problem (hack, to be reversed later) 2024-07-16 21:47:03 +08:00
Grahame Grieve 14652e6e25 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-07-16 19:27:11 +08:00
Grahame Grieve 512f70aa18 Improve MeasureReport validation for checking subject count 2024-07-16 06:16:47 +08:00
Grahame Grieve 37006946cd Fix for R2B Resource.id cardinality problem 2024-07-16 06:15:57 +08:00
Grahame Grieve 2a37fb9351 Fix for validator using wrong property for list determination when parsing json 2024-07-16 06:15:32 +08:00
markiantorno a09c712c87 Updating version to: 6.3.17-SNAPSHOT and incrementing test cases dependency. 2024-07-12 12:35:11 +00:00
markiantorno 26c6878c76 Release: v6.3.16
## Validator Changes

* Add clearer message for errors around unable to validate because unknown code system
* Fix problem with fhirVersion cardinality validating IG resources

## WHO I18n Project

* Remove Questionnaire.item.linkId from translatable content

## Other code changes

* Further revisions to rendering framework for id uniqueness, main spec rendering, and various reported issues
* Improve doco for R4/R4B renderers
* Introduce backwards compatible constructor in ValidationEngineBuilder and fix useEcosystem
* Use v2 of PublishCodeCoverageResults (#1665)
* #1583 do not serialize choice group + add testcase
***NO_CI***
2024-07-12 11:48:05 +00:00
Grahame Grieve 8d208ebba4 release notes 2024-07-12 19:07:36 +08:00
Mark Iantorno 5ab118f20f Updating test case dependency to v1.5.15
***NO_CI***
2024-07-12 07:43:37 +00:00
Grahame Grieve e806a08ee2
Merge pull request #1684 from hapifhir/2024-07-gg-rendering-work
2024 07 gg rendering work
2024-07-12 12:45:18 +08:00
Grahame Grieve f0e14a60f7 fix code 2024-07-12 06:47:14 +08:00
Grahame Grieve 2258993861 missed file 2024-07-12 05:11:50 +08:00
Grahame Grieve a2e6b001b3 more work on transifex support 2024-07-12 05:11:43 +08:00
Grahame Grieve 41bf1b5856 Add clearer message for errors around unable to validate because unknown code system 2024-07-12 05:11:05 +08:00
Grahame Grieve f2833d5bd8 fix problem with fhirVersion cardinality validating IG resources 2024-07-12 05:10:16 +08:00
Grahame Grieve d8f7b98573 further revisions to rendering framework for id uniqueness, main spec rendering, and various reported issues 2024-07-12 05:09:21 +08:00
Grahame Grieve dd02db3aae remove Questionnaire.item.linkId from translatable content 2024-07-12 05:07:03 +08:00
Grahame Grieve 9e7635d5c1 improve doco for R4/R4B renderers 2024-07-12 05:06:38 +08:00
dotasek d9f39b27fe
Introduce backwards compatible constructor in ValidationEngineBuilder and deprecate (#1682)
* Introduce backwards compatible constructor + deprecate args constructors

* After review: fix useEcosystem set by param + deprecation annotation
2024-07-11 15:12:27 -04:00
dotasek 8fb95b49e0
Use v2 of PublishCodeCoverageResults (#1665)
* Use v2 of PublishCodeCoverageResults

* Bump jacoco

* Try including source path for code coverage

* Aggregate sources for code coverage results

* Bump version for passing test

* Try individual source directories

* Parameterize source directories, include parameter for verbose coverage

* Fix syntax
2024-07-11 15:10:04 -04:00
Grahame Grieve b796400f03 more transifex 2024-07-11 12:36:47 +08:00
Grahame Grieve c0ec8fe0ad more transifex testing 2024-07-11 12:28:17 +08:00
Grahame Grieve d804d817a8 more 2024-07-11 11:37:23 +08:00
Grahame Grieve f305964d63 more transifex 2024-07-11 11:34:53 +08:00
Grahame Grieve 9c95f89332 more transifex debugging 2024-07-11 11:28:16 +08:00
Grahame Grieve 8d5a34bd7e more transifex debugging 2024-07-11 10:59:44 +08:00
Grahame Grieve e9d63ef034 more transifex debugging 2024-07-11 10:56:14 +08:00