8076 Commits

Author SHA1 Message Date
dotasek
fb76b682dc Merge remote-tracking branch 'origin/master' into do-20241212-bump-ucum 2024-12-17 09:29:47 -05:00
Grahame Grieve
9cce17d7b2
Merge pull request #1861 from hapifhir/2024-12-gg-tx-tests-move
move tx tests to tx-ecosystem IG
2024-12-17 05:19:02 +11:00
dotasek
803b50ae55 Merge remote-tracking branch 'origin/master' into do-20241212-bump-ucum 2024-12-16 09:29:29 -05:00
Grahame Grieve
e310f99f7e move tx tests to tx-ecosystem IG 2024-12-16 10:53:39 +11:00
hl7-devops
3c20be779e Updating i18n-coverage csv and png table ***NO_CI*** 2024-12-14 22:50:04 +00:00
Grahame Grieve
313842ea40 compile fixes 2024-12-15 09:31:47 +11:00
Grahame Grieve
6a3d7ffca8 more work on sample instance generation 2024-12-15 07:23:33 +11:00
Grahame Grieve
a3804bab47 fixes for snapshot generation test debugging 2024-12-15 07:23:18 +11:00
Grahame Grieve
023d87ad20 Switch priority order of package servers 2024-12-15 04:53:00 +11:00
Grahame Grieve
96b04a3365 fix issue with value set version conversion on contains.property 2024-12-15 04:52:37 +11:00
Grahame Grieve
98966e4f08 more work on test instance generation 2024-12-15 04:52:17 +11:00
Grahame Grieve
d014b1f10a fix error message validating ConceptMap when size too large 2024-12-15 04:52:03 +11:00
Grahame Grieve
e3f25dd3c3 Add support for languages to npm package and package list 2024-12-15 04:51:34 +11:00
Grahame Grieve
6942a91adf translation fixes 2024-12-15 04:49:54 +11:00
Grahame Grieve
22b645fb9e fix rendering issues - resources with no id, and urn: references shouldn't be links 2024-12-15 04:49:31 +11:00
Grahame Grieve
d891b278ed fix regex escapes 2024-12-15 04:48:57 +11:00
Grahame Grieve
45ceeb73e1 Improvements to translation file generation (better path, eliminate duplicates) 2024-12-15 04:48:46 +11:00
Grahame Grieve
bc09c923d7 More work on test instance generator 2024-12-15 04:48:21 +11:00
Grahame Grieve
e9eb7df52f Merge remote-tracking branch 'origin/master' 2024-12-13 14:37:51 +11:00
dotasek
bd6a1f2fb5 Bump ucum to 1.0.9 2024-12-12 09:56:04 -05:00
Grahame Grieve
7740b5d857
Merge pull request #1856 from hapifhir/2024-12-lm-fixValueXExtProblem
2024 12 lm fix value x ext problem
2024-12-12 16:27:23 +11:00
Lloyd McKenzie
2d2ebda065 Check for both "value" and "value[x]" 2024-12-11 21:43:31 -07:00
Lloyd McKenzie
0b28b021a2 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-12-11 21:18:56 -07:00
Grahame Grieve
9c14632a7c fix Lloyd's broken code 2024-12-12 11:41:31 +11:00
dotasek
fec504a024 Update owasp plugin to 11.1.1 2024-12-11 13:54:49 -05:00
Grahame Grieve
d111d045ef
Merge pull request #1852 from sebg-mio42/fix-issue-1848
Fix issue 1848
2024-12-11 05:08:41 +11:00
Grahame Grieve
aef45e0ffa remove dead code 2024-12-11 04:38:15 +11:00
hl7-devops
3c91d609f5 Updating version to: 6.5.1-SNAPSHOT and incrementing test cases dependency. 2024-12-10 00:28:17 +00:00
hl7-devops
7e54ae9c89 Release: v6.5.0
## Validator Changes

* Add support for valueset-version
* Add support for terminology extraction
* Add support for expansion parameters when validating
* fix NPE in validator around Extension context
* Handle secondary terminology server errors properly
* Fix questionnaire response status checking
* Add versions to message about multiple matching profiles
* hide API-Key from appearing on the tx log
* Add supplements for used systems as well as for value set systems when validating on server
* fix missing port from server when doing tx-registry redirections
* Fix problem not finding current version of extensions pack for non-R5 versions
* Fix validation of displays when language is unknown
* fix issue missing idrefs validating IPS documents
* Update FHIRPath validation to handle rootResource type properly
* Fix obscure error on contentReference in profiles in FHIRPath engine
* Fix version conversion issue for validating derived questionnaires

