Stream: implementers
Topic: Read multiple Observations in DiagnosticReport
Muralidhar Sampathirao (Jul 14 2020 at 16:29):
What is the ideal way of fetching all the Observations in a DiagnosticReport. I am working on an integration where a Diagnostic Report is to be generated by fetching DiagnosticReport Bundle from EPIC. Now the response has reference to multiple Observation resources. So do we call all these references and get the values, or is there another recommended way of fetching the Observations in bulk?
Lloyd McKenzie (Jul 14 2020 at 16:57):
Look at _include (https://build.fhir.org/search#include)
Muralidhar Sampathirao (Jul 14 2020 at 17:29):
Lloyd McKenzie said:
Look at _include (https://build.fhir.org/search#include)
Thank you @Lloyd McKenzie I got the answer and able to fetch Observations in one single request. :clap:
Last updated: Apr 12 2022 at 19:14 UTC