Category: Confluence

  • Adding Allergy Nodes to our MIMIC-IV Patient Graph

    In our previous graph database exercise, we built a graph of MIMIC-IV patients, their admissions, and diagnoses associated with each admission. In this exercise, we’ll load some of their allergies.  The allergies documented in MIMIC-IV are not in some structured fields, but exist as free text inside clinical notes, which makes it a challenge to…