We are looking at how to use FHIR over ReST apis to do more complex queries against a server w/ the patient data on it. The search parms on the URL as specified here: http://www.hl7.org/implement/standards/fhir/search.html gives basic operations and can do between dates,etc; But we need to do some nesting of "AND" and "OR" groupings of query criteria and are looking for an example of how to post an xml representation of such a query to the server and get the results back. Does that capability exist? And are there examples?
Thanks