You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an attempt to load FHIR R4 json files into a graph data model for running graph analytics to build applications for chronic care management, Population health etc.
Introduction
Current set of artifacts, loads FHIR for multiple patients and runs similarity alogorithms on different dimensions.
Current data loading is simple per patient.
Here we link patient with conditions, encounters, medications, procedures, observations.
but my aim is to build cross patient grapth with temporal,status labeled relationship with conditions, medications, procedures, encounters and observations.
System Requirements
Memory : 8G+
Java 11+
docker
Create directories in local file system for
log : Neo4j database logs
plugins : Neo4j add ons like APOC, gds jars are to be copied here
imports : FHIR data to be loaded as graph is stored here
Downlaod plugin jars from neo4j site for following and copy in plugins folder
neo4j-graph-data-science-1.8.6.jar
apoc-4.2.0.4-all.jar
Downlaod patient FHIR R4 data for your study and copy to "import" directory
Start NEO4J container locally using following command