Hello everyone, I just ran into an error that I cannot understand. It's easier to replicate than to explain.
(Version: 5.3.0 Enterprise edition)Create the nodes and relationships:
CREATE (patient:Patient)
SET patient.id = 'Patient/1'
SET patient.bi...