Cambiado el valor estatico de la fecha por la fecha actual en la generación del DocumentReference del Indice de documentos

This commit is contained in:
Alejandro Gomez Auad 2026-04-28 20:31:34 +00:00
parent a5c0a7cb0a
commit 4a6e3f8889

View File

@ -104,7 +104,7 @@ async function createBusDocumentReference(token, localIPSDocument, localPatient)
}, },
], ],
}, },
date: "2026-04-28T10:00:00-03:00", date: new Date().toISOString(),
subject: { subject: {
reference: busPatientReference reference: busPatientReference
}, },