Stream: implementers
Topic: Displaying template for DiagnosticReport
Grigoreta Cojocar (Jul 03 2018 at 13:02):
Hello,
We are using the DiagnosticReport resource to record the lab results. We want to also record the type of template which should be used for displaying the results. Any ideas if it can be done with the existing resources? Should we use an extension?
Lloyd McKenzie (Jul 03 2018 at 13:27):
Normally you'd just include the rendered results using DiagnosticReport.presentedForm, typically as a PDF. What sort of technology are you using to define your template?
Grigoreta Cojocar (Jul 04 2018 at 08:29):
It is just a code for the template.
Lloyd McKenzie (Jul 04 2018 at 13:10):
That would need to be an extension. But consider just providing the rendered version as part of the report. That's going to be widely supported. The templating approach will only be supported by those systems you make a specific agreement with
Last updated: Apr 12 2022 at 19:14 UTC