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

Difference betwee birthdate and birthDate - should we be case-sensitive? #24

Closed
ewoutkramer opened this issue Dec 17, 2014 · 1 comment
Labels
Milestone

Comments

@ewoutkramer
Copy link
Member

[16:05:23] Al Amyot: Ewout, I've also noticed that on your server, "birthdate=1945-01-01" returns 1 result and "birthDate=1945-01-01" returns ALL results. I've searched the FHIR spec for references to case sensitivity/capitalization and have not managed to find whether the terms should be case-sensitive or not. Is your server's behaviour correct? If the term should be case-sensitive, should the server return an error when the wrong one is supplied?

@mharthoorn mharthoorn added this to the Spark 3.1 milestone Jul 21, 2015
@mharthoorn mharthoorn added the bug label Jul 21, 2015
@mbaltus
Copy link
Member

mbaltus commented Oct 19, 2015

From the spec: Servers are not required to enforce case sensitivity on parameter names, though the names are case sensitive (and URLs are generally case-sensitive).

The server doesn't have to return an error for search parameters it doesn't understand. When issue #44 has been resolved, it will be more clear the server didn't take birthDate into account.

@mbaltus mbaltus closed this as completed Oct 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants