Stream: implementers
Topic: Exporting entire patient health record
Shlomy Reinstein (Mar 28 2017 at 10:38):
Is there a built-in query to get all the resources related to a specific patient? Using _revinclude I can get all the resources that refer to the Patient resource, but this is not recursive. How would someone typically exchange the entire data of a patient between two FHIR servers?
Lloyd McKenzie (Mar 28 2017 at 13:43):
Look at the everything operation
Shlomy Reinstein (Apr 18 2017 at 13:33):
Thanks! Is this supposed to be specified in the Conformance statement? (I'm in DSTU2)
Lloyd McKenzie (Apr 18 2017 at 15:35):
The Conformance statement would point to that operation if the server supports it, yes.
Last updated: Apr 12 2022 at 19:14 UTC