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

Search on custom FHIR resources #6775

Open
danglam105 opened this issue Mar 6, 2025 · 0 comments
Open

Search on custom FHIR resources #6775

danglam105 opened this issue Mar 6, 2025 · 0 comments

Comments

@danglam105
Copy link

Describe the issue
In my project I use a custom FHIR resource and I need to search on some of its fields. I've tried using @SearchParamDefinition in resource class and creating custom search parameters that points to the field of the custom resource I need to search but both didn't work.

I tried logging SQL and could see that the searches select from HFJ_SPDIX_XXX tables but no indexes is being created for the custom resource while indexes for standard resources work fine. Am I doing something wrong or search for custom resources is not supported?

Environment (please complete the following information):

  • HAPI FHIR Version: 7.2.3
  • OS: Windows
  • Browser: Chrome
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