Written by

Software Architect at Visum
Article Yuri Marx · Feb 1, 2024 2m read

Mind map your FHIR patient data

According Wikipedia a mind map is a diagram used to visually organize information into a hierarchy, showing relationships among pieces of the whole. It is often created around a single concept, drawn as an image in the center of a blank page, to which associated representations of ideas such as images, words and parts of words are added. Major ideas are connected directly to the central concept, and other ideas branch out from those major ideas. Mind maps can also be drawn by hand, either as "notes" during a lecture, meeting or planning session, for example, or as higher quality pictures when more time is available. Mind maps are considered to be a type of spider diagram. So, Mind map representation of a clinical record can help the doctor take better decisions. One image and you map in your mind your patient, see:

To include mind maps to your FHIR data

If you using the IPM

1. Open IRIS for Health installation with IPM client installed. Call in any namespace:

USER>zpm "install clinical-mindmap-viewer"

This will install FHIR server in FHIRSERVER namespace.

Or call the following for installing programmatically:

set sc=$zpm("install clinical-mindmap-viewer")

If you using the Docker

1. Clone/git pull the repo into any local directory:

git clone https://github.com/yurimarx/clinical-mindmap-viewer.git

2. Open the terminal in this directory and run:

$ docker-compose up -d

View the patients as mindmap

Go to: http://localhost:32783/mindmap/index.html

Enjoy, this app.

Comments

Brenna Quirk · Feb 2, 2024

Very cool! You might also be interested in the Building a FHIR Data Architecture exercise on the learning site, which shows you how to build and visualize a FHIR data architecture using Graph Builder 2

0
Evgeny Shvarov · Feb 4, 2024

Great app, @Yuri Marx !

It's be great to use it as a module to visualize the data on InterSystems FHIR server

0
Yuri Marx  Feb 5, 2024 to Evgeny Shvarov

Thanks!

0