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

Enhance patient search #1

Open
phwiget opened this issue Aug 3, 2016 · 2 comments
Open

Enhance patient search #1

phwiget opened this issue Aug 3, 2016 · 2 comments
Assignees

Comments

@phwiget
Copy link

phwiget commented Aug 3, 2016

Currently only a single string can be used to query the patients, i.e. http:https://localhost:8380/fhir/Patient/?name=meier
This may not be optimal in case of several "Meiers" or "Müller" etc.
Could we implement a feature, that may split strings based on space and then will query multiple properties (like first name, last name etc.)?
I.e: http:https://localhost:8380/fhir/Patient/?name=meier%20peter would query the elexis-DB based on meier and peter

Gruess Philipp

@col-panic
Copy link
Member

Can you take a look at this during the update to the next FHIR version?

@col-panic
Copy link
Member

According to https://www.hl7.org/fhir/patient.html#search the parameter name is A server defined search that may match any of the string fields in the HumanName, including family, give, prefix, suffix, suffix, and/or text so according to this it fits its purpose.

If you want additional search combinations, we have to implement them. Please tell us a specific combination you need.

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

3 participants