LinuxForHealth/patient-browser

Decode the base64 encoded data - especially the data that was NLP'd

ewill00 opened this issue · 1 comments

When showing DiagnosticReports or Document References, it would be nice to be able to see the actual text not the base64 encoded data.

When showing the evidence for a condition/medication that is derived from NLP running against the unstrutured text, the data is decoded and shown.

May need to discuss the best way to do this - not all base64 data is important, but it would be nice to read it within the UI vs opening up a decoder separately.