Grahame Grieve
|
da56e4296b
|
Change validator so that it marks value properties in primitive data types as illegal
|
2024-02-28 12:22:33 +11:00 |
Grahame Grieve
|
f22316d55f
|
fix up structure mapping tests
|
2024-02-28 12:21:15 +11:00 |
Grahame Grieve
|
3f5461346b
|
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
|
2024-02-28 05:55:20 +11:00 |
Grahame Grieve
|
b6e58cbf50
|
Merge pull request #1560 from hapifhir/do-20240131-cda-ccda-cli-versions
Fix CDA and CCDA IG versions in CLI options
|
2024-02-28 05:22:39 +11:00 |
dotasek
|
3d61674a94
|
Add release note
|
2024-02-27 09:41:52 -05:00 |
dotasek
|
6b55cc8eb0
|
Merge branch 'master' into do-20240131-cda-ccda-cli-versions
|
2024-02-27 09:40:50 -05:00 |
Grahame Grieve
|
0bb1f82460
|
fix test case for fix in fml parsing
|
2024-02-28 00:03:28 +11:00 |
Grahame Grieve
|
c2c792cb78
|
render contained resources on patient
|
2024-02-27 23:53:16 +11:00 |
Grahame Grieve
|
eb770f830a
|
fix parsing bugs in StructureMap parser
|
2024-02-27 00:14:11 +11:00 |
Grahame Grieve
|
ea899b92a7
|
Merge branch 'master' of https://github.com/hapifhir/org.hl7.fhir.core
|
2024-02-26 11:48:16 +11:00 |
Grahame Grieve
|
60cf499659
|
Move x-version code to IG Publisher
|
2024-02-26 11:48:07 +11:00 |
Grahame Grieve
|
2bcc3fb7ae
|
Merge pull request #1568 from hapifhir/2024-02-gg-monster
2024 02 gg monster
|
2024-02-25 23:42:32 +11:00 |
Grahame Grieve
|
ca19aa7e35
|
split between R4B and R5 test cases
|
2024-02-25 22:54:14 +11:00 |
Grahame Grieve
|
8e5791ca82
|
compile fix
|
2024-02-25 20:51:13 +11:00 |
Grahame Grieve
|
2bc028b86a
|
Fix compile issue
|
2024-02-25 19:57:43 +11:00 |
Grahame Grieve
|
be1bc2e282
|
release notes
|
2024-02-25 19:26:32 +11:00 |
Grahame Grieve
|
982d5521da
|
Improved ConceptMap validation
|
2024-02-25 19:26:07 +11:00 |
Grahame Grieve
|
0139723822
|
Improved ConceptMap validation
|
2024-02-25 19:25:43 +11:00 |
Grahame Grieve
|
1eb8067d6b
|
Fix where validator was ignoring minimum cardinality for XML attributes (especially in CDA)
|
2024-02-25 19:25:17 +11:00 |
Grahame Grieve
|
1d4898eee6
|
Support for case sensitive Code system tests
|
2024-02-25 19:22:25 +11:00 |
Grahame Grieve
|
c05ad6cb2c
|
fix bug using wrong version constant for R3
|
2024-02-25 19:21:58 +11:00 |
Grahame Grieve
|
13342f09a3
|
more XHTML fluent routines
|
2024-02-25 19:21:14 +11:00 |
Grahame Grieve
|
e63a2ad16f
|
updates for R5 StructureMap syntax
|
2024-02-25 19:20:52 +11:00 |
Grahame Grieve
|
cec8a36d35
|
Fix wrong URLs rendering Profiles and Questionnaires
|
2024-02-25 19:20:24 +11:00 |
Grahame Grieve
|
eaa83ae835
|
Fix bug where not rendering ConceptMap relationships
|
2024-02-25 19:19:14 +11:00 |
Grahame Grieve
|
c2756a24ef
|
work on ConceptMap infrastructure for cross-version analysis
|
2024-02-25 19:18:06 +11:00 |
Grahame Grieve
|
3a27e012be
|
Don't generate snapshots when scanning structure definitions for resource names
|
2024-02-25 19:16:18 +11:00 |
Grahame Grieve
|
0642e123a1
|
Fix significant bug where validator gets internal child lists incorrect and doesn't do complete validation when switching between validating profiles and resources directly
|
2024-02-25 19:15:27 +11:00 |
Grahame Grieve
|
df3456d293
|
Add support for subsumes in tx client
|
2024-02-25 19:14:12 +11:00 |
Grahame Grieve
|
981d201046
|
WIP: major refactor of cross version analysis
|
2024-02-25 19:12:16 +11:00 |
Grahame Grieve
|
d5972caeb1
|
performance improvement for element model parsing - thanks Brian Postlethwaite
|
2024-02-22 17:52:49 +11:00 |
Grahame Grieve
|
4fdaee16a5
|
fix Crash on slicing a sliced element #862
|
2024-02-22 15:41:46 +11:00 |
Dylan Hall
|
f1096a8ebd
|
Introduce new validator cliContext option disableDefaultResourceFetcher (#1526)
* introduce new cliContext option doNotFetchUnknownProfiles
* rename parameter to disable-default-resource-fetcher
* missed renaming a couple items
* review feedback
|
2024-02-20 17:06:55 -05:00 |
Tim Prudhomme
|
7761be6197
|
Add TurtleGeneratorTests (#1528)
* Add TurtleGeneratorTests for R5
* Finish TurtleGeneratorTests setup
* Switch unit test to added example resource, disable others
|
2024-02-20 15:25:12 -05:00 |
dotasek
|
e42079e482
|
Restore commented method verification (#1566)
|
2024-02-20 11:04:32 -05:00 |
dotasek
|
70505b1704
|
Bump sqlite to 3.45.1.0 (#1562)
|
2024-02-20 10:23:37 -05:00 |
Grahame Grieve
|
5783481a26
|
fix ig loading from direct URL (#1559)
|
2024-02-13 13:02:23 +11:00 |
Grahame Grieve
|
d99fbfa191
|
Merge pull request #1565 from hapifhir/2024-02-gg-tx-fixes
2024 02 gg tx fixes
|
2024-02-12 19:23:05 +11:00 |
Grahame Grieve
|
d128c2d3fc
|
rebuild tx cache
|
2024-02-12 16:21:36 +11:00 |
Grahame Grieve
|
5b323644de
|
Fix issues with inferSystem
|
2024-02-12 16:20:34 +11:00 |
Grahame Grieve
|
b8a9b94b45
|
fix bug where using ontoserver when not appropriate
|
2024-02-12 16:20:10 +11:00 |
Grahame Grieve
|
f74f87c33b
|
disable test
|
2024-02-12 16:19:27 +11:00 |
Grahame Grieve
|
55cbc66fbf
|
take copy of code when doing local validation
|
2024-02-12 16:19:19 +11:00 |
Grahame Grieve
|
1df3b9651b
|
Merge pull request #1563 from hapifhir/2024-02-gg-misc-fixes-1
2024 02 gg misc fixes 1
|
2024-02-11 22:45:09 +11:00 |
Grahame Grieve
|
a266540d1d
|
update test case dependency
|
2024-02-10 23:23:03 +11:00 |
Grahame Grieve
|
9e60fdb7ad
|
Hack fix for opd-3
|
2024-02-10 23:12:12 +11:00 |
Grahame Grieve
|
85a8807e7b
|
code
|
2024-02-10 23:11:56 +11:00 |
Grahame Grieve
|
b548b98496
|
Split value set validation into 10k batches for very large extensional value sets
|
2024-02-10 23:11:23 +11:00 |
Grahame Grieve
|
487094ccc7
|
Fix broken links Bundle and Profile rendering
|
2024-02-10 23:10:53 +11:00 |
Grahame Grieve
|
2628010dff
|
Fix code system rendering for uri properties
|
2024-02-10 23:10:31 +11:00 |