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

Performance of async FHIRPath expressions #1080

Open
fongsean opened this issue Dec 19, 2024 · 0 comments
Open

Performance of async FHIRPath expressions #1080

fongsean opened this issue Dec 19, 2024 · 0 comments

Comments

@fongsean
Copy link
Collaborator

memberOf FHIRPath implementation is currently used in the AusCVDRisk calculator. It requires async FHIRPath evaluation and requests to a terminology server.

There is a need to ensure that the client does not make unnecessary calls to the terminology server. i.e. clicking on a checkbox or adding a new character in the textfields might trigger an API call, which is not ideal.

Ideas:

  • Check if the variable already has a result, and therefore skip the API request.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant