From 099b2109aaec3bcf1be2ea482ce8e9bb9cd617d9 Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Auad Date: Tue, 19 May 2026 16:22:02 +0000 Subject: [PATCH] =?UTF-8?q?Modificado=20el=20paso=20de=20verificaci=C3=B3n?= =?UTF-8?q?=20n=C3=BAmero=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 639f6d5..a3e2f85 100644 --- a/README.md +++ b/README.md @@ -140,8 +140,8 @@ docker compose ps # CapabilityStatement FHIR a través de nginx curl http://localhost/fhir/metadata -# Health check del Bus Gateway a través de nginx -curl http://localhost/fhir/Patient?_summary=count +# Verificación de llegada al Bus mediante la consulta de un paciente. +curl --location 'http://localhost/fhir/Patient?identifier=http%3A%2F%2Fwww.renaper.gob.ar%2Fdni%7C30945027' # Logs de un servicio específico docker compose logs -f bus-gateway