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

Traversal to choice element #1442

Open
johngrimes opened this issue May 19, 2023 · 0 comments
Open

Traversal to choice element #1442

johngrimes opened this issue May 19, 2023 · 0 comments
Labels
new feature New feature or request

Comments

@johngrimes
Copy link
Member

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 johngrimes added the new feature New feature or request label May 19, 2023
@github-project-automation github-project-automation bot moved this to Backlog in Pathling May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant