Stream: implementers
Topic: request pattern, basedOn, and one query containing children
Brad Genereaux (Jul 14 2016 at 07:56):
Imagine if, I have a master ProcedureRequest, that contains 3 component ProcedureRequests. They are linked, because each of the component ProcedureRequests have their "basedOn" attribute set to the master ProcedureRequest. I would now like to request the master ProcedureRequest and have, in the same response, all of the component ProcedureRequests - and only make 1 call (i.e., not have to make several REST calls to accomplish this). Is there a mechanism to do this?.
Lloyd McKenzie (Jul 14 2016 at 11:04):
http://hl7-fhir.github.io/search.html#revinclude
Brad Genereaux (Jul 15 2016 at 07:01):
Thanks @Lloyd McKenzie !
Last updated: Apr 12 2022 at 19:14 UTC