Commit Graph

5318 Commits

Author SHA1 Message Date
dotasek 9b91f1389f
Update Conversion package docs (#1257)
* Reorganize README.md, expand details

* Update conversion README.md document
2023-05-09 17:33:55 -04:00
Grahame Grieve fd630de50f
Merge pull request #1256 from hapifhir/do-20230501-conversion-refactor
Refactor extension ignore in conversion
2023-05-09 14:42:48 -05:00
dotasek c4e32f87c2 Refactor: Use useful and consistent parameter names 2023-05-08 14:09:31 -04:00
dotasek 9ca316bb2f Move ignore extension logic in 10_30 convertors 2023-05-08 13:10:28 -04:00
dotasek 5f18101686 Cleanup - delete unused fields 2023-05-08 13:00:17 -04:00
dotasek 6f1b57dc15 Move ignore extension logic in 10_40 convertors 2023-05-08 12:57:17 -04:00
dotasek 8c86328002 Move ignore extension logic in 10_50 convertors 2023-05-08 12:47:55 -04:00
dotasek bcef732576 Move ignore extension logic in 14_30 convertors 2023-05-08 12:38:29 -04:00
dotasek 9a70ebb2c9 Move ignore extension logic in 14_40 convertors 2023-05-08 11:39:44 -04:00
dotasek b9433f0e8c Move ignore extension logic in 14_50 convertors 2023-05-08 11:21:50 -04:00
dotasek 42cf58cfbb Move ignore extension logic in 30_40 convertors 2023-05-08 11:11:34 -04:00
dotasek 33f28daf33 Move ignore extension logic in 30_50 convertors Part 2 2023-05-08 10:57:08 -04:00
dotasek 05148a54c8 Merge remote-tracking branch 'origin/master' into do-20230501-conversion-refactor 2023-05-08 10:24:34 -04:00
Grahame Grieve 6232c54f15 Fix core 2023-05-07 12:02:00 -05:00
Grahame Grieve bcb0656ff5 Merge remote-tracking branch 'origin/master' 2023-05-07 11:04:07 -05:00
Grahame Grieve ae13abfc2a performance related changes 2023-05-07 11:04:04 -05:00
Grahame Grieve 2e0acbb6f2
Merge pull request #1254 from lantanagroup/validation-perf-improvements
Validation performance improvements
2023-05-07 11:03:36 -05:00
Sean McIlvenna fa1e0c5a71 Changes based on performance profiling validation of a large Bundle of 32 patients
Reduced execution time from >2 minutes to 36 seconds
2023-05-07 10:03:12 -05:00
Grahame Grieve e9d10baba2 Merge remote-tracking branch 'origin/master' 2023-05-07 07:14:52 -05:00
Grahame Grieve c5f5689714 fixes for R5 redirector 2023-05-07 07:14:44 -05:00
Grahame Grieve 974ecfb794
Merge pull request #1253 from hapifhir/gg-202305-fhirpath
Fix FHIRPath split function
2023-05-06 11:18:28 -05:00
Grahame Grieve d35b881cf1 Fix FHIRPath split function 2023-05-06 09:55:36 -05:00
Grahame Grieve 24b0cc2ee4 Fixes for kindling 2023-05-06 00:55:50 -05:00
Grahame Grieve 89cc7b9c55
Merge pull request #1252 from hapifhir/gg-202305-tx-refactor
Fix bug handling filter, and refactor terminology code
2023-05-05 23:20:18 -05:00
Grahame Grieve f734f98c05 update for failing tests 2023-05-05 22:21:05 -05:00
dotasek 9464be8728 ValueSet test resource 2023-05-05 18:03:50 -04:00
dotasek a974077366 Add ValueSet test 2023-05-05 18:03:36 -04:00
dotasek 7a87cfda32 Typo 2023-05-05 18:03:23 -04:00
dotasek 7a2e6e12ec Merge branch 'do-20230504-capability-statement-conv-tests' into do-20230501-conversion-refactor 2023-05-05 17:28:45 -04:00
dotasek a3603e2e3a Revert "WIP actually test capabilityStatement conversion"
This reverts commit 729d03bd2e.
2023-05-05 17:28:15 -04:00
dotasek 76ef9370d0 Add test coverage for CapabilityStatement.Conformance + fix 10_40/50
Fixes incorrect lastPath preventing ignoring of acceptUnknown extensions
2023-05-05 16:55:55 -04:00
Grahame Grieve b402fd1c45 Fix bug handling filter, and refactor terminology code 2023-05-05 13:55:23 -05:00
dotasek 6b4197044f Merge remote-tracking branch 'origin/master' into do-20230504-capability-statement-conv-tests 2023-05-04 14:40:15 -04:00
dotasek 17787e7f17
Fix for dstu2016may Resource equals methods (#1251)
* Tests and fix for Base equals methods

* Test for shallow and deep
2023-05-04 14:38:47 -04:00
dotasek 3a0e68e08f Tests and fix for Base equals methods 2023-05-04 12:47:51 -04:00
dotasek 91a8ff379c Add 14_50 Test. Will fail until dstu2016may Base.equalsDeep is fixed. 2023-05-04 12:47:51 -04:00
dotasek bf5f57cbb7 Add tests 1 2023-05-04 12:47:51 -04:00
dotasek f5e049cbbe Fix copy-paste mistake 2023-05-04 12:47:51 -04:00
markiantorno 551fe6d7c0 Updating version to: 6.0.5-SNAPSHOT and incrementing test cases dependency. 2023-05-04 13:17:39 +00:00
markiantorno 83a45f95f9 Release: v6.0.4
## Validator Changes

* Fix bug accessing canonical resources on servers

## Other code changes

* Various changes to support terminology service testing
***NO_CI***
2023-05-04 07:22:08 +00:00
Grahame Grieve 76d70bdc66 Merge remote-tracking branch 'origin/master' 2023-05-04 16:48:19 +10:00
Grahame Grieve ce354c4719 set up release 2023-05-04 16:48:14 +10:00
Grahame Grieve 9ee5071b06
Merge pull request #1250 from hapifhir/gg-202305-more-tx-work2
Gg 202305 more tx work2
2023-05-04 15:18:36 +10:00
Grahame Grieve 3eeec47815 support for value set version 2023-05-04 13:25:43 +10:00
Grahame Grieve e8de25c197 fix tests 2023-05-04 10:35:03 +10:00
Grahame Grieve 806c065fcb fix version return + profile support in testing 2023-05-04 10:01:35 +10:00
Grahame Grieve 94fd0ae795 more tests fixes 2023-05-03 17:16:16 +10:00
Grahame Grieve 0b71add74c Always report version on validation, and use the correct type for version in expansion parameters 2023-05-03 11:59:54 +10:00
Grahame Grieve 40d73ba2ad fix bug accessing canonical resources 2023-05-03 11:58:49 +10:00
Grahame Grieve 410f08e6d6 terminology fixes - add expParams to cache key, fix up parameter types, report version 2023-05-02 16:58:54 +10:00