pathling icon indicating copy to clipboard operation
pathling copied to clipboard

Traversal to choice element

Open johngrimes opened this issue 2 years ago • 0 comments

Currently, we only support traversal to "resolved virtual elements" within any-types, e.g.:

Observation.valueQuantity

It would be good if we could also support traversal to the choice element, and then use the ofType function to resolve this to a typed element, e.g.:

Observation.value.ofType(Quantity)

This makes the implementation technically valid with respect to the specification.

johngrimes avatar May 19 '23 14:05 johngrimes