Stream: implementers
Topic: Link DiagnosticReports hierarchically
Patrick Werner (May 16 2018 at 10:12):
During the discussion in the Clinical Genomics WG we faced the problem of Link DiagnosticReports in a hierarchically way.
Example:
two different lab send their TestResults as DiagnosticReport, the physician then wants to aggregate these two and make a meta interpretation -> DiagnosticReport "basedOn" on other DiagnosticReports.
It would be possible if DiagnosticReport.result(Observation) would be changed to DiagnosticReport.result(Observation|DiagnosticReport)
Elliot Silver (May 16 2018 at 10:12):
This is being discussed in O&O right now.
Patrick Werner (May 16 2018 at 10:15):
perfect, it would be really nice to have it
Elliot Silver (May 16 2018 at 10:17):
Consensus seems to be that this change seems reasonable. O&O would like some documented use cases so they can ensure solution is complete.
Patrick Werner (May 16 2018 at 11:53):
thanks for the update
Eric Haas (May 16 2018 at 15:02):
There are several standard extensions to DiagnosticReport. Do they meet your use case? they all start with 'diagnostic-report' and were the result of discussion re AP reporting.
Patrick Werner (May 17 2018 at 12:41):
good point. The summaryOf Extension looks suitable.
Eric Haas (May 17 2018 at 16:38):
We would love to have examples that exploit these extension if you are willing to let us publish them...
Eric Haas (May 17 2018 at 16:38):
have not had time to create some on my own.
Last updated: Apr 12 2022 at 19:14 UTC