Stream: implementers
Topic: Pathology
Mounika (May 15 2018 at 13:55):
Hello all,
I want to create Pathology Report which contains various biopsies using DiagnosticReport resource. For capturing biopsies I am using Specimen and the final reports are linked to DiagnosticReport.result. Is this a correct approach? Please suggest me.
Lloyd McKenzie (May 15 2018 at 13:56):
@Eric Haas ?
Eric Haas (May 15 2018 at 16:40):
"I want to create Pathology Report which contains various biopsies using DiagnosticReport resource. For capturing biopsies I am using Specimen and the final reports are linked to DiagnosticReport.result. Is this a correct approach? Please suggest me."
if you mean by 'final reports' = Observations, then yes.
Here is a simple example ( which is missing the specimen reference to a gingival mass). A more extensive and complex example has been on the bottom of my todo list for a while.
Mounika (May 16 2018 at 06:20):
Thank you @Eric Haas @Lloyd McKenzie
Last updated: Apr 12 2022 at 19:14 UTC