earthians / marley

Open Source Health Information System
https://frappehealth.com
GNU General Public License v3.0
298 stars 232 forks source link

Converting Lab Test to Diagnostic Report #98

Open ChillarAnand opened 2 years ago

ChillarAnand commented 2 years ago

As per FHIR standards, we should use Diagnostic Report for the following tests.

For imaging studies, report will also include a descriptive report.

In the first stage, we can rename Lab Test to Diagnostic Report. Add a descriptive result in the template which will be carried over to the diagnostic report. This will help RIS users to use this for storing reports.

Ref: https://www.hl7.org/fhir/diagnosticreport.html

mujeerhashmi commented 2 years ago

Much needed for a long time. The descriptive result template field should be of type text-editor.

For one of our clients, we used a separate doctype to store result templates linked with lab test templates. Because the reports differ in the case of normal, abnormal, and based on diagnosis, etc. So they get to store different types of templates for the same diagnostic test. At the time of reporting, they get to select the template and the report is auto-loaded for them to edit the relevant content.