## Other code changes

* New release of pubpack
* Fix r4b liquid tests
* Refactor Liquid engine and add support for forLoop and capture
* Add support for liquid on csv files
* Add support for using Liquid on plain JSON directly and add support for markdownify filter
* Many improvements to Profile Code Generation
* Start working on using new IG infrastructure for Tx tests
* Questionnaire rendering improvements
* Merge Functionality for CapabilityStatement.import
* Do not use metadata from data type profiles on elements when generating snapshots
* Fix presentation issues and union and intersection links in previous version comparison
* Fix filter comparison logic when comparing valuesets
* Fix version issues in snapshot generation tests
* Eliminate id from snapshot generation test case comparison
* Change rules around stripping extensions when generating snapshots
* fix bug using wrong reference on uri in liquid renderer
* add translations for expansion errors
* fix issue with comparison template missing
* Apply null pointer check to all switch(Enumeration) statements in version conversion code
* Remove mysql dependency
* Fix bug in DecimalType on null Bigdecimal ()] all versions)
* Fix bad URL in inter-version extension conversion of ValueSet for ValueSet property
***NO_CI***
6.5.0
2024-12-10 00:02:07 +00:00
Grahame Grieve
d920c35359 Merge remote-tracking branch 'origin/master' 2024-12-10 10:25:36 +11:00
Grahame Grieve
b5634f8b83 test cases dependency 2024-12-10 10:11:32 +11:00
Lloyd McKenzie
0d23aa989f Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-12-09 09:34:45 -07:00
dotasek
d350327c98
Fix NPE in enumeration switch statements (#1846)
* Fix weird double if

* Add test for null doc status and preserving extension

* Add fix for null enum DocumentReference30_40

* Use java null instead of Enumeration.NULL for Enumeration src.setValue

* Apply null pointer check to all switch(Enumeration) statements
2024-12-09 10:21:58 -05:00
sebg-mio42
5c1fac1a05 fix errors caused by using the same list for versioned and unversioned entries 2024-12-09 10:03:18 +01:00
sebg-mio42
236ed52735 fix handling of versioned references in validator bundle entry resolution 2024-12-09 10:03:18 +01:00
Grahame Grieve
ee3b6cd1cc Merge remote-tracking branch 'origin/master' 2024-12-09 07:52:53 +04:00
Grahame Grieve
ca2a726187 release notes 2024-12-09 07:52:33 +04:00
Grahame Grieve
0d6f658a22
Merge pull request #1851 from hapifhir/ValueSetInterversionFix
Value set interversion fix
2024-12-09 07:50:18 +04:00
Lloyd McKenzie
8eae8858b0 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-12-08 16:42:49 -07:00
Lloyd McKenzie
7d0822a0d8 Added test scripts for ValueSet conversion 2024-12-08 12:36:50 -07:00
Grahame Grieve
f71dd296c8 disable failing test 2024-12-08 21:07:49 +03:00
hl7-devops
80cab11a26 Updating i18n-coverage csv and png table ***NO_CI*** 2024-12-08 17:18:15 +00:00
Grahame Grieve
62fe79bff2 Merge remote-tracking branch 'origin/master' 2024-12-08 19:59:45 +03:00
Grahame Grieve
17dfc5c285
Merge pull request #1850 from hapifhir/2024-12-gg-many-fixes
2024 12 gg many fixes
2024-12-08 19:59:24 +03:00
Lloyd McKenzie
4f78eb033c Fixed bad URL in inter-version extension conversion of ValueSet for ValueSet property. Also added the inter-version conversion rules to R4B<->R5, rather than just R4<->R5 2024-12-08 09:24:17 -07:00
Grahame Grieve
01d2e60ea8
Merge pull request #1750 from hapifhir/CapabilityStatementCompare
CapabilityStatement Import Processing
2024-12-08 18:39:33 +03:00
Grahame Grieve
c7872174e8 bump minor version 2024-12-08 18:38:26 +03:00
Grahame Grieve
c19c1cea58 release notes 2024-12-08 18:15:33 +03:00
Grahame Grieve
6fc6a4805d r4 compile fixes 2024-12-08 18:10:38 +03:00
Grahame Grieve
5385c313dc first stage of profile based generation 2024-12-08 18:09:25 +03:00