For Lab Reports, in FHIR (http://hl7.org/implement/standards/fhir/) if you consider the "DiagnosticReport" resource you can see that it can contain multiple "Observation" resources.
When querying a FHIR based server it would then be possible to query the "DiagnosticReport" resource for a complete Lab Report, or if required an individual "Observation" resource.
The linkage from "DiagnosticReport" to "Observation" resource is clear.
Is there a way to work the links in reverse?
i.e. can you query to see which (if any) "DiagnosticReport" that a particular "Observation" was part of?