Commit Graph

7722 Commits

Author SHA1 Message Date
Grahame Grieve 00ad185882 rework decimal lowBoundary() and highBoundary() after discussion on Zulip, and add extensive testing 2024-08-19 07:08:59 +08:00
Grahame Grieve db9d788a9a add CodeSystem fetching for selected code systems for VSAC import 2024-08-19 07:08:17 +08:00
Grahame Grieve 90783618b5 fix version conversion problem for ConceptMap (4<->5): relationship comment getting lost for noMap entries 2024-08-19 07:07:50 +08:00
Rob Eastwood 326e1284eb
Add Australian CDA name prefix & uri
Fixes #1613
2024-08-18 08:44:28 +10:00
Vassil Peytchev 0276499f24 Making sure pom.xml remains unchanged 2024-08-16 17:01:10 -05:00
Vassil Peytchev c60b2bfe1d fixes on capability statement rendering 2024-08-16 16:53:51 -05:00
dotasek d449ba32fc Drop to saxon 11.6 for now 2024-08-16 17:53:10 -04:00
Vassil Peytchev 73786a16f1 Merge branch 'cs-changes' 2024-08-16 14:10:31 -05:00
Vassil Peytchev eb1b18c853 Merge branch 'master' of github.com:vassilpeytchev/org.hl7.fhir.core into cs-changes 2024-08-16 14:05:20 -05:00
Vassil Peytchev 7dac6306a7
Merge branch 'hapifhir:master' into master 2024-08-16 13:53:35 -05:00
dotasek 60470b1a28 Move all instantiation of transformerFactory to XMLUtils
and set ACCESS_EXTERNAL flags automatically
2024-08-16 10:34:50 -04:00
Grahame Grieve 48741cfd97
Merge pull request #1716 from hapifhir/2024-08-gg-unicode-json
2024 08 gg unicode json
2024-08-16 13:57:59 +08:00
Grahame Grieve 3ee9533121 fix issue with json unicode whitespace enscaping 2024-08-16 11:59:09 +08:00
Grahame Grieve 6e27c45d54 get generator running again 2024-08-16 11:58:55 +08:00
Grahame Grieve 2b54f1cf1a don't escape unicode whitespace in json files 2024-08-16 06:47:25 +08:00
Grahame Grieve c9bb2b4e55 Fix NPE in questionnaire renderer 2024-08-16 06:46:52 +08:00
Grahame Grieve 5bbb21aad5 Add check for multiple WG extensions 2024-08-16 06:46:41 +08:00
Grahame Grieve 6e5d5cdf40 Hack workaround for R4 issue with ProcessPriority 2024-08-16 06:46:15 +08:00
Vassil Peytchev 2bc9bf9a60 Merge branch 'master' of github.com:vassilpeytchev/org.hl7.fhir.core into cs-changes 2024-08-15 14:33:26 -05:00
Vassil Peytchev 07fe018e75 Update version 2024-08-15 14:32:53 -05:00
Vassil Peytchev 4275261aff Update version 2024-08-15 14:32:15 -05:00
Vassil Peytchev c26ca1f427
Merge branch 'hapifhir:master' into master 2024-08-15 13:58:34 -05:00
markiantorno fe2a8e6d11 Updating version to: 6.3.21-SNAPSHOT and incrementing test cases dependency. 2024-08-13 17:31:22 +00:00
markiantorno 1800948c7a Release: v6.3.20
## Validator Changes

* Improved handling of display validation for various languages
* fix xml:space message after discussion on Zulip

## Other code changes

* ValueSet rendering improvements
* Add isUnknownLocalReferencesNotLinks to RenderingContext
* Fix up conceptMap rendering (remove spurious summary table)
* Add R6 ballot 2 to FHIRVersion enum in R5
* rendering fixes for implementers
* improve rendering of bindings with no value sets
***NO_CI***
2024-08-13 16:46:00 +00:00
Grahame Grieve 7da6c1af91 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-08-13 22:11:33 +08:00
Grahame Grieve 2f31a9397b test case release 2024-08-13 22:11:25 +08:00
markiantorno 6fa9dd96a6 Updating i18n-coverage csv and png table ***NO_CI*** 2024-08-13 13:49:45 +00:00
Grahame Grieve f8abad1af1 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-08-13 21:35:36 +08:00
Grahame Grieve c167ff6730 release notes 2024-08-13 21:35:29 +08:00
Grahame Grieve b16bc2cee0
Merge pull request #1713 from hapifhir/2024-08-gg-lang-display
2024 08 gg lang display
2024-08-13 21:31:16 +08:00
Grahame Grieve d4097d3dc7 ValueSet rendering improvements 2024-08-13 07:02:52 +08:00
Grahame Grieve f4f978941d add isUnknownLocalReferencesNotLinks to RenderingContext 2024-08-12 05:59:10 +08:00
Grahame Grieve 0114837ede compile fix 2024-08-12 05:32:58 +08:00
Grahame Grieve d11cbded2b improved handling of display validation for various languages 2024-08-11 22:49:51 +08:00
Grahame Grieve 3f34fc1d91 Fix up conceptMap rendering (remove spurious summary table) 2024-08-11 22:30:34 +08:00
Grahame Grieve bf105ae179 Add R6 ballot 2 2024-08-11 22:30:14 +08:00
Grahame Grieve dc6d4fc912 rendering fixes for implementers 2024-08-09 07:52:15 +08:00
Vassil Peytchev 448edf45b0 Merge branch 'master' into cs-changes 2024-08-08 11:52:32 -05:00
Vassil Peytchev f432416ac8 minor cleanup 2024-08-08 11:50:49 -05:00
Vassil Peytchev a5d2e7787d
Merge branch 'hapifhir:master' into master 2024-08-08 10:56:11 -05:00
markiantorno d9f3f23a15 Updating i18n-coverage csv and png table ***NO_CI*** 2024-08-08 14:17:46 +00:00
dotasek 8c2c271ccb
Update fhir-test-cases (#1711) 2024-08-08 09:57:54 -04:00
markiantorno 844fc55ed2 Updating i18n-coverage csv and png table ***NO_CI*** 2024-08-08 01:27:05 +00:00
Grahame Grieve 255a225e51
Merge pull request #1710 from hapifhir/2024-08-gg-no-binding-vs
2024 08 gg no binding vs
2024-08-08 09:16:06 +08:00
Grahame Grieve 9a7e57c7c4
Merge pull request #1689 from hapifhir/do-20240716-fix-code-validation-for-locale
Fix code validation for locale
2024-08-08 09:09:25 +08:00
Grahame Grieve 76dc2bc936
Merge branch 'master' into do-20240716-fix-code-validation-for-locale 2024-08-08 09:09:14 +08:00
Grahame Grieve 5a598b53f4 update txCache for code changes 2024-08-08 08:58:50 +08:00
Grahame Grieve 7f25139a05 fix url encoding method 2024-08-08 08:43:20 +08:00
Grahame Grieve cb3319a83f fix xml:space message 2024-08-08 07:41:19 +08:00
Grahame Grieve 4743a0468a improve rendering of bindings with no value sets 2024-08-08 07:41:06 +08:00