Skip to content

Add a warning for a such that clause that does not reference the included source #1631

@brynrhodes

Description

@brynrhodes

It is valid to write a such that clause that does not reference the included source:

define Valid:
  [Encounter] E
    with [Observation] O such that true

But it is often an indication that something is missing. It would be helpful for the translator to issue a warning in this case:

The such that clause does not reference the included source O. Consider whether this is intended.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions