I have SPARK FHIR server setup locally and I've tried all sorts to query (GET) a patient resource that is referenced in Observation, Condition, Immunization etc., so that the resulting bundle contains the index Patient resource as well as all resource instances containing a reference to that Patient resource. This comes close (online SPARK server):
http://fhir3.healthintersections.com.au/open/Patient/1/$everything
This is what I'm looking for (online HAPI server):
Neither works on my localhost SPARK server. Any help?