Grahame Grieve
ce0f4a2700
Merge remote-tracking branch 'origin/master'
2024-11-22 09:24:13 +11:00
Grahame Grieve
ffbbc498f7
Fix issue with pattern test :-(
2024-11-22 09:24:04 +11:00
Grahame Grieve
8cd18aae93
fix wrong look up of value set alternative causing NPE
2024-11-22 09:23:15 +11:00
dotasek
d970cf154d
Remove ips-nz support
2024-11-21 14:55:03 -05:00
Grahame Grieve
4f34a4d97e
Merge pull request #1811 from hapifhir/IGDependencyReasonConversionFix
...
Fix IG dependsOn.reason conversion
2024-11-22 06:43:43 +11:00
hl7-devops
48821e4202
Updating version to: 6.4.4-SNAPSHOT and incrementing test cases dependency.
2024-11-21 17:03:30 +00:00
hl7-devops
22cfc6c28e
Release: v6.4.3
...
## Validator Changes
* fix value set validation on import validation to find external value sets
* Fix terminology tester for change to language header
* Adjust wording of R5 slicing check
* Sort entries in error message about profiles to make the order reproducible
## Security Issues
* Automate testing for XMLUtils factory methods
## Other code changes
* update language files and add french
* make HTA messages translatable
* new release - pubpack
* NPE fixes
* suppress Json resourceType property in some logical models
* Fix missing isModifierReason on modifier extensions
* fix bug converting NamingSystem.url between versions
* Fix IG dependsOn.reason conversion
* fix code generation for enums
* Whitespace formatting and support for complex extensions
***NO_CI***
2024-11-21 16:34:08 +00:00
dotasek
51b8ecf417
Bump to test case release
2024-11-21 10:03:18 -05:00
Grahame Grieve
4de39a71da
release notes
2024-11-21 23:06:26 +11:00
Grahame Grieve
e7e605c9fd
add french source files
2024-11-21 22:46:54 +11:00
Grahame Grieve
aa22897cb9
Merge pull request #1821 from hapifhir/2024-11-gg-various-fixes
...
2024 11 gg various fixes
2024-11-21 22:33:32 +11:00
Grahame Grieve
717ef9ccea
update language files and add french
2024-11-21 21:18:14 +11:00
Grahame Grieve
ed117dd8e5
updates
2024-11-21 20:38:06 +11:00
Grahame Grieve
30d71e5ec9
fix terminology tests for change to language header
2024-11-21 20:37:55 +11:00
Grahame Grieve
a6f794d9c6
Adjust wording of R5 slicing check
2024-11-21 20:37:34 +11:00
Grahame Grieve
3544a819c8
sort entries in error message
2024-11-21 20:37:24 +11:00
Grahame Grieve
9870a6eb8f
make HTA messages translatable
2024-11-21 20:36:54 +11:00
Grahame Grieve
d755c6fa83
new release - pubpack
2024-11-21 20:36:38 +11:00
Grahame Grieve
284c0e5335
NPE fixes
2024-11-21 20:36:18 +11:00
Grahame Grieve
4f99754e75
suppress Json resourceType property in some logical models
2024-11-21 20:35:57 +11:00
Grahame Grieve
fc8152c717
Fix missing isModifierReason on modifier extensions
2024-11-21 20:34:13 +11:00
Grahame Grieve
86ca81c46a
fix bug processing NamingSystem.url
2024-11-21 20:33:52 +11:00
Lloyd McKenzie
49d8240574
Fix other converter
2024-11-20 22:18:21 -07:00
Grahame Grieve
825e7cd128
Merge remote-tracking branch 'origin/master'
2024-11-21 11:17:48 +11:00
Lloyd McKenzie
e17397a9d6
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-11-20 12:14:31 -07:00
Grahame Grieve
1854a66ace
Merge pull request #1819 from hapifhir/do-20241119-xmlutils-tests
...
Automate testing for XMLUtils factory methods
2024-11-21 05:20:37 +11:00
Grahame Grieve
ac59bdcedb
fix value set validation on import validation to find external value sets
2024-11-21 04:37:55 +11:00
dotasek
b263e7a9b3
Merge remote-tracking branch 'origin/master' into do-20241119-xmlutils-tests
2024-11-20 11:07:13 -05:00
dotasek
d0ed5e359f
Add javadoc and useful messages from checkstyle
2024-11-20 11:06:56 -05:00
Lloyd McKenzie
69439826c6
Changed approach to extension removal
2024-11-19 22:40:20 -07:00
Grahame Grieve
9a42e81a2e
fix ontoserver tx tests
2024-11-20 13:47:25 +11:00
Grahame Grieve
a7d0b645dc
fix code generation for enums
2024-11-20 12:14:52 +11:00
Grahame Grieve
2d59c27418
Merge pull request #1817 from jkiddo/patch-6
...
Update PECodeGenerator.java
2024-11-20 11:12:47 +11:00
dotasek
777747604f
Automate testing for XMLUtils factory methods
2024-11-19 16:46:01 -05:00
Jens Kristian Villadsen
2154f8bc13
Whitespace formatting and support for complex extensions
2024-11-19 22:24:12 +01:00
Lloyd McKenzie
d4ce26447a
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
2024-11-19 11:39:42 -07:00
Jens Kristian Villadsen
4ee6bb4552
Fix for R5
2024-11-19 19:25:00 +01:00
Lloyd McKenzie
02bd9a5305
Dropped the removeStatusExtensions subroutine. Most of the extensions it was trying to remove weren't allowed to exist in the provided context, and those that were were not appropriate to remove. (For example, it doesn't make sense to show that an element is deprecated in the differential, but not the snapshot.)
...
Needed for HL7/fhir-ig-publisher#567
2024-11-19 10:51:03 -07:00
hl7-devops
ba678453b8
Updating version to: 6.4.3-SNAPSHOT and incrementing test cases dependency.
2024-11-19 17:42:15 +00:00
hl7-devops
5d60270e5f
Release: v6.4.2
...
## Validator Changes
* Suppress error in v6.1.0 of THO
* Fix NPE for Ontoserver tests?
* make HL7 WG validation rule publication dependent
* Fix for illegal names in profiles when code generating
* Handle search syntax in value set filter
## Other code changes
* Apply noTerminologyTests inside terminology resource validation
* Add support for validator session for internal cache management
* Support ViewDefinition as a custom resource
* refactor UserData names to use constants and expose user data through ResourceWrapper
* Add GEM path to fhir-settings.json for Jekyll on some systems
***NO_CI***
2024-11-19 17:15:08 +00:00
dotasek.dev
e1b626f1ed
Bump to fhir test cases 1.6.6
2024-11-19 09:37:23 -05:00
Grahame Grieve
05dea991cc
fix release notes
2024-11-19 23:17:51 +11:00
Grahame Grieve
d1790b6024
release notes
2024-11-19 23:07:19 +11:00
Grahame Grieve
ed65199c3e
Merge remote-tracking branch 'origin/master'
2024-11-19 23:00:12 +11:00
Grahame Grieve
4f33098cb2
Suppress error in v6.1.0 of THO
2024-11-19 23:00:05 +11:00
Jens Kristian Villadsen
57301be1c0
Update PECodeGenerator.java
2024-11-19 08:05:19 +01:00
hl7-devops
d09fe5da1d
Updating i18n-coverage csv and png table ***NO_CI***
2024-11-19 04:12:53 +00:00
Grahame Grieve
ed00484879
Merge pull request #1816 from hapifhir/2024-11-gg-npe-fixes
...
2024 11 gg npe fixes
2024-11-19 14:53:07 +11:00
Grahame Grieve
711eae48e0
Merge pull request #1795 from brianpos/BP-fhirpath-tostring
...
fhirpath `tostring` implementation fix
2024-11-19 13:19:55 +11:00
Grahame Grieve
54b6173fdc
Fix double negative on noTerminologyChecks
2024-11-19 13:12:23 +11:00