FHIR Chat · DiagnosticReport text report · implementers

Stream: implementers

Topic: DiagnosticReport text report


view this post on Zulip Daniel Bach (Nov 11 2021 at 17:21):

If one were to store a text report in DiagnosticReport.conclusion ...

since the text report is just a block of text, what is the best way to encode references to measurements and image references?

view this post on Zulip David McKillop (Nov 12 2021 at 00:22):

@Daniel Bach have a look at General Lab Report Example it demonstrates the text display in DiagnsoticReport.text as well as the html form in diagnosticReport.presenentedForm - check out the XML or JSON. DiagnosticReport.conclusion is a string and not intended for report text blocks.


Last updated: Apr 12 2022 at 19:14 UTC