It stated in https://www.hl7.org/fhir/http.html#search for POST search:
All these search interactions take a series of parameters that are a series of
name=valuepairs encoded in the URL (or as anapplication/x-www-form-urlencoded(Specification ) submission for aPOST)
How do we deal with conflicting parameters, provided as a part of the URL and as a form-urlencoded parameter? is there a rule stated anywhere in the spec?
Thanks.