- Update docs/_MAP.md with new phase references - Add docs/04-fase-saas/ phase structure - Add docs/05-fase-ia/ phase structure Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
116 lines
3.5 KiB
Markdown
116 lines
3.5 KiB
Markdown
---
|
|
id: MAP-fase-05-ia
|
|
title: Mapa de Navegacion - Fase 05 IA
|
|
type: NavigationMap
|
|
status: Draft
|
|
version: 1.0.0
|
|
created_date: 2026-01-13
|
|
updated_date: 2026-01-13
|
|
---
|
|
|
|
# Mapa de Navegacion - Fase 05: Inteligencia Artificial
|
|
|
|
## Estructura de la Fase
|
|
|
|
```
|
|
05-fase-ia/
|
|
+-- README.md <- Vision general de la fase
|
|
+-- _MAP.md <- ESTE ARCHIVO
|
|
|
|
|
+-- MGN-020-ai-integration/ <- Gateway LLM
|
|
| +-- README.md <- Vision del modulo
|
|
| +-- _MAP.md <- Indice del modulo
|
|
| +-- requerimientos/ <- RFs de AI
|
|
| +-- especificaciones/ <- ETs tecnicas
|
|
| +-- historias-usuario/ <- User stories
|
|
| +-- implementacion/ <- Trazabilidad
|
|
|
|
|
+-- MGN-021-whatsapp-business/ <- WhatsApp + IA
|
|
| +-- README.md <- Vision del modulo
|
|
| +-- _MAP.md <- Indice del modulo
|
|
| +-- ... <- Subdirectorios
|
|
|
|
|
+-- MGN-022-mcp-server/ <- Herramientas MCP
|
|
+-- README.md <- Vision del modulo
|
|
+-- _MAP.md <- Indice del modulo
|
|
+-- ... <- Subdirectorios
|
|
```
|
|
|
|
---
|
|
|
|
## Indice de Modulos
|
|
|
|
| Modulo | Descripcion | Estado | Prioridad |
|
|
|--------|-------------|--------|-----------|
|
|
| [MGN-020-ai-integration](./MGN-020-ai-integration/) | Gateway LLM multi-proveedor | Draft | P1 |
|
|
| [MGN-021-whatsapp-business](./MGN-021-whatsapp-business/) | Comunicacion IA con pacientes | Draft | P1 |
|
|
| [MGN-022-mcp-server](./MGN-022-mcp-server/) | Herramientas MCP odontologicas | Draft | P0 |
|
|
|
|
---
|
|
|
|
## Flujo de Navegacion Recomendado
|
|
|
|
### Para Entender la Fase
|
|
|
|
```
|
|
1. README.md -> Vision general IA
|
|
2. MGN-022-mcp-server/README.md -> Herramientas disponibles
|
|
3. MGN-020-ai-integration/README.md -> Gateway LLM
|
|
4. MGN-021-whatsapp-business/README.md -> WhatsApp
|
|
```
|
|
|
|
### Para Implementar
|
|
|
|
```
|
|
1. MGN-020-ai-integration/ -> Configurar OpenRouter
|
|
2. MGN-022-mcp-server/ -> Implementar tools dentales
|
|
3. MGN-021-whatsapp-business/ -> Configurar Meta API
|
|
```
|
|
|
|
---
|
|
|
|
## Herramientas MCP Odontologicas
|
|
|
|
| Tool | Categoria | Descripcion |
|
|
|------|-----------|-------------|
|
|
| `consultar_odontograma` | Diagnostico | Ver piezas dentales y estados |
|
|
| `registrar_tratamiento` | Tratamiento | Documentar procedimiento |
|
|
| `agendar_cita_dental` | Citas | Programar con disponibilidad |
|
|
| `consultar_historial_dental` | Expediente | Historial del paciente |
|
|
| `verificar_disponibilidad` | Citas | Agenda de sillones |
|
|
| `generar_presupuesto` | Facturacion | Cotizacion de tratamiento |
|
|
|
|
---
|
|
|
|
## Templates WhatsApp Dentales
|
|
|
|
| Template | Uso |
|
|
|----------|-----|
|
|
| `recordatorio_cita_dental` | 24h antes de cita |
|
|
| `confirmacion_tratamiento` | Post-procedimiento |
|
|
| `instrucciones_postoperatorio` | Cuidados especiales |
|
|
|
|
---
|
|
|
|
## Privacidad y Normativas
|
|
|
|
- **NOM-013-SSA2-2015**: Registros de tratamientos
|
|
- **COFEPRIS**: Materiales y procedimientos
|
|
- **LFPDPPP**: Expediente clinico como dato sensible
|
|
- **Consentimiento IA**: Requerido para procesamiento
|
|
|
|
---
|
|
|
|
## Referencias Cruzadas
|
|
|
|
| Documento | Ubicacion | Descripcion |
|
|
|-----------|-----------|-------------|
|
|
| Arquitectura IA | ../00-vision-general/ | Arquitectura general |
|
|
| Origen erp-core | erp-core/docs/05-fase-ia/ | Documentacion base |
|
|
| OpenRouter | openrouter.ai/docs | Gateway LLM |
|
|
|
|
---
|
|
|
|
*Mapa de Navegacion | Fase 05 IA | Clinica Dental*
|
|
*Actualizado: 2026-01-13*
|