dotasek
ff153b5621
Use BCP 47 language tag instead of Java Locale toString
2025-01-29 14:38:03 -05:00
Grahame Grieve
70b7e58ef8
Merge pull request #1892 from hapifhir/2025-01-gg-policyadvisor
...
policyAdvisor for CodeSystem and Valueset
2025-01-28 15:22:15 +11:00
Grahame Grieve
233493e31d
policyAdvisor for CodeSystem and Valueset
2025-01-28 13:59:40 +11:00
Grahame Grieve
6b657b01ed
Merge pull request #1891 from hapifhir/2025-01-gg-duplicate-contained-ids
...
Add check for duplicate ids on contained resources
2025-01-28 03:07:16 +11:00
Grahame Grieve
a45c05f190
Add check for duplicate ids on contained resources
2025-01-28 01:59:04 +11:00
Grahame Grieve
0a02f8070e
Merge pull request #1890 from hapifhir/2025-01-gg-message-id
...
2025 01 gg message
2025-01-28 00:25:38 +11:00
Grahame Grieve
d455a81029
compile fix
2025-01-27 22:59:09 +11:00
Grahame Grieve
ed26b37fb1
fix bug looking up code system
2025-01-27 20:22:05 +11:00
Grahame Grieve
61701e1d1b
fix bug for xver extension containing escaped [x]
2025-01-27 20:21:50 +11:00
Grahame Grieve
5a17cbec28
possible fix for an NPE?
2025-01-27 20:21:18 +11:00
Grahame Grieve
81249c050e
Look for cs on other server in missed location
2025-01-27 20:21:05 +11:00
Grahame Grieve
90f2c0c49d
fix bug accessing code system from other terminology server if no version specified
2025-01-27 20:20:42 +11:00
Grahame Grieve
0cb5bcf356
upgrade tx tests to make optionality dependent on mode
2025-01-27 20:20:17 +11:00
Grahame Grieve
462463cfb0
upgrade tx-task in validator to handle more repackaging functionality
2025-01-27 20:19:16 +11:00
Grahame Grieve
cefb6f64e8
fix switch statement packing terminology ( #18888 )
2025-01-23 08:16:17 +11:00
hl7-devops
57037e8c05
Updating version to: 6.5.7-SNAPSHOT and incrementing test cases dependency.
2025-01-17 02:58:11 +00:00
hl7-devops
87043ec6cb
Release: v6.5.6
...
## Validator Changes
* New Feature: Validating references: parameters -check-references and -resolution-context
* New Feature: Use AI Service to validate CodeableConcept.text (very experimental)
* Add AI validation tests as a command line option ([-aiTests](https://chat.fhir.org/#narrow/channel/323443-Artificial-Intelligence.2FMachine-Learning-.28AI.2FML.29/topic/LocalAI ))
* Don't enforce code system property references to standard properties in R4 (R4 hack workaround)
* Correctly handle supplements when validating based on expansions
* Fix issues with version dependent resolution of correct server for implicit value sets
* Better handle failure to find imported value sets when expanding
* correct error handling for expansion failure
* Correct grammar in language about resource not being valid against a profile
* use IPS 2.0.0 for `-ips`, not an old copy
* Fix NPE generating snapshots with expansions
* Rework `-txTests` to support additional test files and improve R4/R5 logging
* Fix bugs in RulesDrivenPolicyAdvisor
* Accept property in CodeSystem without requiring it be backed by a code
* Add issue when extension is deprecated
## Other code changes
* Track & report expansion source when rendering ValueSet expansions
* Render ValueSet supplement dependencies
* Add server headers to fhir-settings.json
* find places where ManagedFileAccess was missed
* Fix Actor rendering in obligations tables
* Renderer: move xml-no-order to tools ig
* Resource Factory: support for range in sheet for instance generation (#1881 )
***NO_CI***
6.5.6
2025-01-17 02:31:43 +00:00
hl7-devops
16fe9a3dda
Updating test case dependency to v1.7.6
...
***NO_CI***
2025-01-17 02:27:53 +00:00
Grahame Grieve
b193cf20e3
set up release
2025-01-17 12:49:09 +11:00
Grahame Grieve
e054bff5a6
Merge pull request #1885 from hapifhir/2025-01-gg-ai2
...
2025 01 gg ai2
2025-01-17 11:07:29 +11:00
Grahame Grieve
8c039244a5
Merge pull request #1880 from hapifhir/do-20250114-fix-param-encode
...
Use URLEncoder.encode, deprecate worse named method
2025-01-17 10:52:15 +11:00
Grahame Grieve
5ae6e990ba
Merge pull request #1882 from ahdis/oe_liquid_sheet_range
...
support for range in sheet for instance generation #1881
2025-01-17 10:51:55 +11:00
Grahame Grieve
9b47e33236
fix tests
2025-01-17 10:09:55 +11:00
Grahame Grieve
296ae3b636
set up ai tests as a validator option
2025-01-17 09:33:36 +11:00
Grahame Grieve
e48104fd52
Merge remote-tracking branch 'origin/master'
2025-01-17 09:09:04 +11:00
Grahame Grieve
4e39d8af49
update ai framework to be more configurable
2025-01-17 09:08:22 +11:00
Grahame Grieve
ac4b187fe4
Merge pull request #1883 from hapifhir/2025-01-gg-ai
...
2025 01 gg ai
2025-01-17 09:04:58 +11:00
Grahame Grieve
3d0a3c451e
compile fixes and fixes for David
2025-01-17 07:55:26 +11:00
Grahame Grieve
f5081aeed2
Don't enforce code system property references to standard properties in R4
2025-01-17 06:42:19 +11:00
Grahame Grieve
1163ecad8f
Update ai based code/text validation framework
2025-01-17 06:41:59 +11:00
Grahame Grieve
c6edf285e3
Correctly handle supplements when validating based on expansions
2025-01-17 06:41:00 +11:00
Grahame Grieve
c1089f234c
fix issues with version dependent resolution of correct server for implicit value sets
2025-01-17 06:40:33 +11:00
Grahame Grieve
652cc8fba6
Better handle failure to find imported value sets when expanding, and track & report expansion source
...
And render supplement dependencies + correct error handling for expansion failure
2025-01-17 06:39:59 +11:00
Grahame Grieve
74c2868cc1
Merge remote-tracking branch 'origin/master'
2025-01-15 15:16:10 +11:00
Grahame Grieve
6ce59520e9
Add AI Support for code/text validation
2025-01-15 15:16:04 +11:00
Grahame Grieve
54c6299b3b
Add server headers to fhir-settings.json
2025-01-15 15:14:44 +11:00
oliveregger
7fe92b75bc
support for range in sheet for instance generation #1881
2025-01-14 22:47:26 +01:00
dotasek
9bb7ac3d4d
Cherrypick updated validation message
2025-01-14 13:35:53 -05:00
dotasek
9626760c81
Use same method, do not duplicate
2025-01-14 12:03:58 -05:00
dotasek
4c1c78938f
Use URLEncoder.encode, deprecate worse named method
2025-01-14 11:56:51 -05:00
Grahame Grieve
8ed34e2604
Add validator support for -check-references and -resolution-context
2025-01-14 15:51:54 +11:00
Grahame Grieve
99697351a0
Correct grammar in language about resource not being valid against a profile
2025-01-14 15:17:46 +11:00
Grahame Grieve
c9082f37d3
fix typo
2025-01-14 15:10:31 +11:00
Grahame Grieve
769fe6cb31
use 2.0.0 for IPS, not an old copy
2025-01-13 23:00:46 +11:00
Grahame Grieve
ef8ee528b9
Fix NPW generating snapshots
2025-01-13 23:00:26 +11:00
Grahame Grieve
cf0d398478
Merge pull request #1877 from hapifhir/2025-01-gg-obligations
...
2025 01 gg obligations
2025-01-13 04:51:09 +11:00
Grahame Grieve
6b52ee5291
rework txTester to support additional test files, and better R4/R5 logging
2025-01-12 23:02:40 +11:00
Grahame Grieve
0cee7d4607
find places where ManagedFileAccess was missed
2025-01-12 23:01:34 +11:00
Grahame Grieve
dfded8aed0
Fix Actor rendering in obligations tables
2025-01-12 22:59:40 +11:00
Grahame Grieve
2d5a8e06e7
Merge pull request #1876 from hapifhir/2025-01-gg-deprecated-note
...
2025 01 gg deprecated note
2025-01-10 18:22:26 +11:00