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

Investigate expression of aggregate semantics within a single FHIRPath expression #688

Open
johngrimes opened this issue Jul 8, 2022 · 0 comments
Labels
new feature New feature or request
Projects

Comments

@johngrimes
Copy link
Member

It may be possible to deliver the same functionality as the Aggregate operation (perhaps with less limitations and restrictions) by allowing the user to express the query within a single FHIRPath expression.

This would require us to provide (through functions) a way of describing a set of grouping expressions. It would also require us to specify a "grouped" data type that we can then intelligently deal with and return to the user as a result (i.e. Parameters).

This could be an operation in addition to the current functionality, and perhaps the current operations could be refactored to make use of this as a general-purpose way of deriving them.

@johngrimes johngrimes added the new feature New feature or request label Jul 8, 2022
@johngrimes johngrimes added this to To do in Pathling via automation Jul 8, 2022
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
Pathling
  
To do
Development

No branches or pull requests

1 participant