Extrae automaticamente nombre y documento del paciente de la pagina del EMR en tiempo real.
The panel initializes an EmrPlatformHandler that creates a platform-specific patient extractor based on the detected EMR. A MutationObserver watches the DOM for changes to patient-related elements.
When patient information changes (navigation to a new chart), the extractor re-runs and updates the panel display. The extracted name is also used by the mismatch guard and as a fallback display name when the session has no patient assigned.