-
Notifications
You must be signed in to change notification settings - Fork 124
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1475: Fixed mapping expansions for profile-informed authoring not re…
…specting signature level
- Loading branch information
1 parent
b4b0701
commit 4542157
Showing
3 changed files
with
75 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
15 changes: 15 additions & 0 deletions
15
...src/test/resources/org/cqframework/cql/cql2elm/MappingExpansionsRespectSignatureLevel.cql
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
library MappingExpansionsRespectSignatureLevel | ||
|
||
// https://github.com/cqframework/clinical_quality_language/issues/1475 | ||
|
||
using QICore version '4.1.1' | ||
|
||
include FHIRHelpers version '4.0.1' | ||
|
||
parameter "Measurement Period" Interval<DateTime> default Interval[@2024-01-01T00:00:00.0Z, @2025-01-01T00:00:00.0Z) | ||
|
||
context Patient | ||
|
||
define EncounterPeriod: | ||
[Encounter] E | ||
return E.period |