Parent-Child Hierarchy
HealthcareParties form tree structures via parentId
Hospital "St. Mary's" (id: org-001)
│
├── Department "Cardiology" (id: dept-010, parentId: org-001)
│ │
│ ├── Dr. Alice Smith (id: hcp-100, parentId: dept-010)
│ └── Dr. Bob Jones (id: hcp-101, parentId: dept-010)
│
├── Department "Radiology" (id: dept-020, parentId: org-001)
│ │
│ └── Dr. Carol Lee (id: hcp-200, parentId: dept-020)
│
└── Nurse Team Lead (id: hcp-300, parentId: org-001)
Each HCP references its parent — the parent does not list its children.