I'm working on a server query engine that will return FHIR resources and I've run into a problem.
I can successfully receive an Get and Search queries that use simple parameters (like Composition/4
or Patient?name=smith
) but I can't get it to recognize more complex, and useful, parameters like Composition?subject:Patient=4
or type=[system]|[value]
.
How are these types of parameters passed and what should I be looking for on the server?