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"
Shell SessionShell Session
This will install FHIR server in FHIRSERVER namespace.
Or call the following for installing programmatically:
set sc=$zpm("install clinical-mindmap-viewer")
ObjectScriptObjectScript
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
Shell SessionShell Session
2. Open the terminal in this directory and run:
$ docker-compose up -d
Shell SessionShell Session
View the patients as mindmap
Go to: http://localhost:32783/mindmap/index.html
Enjoy, this app.
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
Thanks!
Hi @Brenna Quirk ! Yes, Graph builder, a part of ClinFHIR is the app we invite FHIR developers to use.
Hi Yuri,
Your video is available on InterSystems Developers YouTube:
⏯️FHIR Clinical Mindmap Viewer
https://www.youtube.com/embed/JzB78rAAgtA?si=dDwMWRvyqgRXreh3
[This is an embedded link, but you cannot view embedded content directly on the site because you have declined the cookies necessary to access it. To view embedded content, you would need to accept all cookies in your Cookies Settings]
Great app, @Yuri Marx !
It's be great to use it as a module to visualize the data on InterSystems FHIR server
Thanks!