-
Notifications
You must be signed in to change notification settings - Fork 36
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
On patient selection screen, search breaks #23
Comments
I haven't been able to reproduce this so far.
The messages you were seeing are rendered from ajax error callback. It means that the client could not connect to the backend (FHIR server) for some reason. My guess is that it probably was some network-related issue that does not exist any more? |
@GinoCanessa FYI. This was in the built-in patient browser that's rendered mid-launch (i.e., the one that allows the user to select a single patient for
Expected behavior: filter the patient list based on the query |
Got it, thank you! The reason for this was that the ":contains" operator wasn't enabled on our r4 server. I have enabled it now and should stop producing these errors. However, the search doesn't seem to work. I guess I'll have to wait about 60 min for HAPI to re-build its search index... |
Search fails during the authorization process, with a "please try again later" error.
The text was updated successfully, but these errors were encountered: