You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expectation is that DomainResource type should not be retrievable since it is an abstract resource. No warnings/errors encountered with the following CQL:
library Foo
using FHIR version '4.0.1'
include FHIRHelpers version '4.1.000'
context Patient
define "Bar":
[DomainResource] // should be marked non-retrievable, should give error/warning in translator
The text was updated successfully, but these errors were encountered:
Expectation is that DomainResource type should not be retrievable since it is an abstract resource. No warnings/errors encountered with the following CQL:
The text was updated successfully, but these errors were encountered: