This repository was archived by the owner on Dec 21, 2022. It is now read-only.
ModelResolver Task to Patient path returns for instead of requester#624
Merged
JPercival merged 7 commits intocqframework:masterfrom Oct 18, 2022
Merged
ModelResolver Task to Patient path returns for instead of requester#624JPercival merged 7 commits intocqframework:masterfrom
for instead of requester#624JPercival merged 7 commits intocqframework:masterfrom
Conversation
7 tasks
|
@brynrhodes @JPercival would one of you be able to review this? related to getting Tasks generate from $apply, thanks |
brynrhodes
approved these changes
Oct 18, 2022
JPercival
approved these changes
Oct 18, 2022
brynrhodes
added a commit
that referenced
this pull request
Oct 20, 2022
* update v2.1.0 (#617) * update v2.1.0 * update reference for FhirLibrarySourceProvider * remove xpp3 exclusion * update readme * Rework xpp3 dependencies due to test failures Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com> * snapshot v2.2.0 (#619) * ModelResolver Task to Patient path returns `for` instead of `requester` (#624) * Adding Android compliance check on the engine, engine.fhir and engine.jackson * Correctly using plugin management * Fixing Test case * Using Assert equals and not assertTrue(equals(x)) * Fixing #621 Co-authored-by: mdnazmulkarim <nazmul@alphora.com> Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com> Co-authored-by: Vitor Pamplona <vitor@vitorpamplona.com>
JPercival
added a commit
that referenced
this pull request
Oct 20, 2022
* #508,#552: Added support for profile validation in the retrieve #520: Fixed incorrect handling of null enumerations and primitives for FHIR-based models # Conflicts: # engine.fhir/src/test/java/org/opencds/cqf/cql/engine/fhir/model/TestDstu2ModelResolver.java # engine.fhir/src/test/java/org/opencds/cqf/cql/engine/fhir/model/TestDstu3ModelResolver.java # engine.fhir/src/test/java/org/opencds/cqf/cql/engine/fhir/model/TestR4ModelResolver.java # pom.xml * Add v15 branch to release scripting * Merge master (#627) * update v2.1.0 (#617) * update v2.1.0 * update reference for FhirLibrarySourceProvider * remove xpp3 exclusion * update readme * Rework xpp3 dependencies due to test failures Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com> * snapshot v2.2.0 (#619) * ModelResolver Task to Patient path returns `for` instead of `requester` (#624) * Adding Android compliance check on the engine, engine.fhir and engine.jackson * Correctly using plugin management * Fixing Test case * Using Assert equals and not assertTrue(equals(x)) * Fixing #621 Co-authored-by: mdnazmulkarim <nazmul@alphora.com> Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com> Co-authored-by: Vitor Pamplona <vitor@vitorpamplona.com> Co-authored-by: mdnazmulkarim <nazmul@alphora.com> Co-authored-by: Jonathan Percival <jonathan.i.percival@gmail.com> Co-authored-by: Vitor Pamplona <vitor@vitorpamplona.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
While we work on the primaryContextPath idea, this PR hardcodes the primary context path between Task and Patient to the field
forin R4 and DSTU3.Fixes: cqframework/clinical_quality_language#858
Related to: google/android-fhir#1624