Grahame Grieve
0e41463886
move test cases
2023-03-08 15:32:52 +11:00
Grahame Grieve
eb852a8d03
mark location for input parsing FML
2023-03-08 11:48:37 +11:00
Grahame Grieve
6870c7a32c
Merge pull request #1157 from hapifhir/gg-202303-qa-sm-validation-5
...
Gg 202303 qa sm validation 5
2023-03-08 10:10:55 +11:00
Grahame Grieve
015d53e8ee
fix problem parsing types
2023-03-08 09:11:00 +11:00
markiantorno
d4d160eb29
Updating version to: 5.6.104-SNAPSHOT and incrementing test cases dependency.
2023-03-07 16:31:22 +00:00
markiantorno
b18181ab7e
Release: v5.6.103
...
## Validator Changes
* Fix structure map validation issues around type
* Revise whitespace handling for unicode conformance in validator
* Improved error message for output directory requirements
* Improve compact version sorting in renderer
* Add timestamp to compact format
## Other code changes
* Fix JSON escaping utility function
* Bug fixes in XHTML processing.
* Convertors: Bug Fixes in spec evaluation
* Convertors: patchUrls now patches fhir-type extension values
* R5: Fix FML parsing missing locations
* R5: Fix location bugs in FML parsing
***NO_CI***
2023-03-07 16:03:02 +00:00
Grahame Grieve
4486c12df5
fix location bugs in FML parsing
2023-03-07 21:47:38 +11:00
Grahame Grieve
6bf26255ab
fix structure map validation issues around type
2023-03-07 20:58:51 +11:00
Grahame Grieve
bbc3cd5121
Fix FML parsing missing locations
2023-03-07 20:58:01 +11:00
Grahame Grieve
0c26f09721
revise whitespace handling for unicode conformance in validator
2023-03-07 06:25:45 +11:00
markiantorno
8a546d37eb
Updating version to: 5.6.103-SNAPSHOT and incrementing test cases dependency.
2023-03-06 12:05:52 +00:00
markiantorno
a7507e9887
Release: v5.6.102
...
## Validator Changes
* Add ConceptMap validation
* Add StructureMap validation
* Validate using type regex (had been omitted to now, mostly affects decimal validation)
* Add new -output-style values compact and compact-split
* Fix bug validating CDA choice elements without [x] in their names
## Other code changes
* Various fixes and utilities to support StructureMap & ConceptMap validation
* Fix Observation.value conversion between R5 and other versions
* Recognise R4B and R5 core packages
* Improvements to specification diffference engine for R5 publication
* More efficient XHTML AST model
***NO_CI***
2023-03-06 11:39:27 +00:00
Grahame Grieve
6fe16d1812
fix bug parsing parameters in FML
2023-03-06 20:44:17 +11:00
Grahame Grieve
36d22c522a
make xhtml nodes use less memory
2023-03-06 10:32:54 +11:00
Grahame Grieve
bf202870d9
Merge remote-tracking branch 'origin/master'
2023-03-06 06:20:01 +11:00
Grahame Grieve
356e500ab6
finish ConceptMap validation
2023-03-05 23:25:12 +11:00
Grahame Grieve
ec72b1fcdd
fix parsing and validating of concept maps in structure maps + validate terminology part of structure maps
2023-03-05 18:29:11 +11:00
markiantorno
ebd93f570f
Updating version to: 5.6.102-SNAPSHOT and incrementing test cases dependency.
2023-03-03 04:08:44 +00:00
markiantorno
f317bb15f6
Release: v5.6.101
...
## Validator Changes
* Fix NPE in Structure Map validation
## Other code changes
* Add back code missed when regenerating R5
* Update conversions for discovered issues for R5
***NO_CI***
2023-03-03 03:21:09 +00:00
Grahame Grieve
b18e541b5f
Gg 202303 r5 fixes ( #1148 )
...
* update test package dependency
* Add back code missed when regenerating R5
* fix NPE
* update conversions for discovered issues for R5
---------
Co-authored-by: Grahame Grieve <grahameg@gmail.ccom>
2023-03-02 18:35:33 -05:00
Grahame Grieve
8ac01bd5a4
update conversions for discovered issues for R5
2023-03-03 06:30:49 +11:00
Grahame Grieve
5e070b226b
Add back code missed when regenerating R5
2023-03-03 06:30:10 +11:00
markiantorno
da62438802
Updating version to: 5.6.101-SNAPSHOT and incrementing test cases dependency.
2023-03-02 03:50:02 +00:00
markiantorno
578b964cf9
Release: v5.6.100
...
## Major change:
* New R5 release - rebuild R5 implementation, update a lot of related code
## Validator Changes
* Load separate R5 extensions package
* Load FML directly, and validate mapping as much as possible
## Other code changes
* Fix bugs in Java R5 code generator
* Add more control at the code level over how to handle unknown profiles when generating snapshots
* Rework ConceptMap for major R5 changes
* Fix bug in CommaGeneratedStringBuilder (calling toString() multiple times duplicated content)
* handle case [reference].where(resolve() is X) when analysing types+elements in FHIRPath statements
***NO_CI***
2023-03-02 03:21:29 +00:00
Grahame Grieve
99d2421014
fix using wrong version of extensions package
2023-03-02 08:49:22 +11:00
Grahame Grieve
042c1dd29e
last qa fixes for R5 preview
2023-03-01 23:46:32 +11:00
Grahame Grieve
68090356cb
Update for regenerated java code in 5.0.0-draft-final
2023-03-01 21:49:49 +11:00
Grahame Grieve
2e11041fc5
Regenerate R5 for 5.0.0-draft-final
2023-03-01 21:49:11 +11:00
Grahame Grieve
0425a2beff
suppress spurious log message
2023-03-01 05:30:10 +11:00
Grahame Grieve
fe9eaca741
Merge remote-tracking branch 'origin/master'
2023-03-01 04:54:25 +11:00
Grahame Grieve
94de728553
Merge pull request #1144 from hapifhir/do-20230227-fhircat-shex-fix
...
Fix for build failures in #1120
2023-03-01 04:54:10 +11:00
dotasek
792561c9ab
Make shexs_2.12 optional to allow cli build
2023-02-28 10:33:17 -05:00
Grahame Grieve
85eea1df09
tidy up generator code
2023-02-28 22:51:16 +11:00
Grahame Grieve
4055635396
Merge pull request #1143 from hapifhir/gg-202302-fhirpath-where-cleverness
...
pick up types in FHIRPath when filtering references with .where(resol…
2023-02-28 21:44:10 +11:00
Grahame Grieve
18abfdc920
pick up types in FHIRPath when filtering references with .where(resolve() is X)
2023-02-28 20:51:08 +11:00
Grahame Grieve
64cea66959
Merge pull request #1141 from balhoff/anyuri-types
...
Output literal datatypes for anyURI types in RDF examples
2023-02-28 16:29:27 +11:00
Grahame Grieve
1a88c6ebc8
fix for R5 hack
2023-02-28 11:13:19 +11:00
Deepak Sharma
83a323ac33
Merge branch 'hapifhir:master' into master
2023-02-27 14:04:23 -06:00
Grahame Grieve
c5d6e0f5f4
Merge remote-tracking branch 'origin/master'
2023-02-28 05:58:54 +11:00
Jim Balhoff
13fbf16daa
Output literal datatypes for anyURI types.
2023-02-27 13:40:01 -05:00
dksharma
6ba6a0ae62
Removed BASE directive, sorted value-set rendering and correct imports
2023-02-27 12:23:20 -06:00
Grahame Grieve
b0daf66672
Merge pull request #1140 from hapifhir/gg-202302-map-validation-3
...
structuremap validation and invariant fixes for forthcoming R5 release
2023-02-27 19:46:38 +11:00
dksharma
a593e9a60d
Minor correction to align with FHIR R5 RDF changes
2023-02-27 02:18:24 -06:00
Grahame Grieve
4c30621491
structuremap validation and invariant fixes for forthcoming R5 release
2023-02-27 18:32:38 +11:00
dksharma
5fde3a2106
Minor correction to align with FHIR R5 RDF changes
2023-02-26 21:44:07 -06:00
Grahame Grieve
a62c8683f2
Merge pull request #1139 from hapifhir/gg-202302-map-validation-2
...
Work on StructureMap validation
2023-02-27 09:14:13 +11:00
Grahame Grieve
2bd73c650e
Work on StructureMap validation
2023-02-27 07:30:04 +11:00
Grahame Grieve
edf5ecf275
Merge pull request #1138 from hapifhir/gg-202302-map-validation
...
FML validation
2023-02-25 16:41:26 +11:00
dksharma
e64461e940
Corrected TypeArcs and Node Roles
2023-02-24 23:12:43 -06:00
Grahame Grieve
d3a407e369
FML validation
2023-02-25 14:05:03 +11:00