I'm looking into FHIR and stumbling over the search query for resources containing resources. I'm using the HAPI JPA Examples server and have some DiagnosticReports stored there. Some of them containing a Organization with a certain name. I really can't figure out how to query this. I tried to follow the HL7 FHIR Search docs, but it isn't working.
http://example.com/hapi-fhir-jpaserver-example/baseDstu2/DiagnosticReport?organization.name=XYZ
The server's answer:
Invalid request: The FHIR endpoint on this server does not know how to handle GET operation[DiagnosticReport] with parameters [[organization.name]]
What am I doing wring? Thanks in advance!