# DEPENDENCIAS-ERP-CORE.yml - Clínica Dental # Dependencias técnicas heredadas de erp-core via erp-clinicas # Versión: 1.0.0 # Fecha: 2026-01-13 version: "1.0.0" updated: "2026-01-13" project: "clinica-dental" inheritance_chain: - source: "template-saas" version: "1.2.1" relation: "PROVIDES_TO" - source: "erp-core" version: "1.3.0" relation: "DEPENDS_ON" - source: "erp-clinicas" version: "1.0.0" relation: "EXTENDS" - target: "clinica-dental" version: "1.0.0" relation: "SPECIALIZES" # Módulos heredados de ERP-CORE modules_from_erp_core: fase_03_core: total: 15 inherited: - MGN-001-auth - MGN-002-users - MGN-003-roles - MGN-004-tenants - MGN-005-branches - MGN-006-geo - MGN-007-mobile - MGN-008-terminals - MGN-010-catalog - MGN-011-products - MGN-012-inventory - MGN-013-customers - MGN-014-sales - MGN-015-invoicing partial: - MGN-009-biometrics # Solo si la clínica lo requiere fase_04_saas: total: 4 inherited: - MGN-016-billing - MGN-017-plans - MGN-018-webhooks - MGN-019-feature-flags propagation_date: "2026-01-13" propagation_id: "PROP-CORE-002" fase_05_ia: total: 3 inherited: - MGN-020-ai-integration - MGN-021-whatsapp-business - MGN-022-mcp-server propagation_date: "2026-01-13" propagation_id: "PROP-CORE-002" # Dependencias técnicas (DDL) ddl_dependencies: from_erp_core: reused: - "01-extensions.sql" - "02-core-schema.sql" - "10-billing.sql" - "15-ai-agents.sql" - "16-messaging.sql" created_fase_04_05: - "19-webhooks.sql" - "20-feature-flags.sql" from_erp_clinicas: - "03-clinical-tables.sql" - "04-financial-ext-schema-ddl.sql" - "05-hr-ext-fase8-schema-ddl.sql" - "06-inventory-ext-fase8-schema-ddl.sql" - "07-purchase-ext-fase8-schema-ddl.sql" - "08-clinica-ext-fase8-schema-ddl.sql" specific_dental: - "01-dental-schema-ddl.sql" # Adaptaciones específicas dental adaptations: terminology: Paciente: "Paciente odontológico" Consulta: "Consulta dental" Prescripción: "Receta dental" Médico: "Odontólogo" ai_tools: - name: "crear_cita_dental" description: "Crear cita en agenda odontológica" - name: "consultar_odontograma" description: "Consultar estado dental del paciente" - name: "presupuesto_tratamiento" description: "Generar presupuesto de tratamiento dental" - name: "historial_tratamientos" description: "Consultar historial de tratamientos" whatsapp_templates: - "recordatorio_cita_dental" - "confirmacion_cita" - "seguimiento_tratamiento" - "promocion_limpieza" # Normativa compliance: - code: "NOM-013-SSA2-2015" name: "Prevención y control enfermedades bucales" - code: "NOM-004-SSA3-2012" name: "Expediente clínico" - code: "NOM-024-SSA3-2012" name: "Sistemas de información" - code: "LFPDPPP" name: "Ley Federal de Protección de Datos Personales" - code: "COFEPRIS" name: "Registro de establecimientos" metadata: created_by: "CLAUDE-CAPVED" created_at: "2026-01-13" propagation_ref: "PROP-CORE-002" related_documents: - "../00-guidelines/HERENCIA-ERP-CORE.md" - "../00-guidelines/HERENCIA-ERP-CLINICAS.md" - "shared/mirrors/erp-core/PROPAGATION-STATUS.yml"