Question 1]
When checking the reference implementation example at : http://fhirtest.uhn.ca
I see that the search for http://fhirtest.uhn.ca/baseDstu2/Patient?namE=Meier returns and error message like:
{
"resourceType":"OperationOutcome",
"issue":[
{
"severity":"error",
"diagnostics":"Invalid request: The FHIR endpoint on this server does not know how to handle GET operation[Patient] with parameters [[namE]]"
}
]
}
Is this defined in the Fhir specification or is it up to the server how to deal with this?
(I found some question/response for REST API here: Should a REST API be case sensitive or non case sensitive?)
Question 2]
What about camel-cased properties like "referencedOrganization", should the query parameter also be lower-cased and look like : http://fhirtest.uhn.ca/baseDstu2/Patient?referencedorganization=abc