Commit Graph

6818 Commits

Author SHA1 Message Date
gabriel0316 4511275020
Update semver regex 2024-04-10 10:44:35 +02:00
markiantorno 1f3d2838d9 Updating version to: 6.3.5-SNAPSHOT and incrementing test cases dependency. 2024-04-04 01:47:30 +00:00
markiantorno 45e8d86478 Release: v6.3.4
## Validator Changes

* Validate fixed/pattern values are not changed in derived profiles
* Fix NPE validating some profiles
* FHIRPath validation: consider sub-extensions when checking extension($) use
* Fix validation of concept maps containing SCT
* Preserve message id from terminology service so editors can use it to remove hints and warnings

## Other code changes

* Fix ConceptMap.group.target conversion from R3 to R5
* Fix NPE in list renderer
* fix bug showing 'required' instead of 'current' rendering additional bindings
* Fix bad references generating narratives in bundles
* Fix bug showing extension binding twice
* Various improvements to structure map validation to support cross-version mappings
* Add rendering for UsageContext and ContactDetail
* Fix broken link in xver IG for R2
* Fix bug rendering resources in Parameters resource
* Not-pretty xhtml gets line breaks before block tags to keep line length down (work around a jekyll issue)
* Improved ConceptMap rendering for cross-version IG
* Handle xhtml:div type for old FHIR version
* FML: strip '-' from rules names when parsing
* Update FML parsers to accept R5 metadata in R4 FML format
* Break out helper classes for Terminology Service Tester

## Security

* Add start of security notes
* Start moving file access to all go through ManagedFileAccess

## WHO Internationalization work:

* Add library to parse IETF Language definitions
* Move message translations to .po files as the master source & write convertor
* Much work making rendering i18n-able
* i18n for Patient renderer
* Refactor language handling in R5 renderers
***NO_CI***
2024-04-04 00:55:36 +00:00
Grahame Grieve 461b9d701c Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-04-04 11:14:16 +11:00
Grahame Grieve fcd4a9f202 set up release 2024-04-04 11:14:10 +11:00
Grahame Grieve 003abc13d1
Merge pull request #1577 from hapifhir/do-20240319-languages-dat
Loader for rfc5646 languages file
2024-04-04 08:23:24 +11:00
Grahame Grieve 92cf25588d
Merge pull request #1591 from hapifhir/2024-04-gg-bundle-links
update to bundle rendering to fix broken links
2024-04-04 08:22:23 +11:00
Grahame Grieve f9a3501857 update to bundle rendering to fix broken links 2024-04-04 06:50:00 +11:00
Grahame Grieve aa8d171e10
Merge pull request #1590 from hapifhir/2024-04-gg-fixes
2024 04 gg fixes
2024-04-03 21:46:57 +11:00
Grahame Grieve 5faa2df2fa add start of security notes 2024-04-03 20:15:03 +11:00
Grahame Grieve 69fa06adfd Fix NPE validating some profiles 2024-04-03 20:14:49 +11:00
Grahame Grieve 808d4619d6 various improvements to structure map validation 2024-04-03 20:14:27 +11:00
Grahame Grieve 364a2aeec4 not-pretty xhtml gets line breaks before block tags to keep line length down (work around a jekyll issue) 2024-04-03 20:14:05 +11:00
Grahame Grieve 0d57115ede preserve message id from terminology service so editors can use it in suppressed-messages.txt 2024-04-03 20:13:34 +11:00
Grahame Grieve eb7d66685e improved ConceptMap rendering for cross-version IG 2024-04-03 20:12:47 +11:00
Grahame Grieve 1c98b06189 handle xhtml:div type for old FHIR version 2024-04-03 20:12:28 +11:00
Grahame Grieve f654ae1d58 FHIRPath engine: consider sub-extensions when checking extension($) use 2024-04-03 20:12:14 +11:00
Grahame Grieve a8b40a3946 FML: strip '-' from rules names when parsing 2024-04-03 20:11:40 +11:00
Grahame Grieve 2c6f1b6a59 start moving file access to all go through ManagedFileAccess 2024-04-03 20:11:16 +11:00
Grahame Grieve d4d356731e update PO generator for plurals 2024-03-29 20:38:54 +11:00
Grahame Grieve 8d86abe0c1 more i18n work for rendering 2024-03-29 20:38:28 +11:00
Grahame Grieve c8c3e330b6 fix bad references generating narratives in bundles 2024-03-29 20:38:14 +11:00
Grahame Grieve 89b885f191 i18n for Patient renderer 2024-03-29 20:37:36 +11:00
Grahame Grieve 2373ab7a22 add rendering for UsageContext and ContactDetail 2024-03-29 20:37:26 +11:00
Grahame Grieve 07e291b511 fix bug showing 'required' instead of 'current' rendering additional bindings 2024-03-29 20:36:56 +11:00
Grahame Grieve e2be137e5d fix bug showing extension binding twice 2024-03-29 20:36:38 +11:00
Grahame Grieve dfcd5ed161 rebuild po files to get plurals correct 2024-03-28 17:44:53 +11:00
Grahame Grieve 6ca39e14db fix broken link in xver IG for R2 2024-03-27 21:14:26 +11:00
Grahame Grieve c9490d88d1 update FML parsers to accept R5 metadata in R4 FML format 2024-03-27 21:14:00 +11:00
Grahame Grieve 51380bad07 Fix ConceptMap.group.target conversion from R3 to R5 2024-03-27 21:13:28 +11:00
Grahame Grieve c237a401c1 move master source for translations to .po files for ease of maintenance 2024-03-27 20:51:54 +11:00
Grahame Grieve 211e4efb44 validate fixed/pattern values in derived profiles 2024-03-26 08:43:35 +11:00
Grahame Grieve 3d57cec0f1 fix validation of concept maps containing SCT 2024-03-26 06:27:42 +11:00
Grahame Grieve a95b867054 more rendering i18n work 2024-03-26 06:27:25 +11:00
Grahame Grieve 1842dfee41 test fix 2024-03-25 23:49:47 +11:00
Grahame Grieve c53730b038 fix tests 2024-03-25 21:44:53 +11:00
Grahame Grieve d49488c617 fix broken tests 2024-03-25 21:11:17 +11:00
Grahame Grieve 9c74556770 more rendering work 2024-03-25 16:57:37 +11:00
Grahame Grieve 459f04a490 update date rendering 2024-03-25 15:58:40 +11:00
Grahame Grieve a4055877c4 more work on multi-language rendering, and add test id to error message on comparison 2024-03-25 10:06:00 +11:00
Grahame Grieve c633eafef6 more i18n refactoring 2024-03-24 18:05:06 +11:00
Grahame Grieve 0e36d2a3c6 Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core 2024-03-24 17:48:40 +11:00
Grahame Grieve c7dc4b149e fix NPE in list renderer 2024-03-24 17:48:36 +11:00
Grahame Grieve 9c910f8a02
Merge pull request #1581 from hapifhir/2024-03-gg-rendering-lang
refactor language handling in R5 renderers
2024-03-24 07:55:38 +11:00
Grahame Grieve 4a2e2087bb bug fixes 2024-03-23 20:09:17 +11:00
Grahame Grieve e43fb83693 more refactoring rendering for i18n 2024-03-23 18:29:14 +11:00
Grahame Grieve 02b6e80b6d refactor language handling in R5 renderers 2024-03-22 22:49:31 +11:00
Grahame Grieve 5cc34ec77d
Merge pull request #1580 from hapifhir/2024-03-gg-languages
2024 03 gg languages
2024-03-21 21:27:40 +11:00
Grahame Grieve 53f484d11c fix bug rendering resources in Parameters resource 2024-03-21 20:12:54 +11:00
Grahame Grieve 975b45da36 more work on translations 2024-03-21 20:12:42 +11:00