LinuxForHealth / patient-browser

Other
3 stars 7 forks source link

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

Closed ewill00 closed 2 years ago

ewill00 commented 3 years ago

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.

mcbride-p commented 2 years ago

Implemented by PR -> https://github.com/Alvearie/patient-browser/pull/28