Open JPercival opened 1 year ago
BackboneElements
are generally abstract types in the FHIR spec, and are declared implicitly as part of an overall Resource definition. IOW, it's probably not valid to work with BackboneElement
directly. I'll do a bit more research on this.
Not sure if this is still an issue. Please just close if the issue is resolved/fixed...
In CQL, we want to be able to
return
BackboneElement and child element types from (at least) functions. For example:Last I heard, there were issues dealing with these types of child elements and backbone elements.