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

Support for FHIR Search API queries #1986

Open
johngrimes opened this issue Jun 13, 2024 · 1 comment
Open

Support for FHIR Search API queries #1986

johngrimes opened this issue Jun 13, 2024 · 1 comment
Labels
new feature New feature or request

Comments

@johngrimes
Copy link
Member

Many other implementations use the FHIR Search API as a standard format for representing filter criteria for FHIR data.

It would be great if we had a way of executing a FHIR Search API query in both the server implementation and the library API.

@johngrimes johngrimes added the new feature New feature or request label Jun 13, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Pathling Jun 13, 2024
@johngrimes
Copy link
Member Author

One way of implementing part of this could be to leverage the FHIRPath definitions used to define search parameters within the FHIR specification.

We should be able to translate these expressions into queries using the existing FHIRPath engine.

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