how to reference other DiagnosticReports from a Diagnostic Report?
Opened this issue · 0 comments
Healthedata1 commented
Use case for exampe a Urine C&S panel in which a UA and a C&S are performed. Currently the UA is a separate report from the C&S and so you represent it as 2 DiagnosticReports. Currently there is no way to directly link the panels ( Panel of Panels ) without using Observation as a Panel.
Options:
- Add an extension/element to DiagnosticReport like the
Observation.related
element. - See if using a common DiagnositcRequest is enough to link through the Task resource.
- Add a choice of DiagnosticReport to the
DiagnosticReport.result
element - ???