Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added ivange as assignee of this project

...

Primary mentor

Judy Gichoya

Backup mentor

Ivo Ulrich

Assigned toTBD

Ivange Larry Ndumbe

Abstract

Excerpt

The purpose of this module is to enhance radiology reporting for OpenMRS. The current state supports creation of a free text report that’s linked to an observation, and saved in the obs table. However, in real life radiologists use templates for reports. The largest library of templates available is provided by http://radreport.org/

Radiology reports exchange is governed by the MRRT standard. See complete description here : http://www.ihe.net/uploadedFiles/Documents/Radiology/IHE_RAD_Suppl_MRRT.pdf

The standard unifies representation of radiology templates as Html 5 , that have specific components.

For example: here is a CXR template http://radreport.org/template/0000102

The template is displayed as below


If you select view source , then the template’s HTML code is as below https://gist.github.com/judywawira/72668f75d2830fd561ec

 

...

1. Watch this video that describes the workflow of radiology https://www.youtube.com/watch?v=czApoO5N9K8&feature=youtu.be 
2. Read on the MRRT standard that powers the http://radreport.org/ library . Standard is available here: http://www.ihe.net/uploadedFiles/Documents/Radiology/IHE_RAD_Suppl_MRRT.pdf 
3. Read on FHIR https://wikiopenmrs.openmrsatlassian.orgnet/wiki/display/projects/OpenMRS+FHIR+Module and https://www.hl7.org/fhir/

...