Stream: implementers
Topic: Observation doesnot have request
Vijay Thangavelu (Nov 29 2016 at 18:54):
For the DiagnosticRequest the output seems to be DiagnosticReport.
In a scenario where we have a lab order(DiagnosticRequest), we might have the lab result point to Observation alone (when it as only one data).
Since we don't have a request field for Observation, we will have to link the Observation to DiagnosticReport.result which will have the link to DiagnosticRequest.
Is there any other better way to link the Observation with DiagnosticRequest?
Eric Haas (Dec 04 2016 at 09:01):
You could use an extension , although there is an outstanding tracker to add a DR to observation.
Sadiq Saleh (Jan 19 2017 at 18:59):
Hi @Eric Haas,
I was wondering if you had the link to this tracker, and/or knew what the status of the tracker is?
Thanks in advance!
Sadiq
Last updated: Apr 12 2022 at 19:14 UTC