Grahame Grieve
2c87e00034
Add release notes
2023-11-15 20:33:37 +11:00
Grahame Grieve
2efb34c66f
Merge pull request #1489 from hapifhir/2023-11-gg-bundle-link-validation
...
Rework bundle references validation
2023-11-15 20:09:31 +11:00
Grahame Grieve
220210bca3
fix failing test
2023-11-15 18:06:55 +11:00
Grahame Grieve
a7e8dc18a1
#1488 - don't fail on erroneously repeating elements, and more bundle link validation
2023-11-15 17:34:13 +11:00
Grahame Grieve
6181d812e6
Rework bundle references validation
2023-11-15 14:20:54 +11:00
Grahame Grieve
55a960e982
Merge pull request #1487 from hapifhir/2023-11-gg-hasTemplateIdOf
...
2023 11 gg has template id of
2023-11-15 06:20:29 +11:00
dotasek
4906037448
Fix mockito matcher
2023-11-14 10:08:39 -05:00
Grahame Grieve
6cba0db3ac
try to fix mock
2023-11-14 22:22:09 +11:00
Grahame Grieve
c65dcd0f26
fix compile error
2023-11-14 15:08:10 +11:00
Grahame Grieve
9f8eeed5f6
more work on versioned API
2023-11-14 14:46:01 +11:00
Grahame Grieve
f2dc77272b
fix problem creating CDA type discriminators
2023-11-14 12:00:29 +11:00
Grahame Grieve
b898cfe59f
fix up VSAC import for large value sets
2023-11-14 11:59:29 +11:00
Grahame Grieve
ecd62b6feb
fix FHIRPath cda tests for empty package cache
2023-11-14 06:43:29 +11:00
Grahame Grieve
618930e5bf
Planning ahead: Add fhirVersion to R5 Base and IWorkerContext methods, and move IContextResourceLoader, ValidationResult and CodingValidationRequest out of IWorkerContext to their own clasess
2023-11-14 06:38:40 +11:00
Grahame Grieve
f31b611e93
fix problem with R3 expansion
2023-11-13 16:23:07 +11:00
Grahame Grieve
bd1b90b9a5
Add support for CCDA .hasTemplateIdOf(canonical)
2023-11-13 15:00:53 +11:00
Grahame Grieve
85e8df42b7
Merge pull request #1486 from hapifhir/2023-11-gg-bundle-resolution-validation
...
2023 11 gg bundle resolution validation
2023-11-13 12:07:42 +11:00
Grahame Grieve
e56dfb8693
Add support for NZ IPS
2023-11-13 08:10:56 +11:00
Grahame Grieve
90b0e0d3d6
Fix issue where markdown with multiple characters was being cut off sometimes
2023-11-13 07:38:59 +11:00
Grahame Grieve
4c6a318749
Fix bundle resolution rules to conform to the specification in version R4+
2023-11-13 07:38:31 +11:00
markiantorno
c128f3b61d
Updating version to: 6.2.4-SNAPSHOT and incrementing test cases dependency.
2023-11-11 06:49:45 +00:00
markiantorno
7cb9286e3f
Release: v6.2.3
...
## Validator Changes
* Remove wrong LOINC code for circumference % from vital signs scan
* Remove spurious error when profile discriminators have no value
* Fix as() and ofType() in FHIRPath engine to support type namespaces properly
* Fix problem with FHIRPath engine wrongly checking types in context of CDA
* Fix date validation error in CDA validation
* Update error handling to preserve message ids properly
## Other code changes
* Add rendering of II.system
* Fix extension handling when generating snapshots - which are ignored, overwrite, or add
* Delete some empty java files
* Remove unnecessary snapshot tests
***NO_CI***
2023-11-11 06:24:19 +00:00
Grahame Grieve
6b6a4df426
set up release
2023-11-11 11:49:25 +11:00
Grahame Grieve
90df64ce49
Merge remote-tracking branch 'origin/master'
2023-11-11 11:47:05 +11:00
Grahame Grieve
e0cfbeaa3f
release notes
2023-11-11 11:47:01 +11:00
Grahame Grieve
3e983d3337
Merge pull request #1485 from hapifhir/2023-11-gg-validator-fixes-1
...
2023 11 gg validator fixes 1
2023-11-11 09:32:39 +11:00
Grahame Grieve
89306e6ce3
Remove wrong LOINC code from vital signs scan
2023-11-11 08:26:56 +11:00
Grahame Grieve
7ce6334351
remove spurious error when profile discriminators have no value
2023-11-11 08:26:40 +11:00
Grahame Grieve
cec6425a7f
Add rendering of II.system
2023-11-11 08:26:18 +11:00
Grahame Grieve
af07fc7fa6
Merge pull request #1484 from hapifhir/2023-11-gg-snapshot-extensions
...
2023 11 gg snapshot extensions
2023-11-10 21:59:19 +11:00
Grahame Grieve
fad683ddaa
remove unnecessary snapshot tests
2023-11-10 16:39:43 +11:00
Grahame Grieve
6d4f6b507f
Fix as() in FHIRPath engine to support type namespaces properly
2023-11-10 16:39:31 +11:00
Grahame Grieve
110d627e83
fix problem with FHIRPath engine wrongly checking types in context of CDA
2023-11-10 16:39:05 +11:00
Grahame Grieve
eb1940e9c0
fix date validation error in CDA validation
2023-11-09 17:44:40 +11:00
Grahame Grieve
dc791becaa
update error handling to preserve message ids properly
2023-11-09 16:51:15 +11:00
Grahame Grieve
f07a779d36
Fix extension handling when generating snapshots - which are ignored, overwrite, or add
2023-11-09 16:50:13 +11:00
Grahame Grieve
857728b039
#1472 - delete empty files
2023-11-09 16:49:39 +11:00
markiantorno
c717f898ef
Updating version to: 6.2.3-SNAPSHOT and incrementing test cases dependency.
2023-11-07 03:30:21 +00:00
markiantorno
3a7733ea02
Release: v6.2.2
...
## Validator Changes
* Validate Vital signs Profiles when validating observations
* Hack around problem with vs-1 constraint in R4
* Check for retired status when multiple OID matches exist
* Fix for validating extensions on R5 resources in R4 (R4 special case)
* Minor fixes for standalone ViewDefinition validator
## Other code changes
* Revised Capability Statement rendering (Thanks Vassil Peytchev)
* Fix bug rendering primitive types with an extension that provides a value alternative
* Add links to references when rendering json and xml instances in IG publisher
* Fix bug generating profile spreadsheets
* Support suppress examples when generating snapshots
* VSAC Import improvements
***NO_CI***
2023-11-07 02:46:28 +00:00
Grahame Grieve
2d91fe1ad1
Merge pull request #1483 from hapifhir/2023-11-gg-release
...
set up release
2023-11-07 13:07:47 +11:00
Grahame Grieve
0da6f1b28f
set up release
2023-11-07 11:11:02 +11:00
Grahame Grieve
80fe954a37
Merge pull request #1480 from vassilpeytchev/master
...
Enhanced Capability Statement rendering
2023-11-07 11:06:11 +11:00
Grahame Grieve
650b4a57df
Merge pull request #1482 from hapifhir/2023-11-gg-r5-specials
...
Fix for validating extensions on R5 resources in R4 (R4 special case)
2023-11-07 10:03:01 +11:00
Grahame Grieve
0685bc7a81
Fix for validating extensions on R5 resources in R4 (R4 special case)
2023-11-07 09:14:42 +11:00
Grahame Grieve
ab707e38b6
Merge pull request #1481 from hapifhir/2023-11-gg-vital-signs
...
2023 11 gg vital signs
2023-11-07 06:25:43 +11:00
Grahame Grieve
841de5657e
vsac improvements
2023-11-06 20:23:17 +11:00
Grahame Grieve
b2c4da5aae
save vsac capability statement
2023-11-06 07:14:43 +11:00
Grahame Grieve
3fbc88a019
missed code
2023-11-06 07:14:17 +11:00
Grahame Grieve
bdc0ff8819
check for retired status when multiple OID matches exist
2023-11-06 07:05:33 +11:00
Grahame Grieve
35c7e18e55
Validate Vital signs Profiles when validating observations
2023-11-05 09:19:39 +11:00