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.
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.
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
docker run --name testneo4j -p 7474:7474 -p7687:7687 -d -v