The customer needed a way to provide patients access to their examination results, especially for those who lacked access to the patient portal or faced difficulties logging in due to age or technical challenges. The goal was to create a solution that would enable patients to share their results with their attending physician or other medical staff without requiring complex authentication through the patient portal.

We developed a temporary access solution using automatically generated usernames and passwords, which users can easily retrieve via a QR code, for example, with their mobile phones. The QR code is generated in PDF format within the FileMaker database containing patient data, utilizing a custom function we created specifically for this purpose.
The PDF includes not only the QR code but also the URL of the patient portal and the temporarily generated login credentials.
This access is time-limited, with a configurable validity period (e.g., 14 days) and can be revoked early if necessary. All logic for generating the PDF and access credentials is implemented using native FileMaker functions without any external applications, tools, or QR generators, ensuring speed, security, and simplicity throughout the process.