Skip to content

Instantly share code, notes, and snippets.

View zuraandguladze's full-sized avatar

Zura Andguladze zuraandguladze

View GitHub Profile
@zuraandguladze
zuraandguladze / README.md
Created July 16, 2025 17:28
Hierarchical Normalization System Files

Hierarchical Med-Kod Normalization System

This directory contains a complete implementation of a hierarchical many-to-many normalization system that replaces the traditional 45-character med_kateg field with a proper relational structure.

Overview

The system transforms the existing flat 45-character categorization code into a hierarchical many-to-many relationship between med and kod tables, with proper parent-child relationships and duplicate prevention.

Architecture