From f5f8da077be69c801746e7bfe2e39cd6060e95a1 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Auad Date: Thu, 7 May 2026 02:09:51 +0000 Subject: [PATCH] =?UTF-8?q?Actualizado=20el=20diagrama=20de=20contenedores?= =?UTF-8?q?=20para=20reflejar=20mejor=20la=20relaci=C3=B3n=20entre=20conte?= =?UTF-8?q?nedores?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diagramaContenedores.puml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/diagramaContenedores.puml b/diagramaContenedores.puml index a7cdbbc..bfb9a7c 100644 --- a/diagramaContenedores.puml +++ b/diagramaContenedores.puml @@ -28,8 +28,10 @@ Rel(historiaClinica, nginx, 'Consulta el indice de documentos') Rel(historiaClinica, nginx, 'Obtiene documentos IPS') Rel(historiaClinica, nginx, 'Federa pacientes') -Rel(nginx, busGateway, 'Publica recursos IPSTransaction, DocumentReference, Patient') -Rel(nginx, hapiFHIR, 'Publica recurso Bundle') +Rel(nginx, busGateway, 'Delega ITI65, ITI67, ITI104 e ITI78') +Rel(nginx, hapiFHIR, 'Delega ITI68') + +Rel(busGateway, hapiFHIR, 'Guarda documento IPS') Rel(hapiFHIR, hapiDB, 'Persiste datos') @@ -37,4 +39,5 @@ Rel(busGateway, federador, 'Federa, busca y recupera pacientes') Rel(busGateway, indiceDocumentos, 'Registra, busca y repuera referencias a documentos') + @enduml \ No newline at end of file