We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: