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

Formatter issue with comments #437

Closed
jackcmeyer opened this issue Jun 24, 2019 · 1 comment
Closed

Formatter issue with comments #437

jackcmeyer opened this issue Jun 24, 2019 · 1 comment
Labels
Milestone

Comments

@jackcmeyer
Copy link

Formatting the following definition:

define "Encounter With Principal Procedure of SCIP VTE Selected Surgery":
  "Encounter With Age Range and Without VTE Diagnosis or Obstetrical Conditions" QualifyingEncounter
    with ( "SCIP VTE Selected Surgery" Procedure
      where Procedure.rank = 1 //in "Principal"  
          ) SelectedSCIPProcedure
      such that SelectedSCIPProcedure.relevantPeriod during QualifyingEncounter.relevantPeriod 

Results in:

define "Encounter With Principal Procedure of SCIP VTE Selected Surgery":
  "Encounter With Age Range and Without VTE Diagnosis or Obstetrical Conditions" QualifyingEncounter
    with ( "SCIP VTE Selected Surgery" Procedure
      where Procedure.rank = 1 //in "Principal"   ) SelectedSCIPProcedure
      such that SelectedSCIPProcedure.relevantPeriod during QualifyingEncounter.relevantPeriod

The resulting expression is no longer valid CQL.

@brynrhodes brynrhodes added the bug label Jun 29, 2019
@brynrhodes brynrhodes added this to the 1.4 Maintenance milestone Jun 29, 2019
@brynrhodes brynrhodes removed this from the 1.5 Ballot Support milestone Oct 16, 2020
@brynrhodes brynrhodes added this to the 1.5.3 Maintenance milestone Mar 26, 2021
echicoine-icf pushed a commit to echicoine-icf/clinical_quality_language that referenced this issue Apr 26, 2021
echicoine-icf pushed a commit to echicoine-icf/clinical_quality_language that referenced this issue Sep 20, 2021
@brynrhodes
Copy link
Member

Included in 1.5.5 Release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants