erp-clinicas/orchestration/inventarios/BACKEND_INVENTORY.yml

81 lines
2.1 KiB
YAML

# BACKEND INVENTORY - ERP Clínicas (Vertical)
# Generado: 2025-12-08
# Sistema: NEXUS + SIMCO v2.2.0
proyecto:
nombre: ERP Clinicas
codigo: clinicas
nivel: 2B.2 (Vertical)
estado: Planificacion
herencia_core:
backend: erp-core
servicios_heredados: 40+
referencia: "apps/erp-core/backend/"
servicios_planificados:
pacientes:
- nombre: PatientService
modulo: CL-001
endpoints:
- POST /api/v1/clinica/patients
- GET /api/v1/clinica/patients
- GET /api/v1/clinica/patients/:id
- GET /api/v1/clinica/patients/:id/history
citas:
- nombre: AppointmentService
modulo: CL-002
endpoints:
- POST /api/v1/clinica/appointments
- GET /api/v1/clinica/appointments
- GET /api/v1/clinica/appointments/available-slots
- PATCH /api/v1/clinica/appointments/:id/cancel
- PATCH /api/v1/clinica/appointments/:id/confirm
- nombre: DoctorService
modulo: CL-002
endpoints:
- GET /api/v1/clinica/doctors
- GET /api/v1/clinica/doctors/:id/schedule
expediente_clinico:
- nombre: MedicalRecordService
modulo: CL-003
seguridad: ENCRIPTADO
endpoints:
- GET /api/v1/clinica/patients/:id/medical-record
- POST /api/v1/clinica/consultations
- POST /api/v1/clinica/prescriptions
servicios:
- nombre: MedicalServiceCatalogService
modulo: CL-004
endpoints:
- GET /api/v1/clinica/services
- GET /api/v1/clinica/services/:id/price
facturacion:
- nombre: MedicalInvoiceService
modulo: CL-005
endpoints:
- POST /api/v1/clinica/invoices
- POST /api/v1/clinica/invoices/:id/stamp-cfdi
reportes:
- nombre: MedicalReportService
modulo: CL-006
endpoints:
- GET /api/v1/clinica/reports/appointments
- GET /api/v1/clinica/reports/revenue
resumen:
servicios_heredados: 40+
servicios_planificados: 7
endpoints_planificados: 18
estado_general: PLANIFICACION
ultima_actualizacion: 2025-12-08
referencias:
herencia_core: "../00-guidelines/HERENCIA-ERP-CORE.md"