Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1488: Fixed MedicationNotRequested.reasonCode cardinality #1491

Merged
merged 3 commits into from
Jan 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix filename casing issues
JPercival committed Jan 27, 2025
commit e024ed189582c56ebe0aad4081cebf587b9b3846
Original file line number Diff line number Diff line change
@@ -173,7 +173,7 @@ void qICore() throws IOException {

@Test
void testPCSBMIScreenAndFollowUpFHIR() throws IOException {
CqlTranslator translator = TestUtils.runSemanticTest("qicore/v600/PCSBMIScreenAndFollowupFHIR.cql", 0);
CqlTranslator translator = TestUtils.runSemanticTest("qicore/v600/PCSBMIScreenAndFollowUpFHIR.cql", 0);

Library library = translator.toELM();
Map<String, ExpressionDef> defs = new HashMap<>();
@@ -190,7 +190,7 @@ void testPCSBMIScreenAndFollowUpFHIR() throws IOException {

@Test
void testPCSDepressionScreenAdnFollowUpFHIR() throws IOException {
CqlTranslator translator = TestUtils.runSemanticTest("qicore/v600/PCSDepressionScreenAndFollowUPFHIR.cql", 0);
CqlTranslator translator = TestUtils.runSemanticTest("qicore/v600/PCSDepressionScreenAndFollowUpFHIR.cql", 0);

Library library = translator.toELM();
Map<String, ExpressionDef> defs = new HashMap<>();