-
Notifications
You must be signed in to change notification settings - Fork 296
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
Add a Wrapper For fhirPath expressions, cqf-calculatedValue, cqf-library and cqf-expression. #1246
Comments
as a first step to speed up development, i think it's ok to create this new api as an internal api in the |
I recommend(draft) the following: class functions:
It can also be used in the FHIR Path variable issue at a later point Most of these output either a boolean or a list of resources. The wrapper can be extended to support constant extensions that need local support such as
@RaaziaTarique I don't know if this is what @jingtang10 wanted but I believe it's a start based on my understanding Edited with @RaaziaTarique |
@RaaziaTarique @jingtang10 has the approach here been resolved? Thanks |
Updates on this
|
|
@fredhersch See the summery above on the related FHIRPath expression tickets |
I think as a tracking issue this issue can be closed as the only item left is 1038. |
Is your feature request related to a problem? Please describe.
FhirPathEngine, DataRenderer and related classes to evaluate fhirPath expressions, cqf-calculatedValue, cqf-library and cqf-expression will be used multiple time in the project so it's better to have central wrapper for these classes.
Following issues which may use this wrapper in the future:
#1040 (This wrapper is a Pre-Requisite)
#1033
#1059
Describe the solution you'd like
Add a wrapper in the common module.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
@jingtang10 proposed this solution in the SDK ticket discussion call held on 18th March, 2022 CC: @f-odhiambo
Would you like to work on the issue?
Please state if this issue should be assigned to you or who you think could help to solve this issue.
The text was updated successfully, but these errors were encountered: