SMART Health Cards QR Code Demo

⚠️ WARNING: FOR TESTING PURPOSES ONLY

This is a demonstration application built with the kill-the-clipboard library.

DO NOT use this for generating real QR codes with actual patient health data.

The private key used in this demo is for testing purposes only and it's exposed in the browser.

📋 Generate QR Code from FHIR Bundle

This section demonstrates generating a SMART Health Card QR code from a sample FHIR bundle.

FHIR Bundle (Sample Data)


            

Generated QR Code

Click "Generate Sample QR Code" to create a QR code

📷 Scan QR Code with Camera

This section demonstrates scanning SMART Health Card QR codes using your device's camera.

Camera View

Click "Start Camera Scan" to begin scanning

Scanned Health Card Data

No QR code scanned yet

📝 Technical Details

What this demo shows:

  • QR Generation: Creates a SMART Health Card from a sample FHIR bundle containing fake patient and immunization data
  • Camera Scanning: Uses your device camera to scan and decode SMART Health Card QR codes
  • Data Verification: Validates the cryptographic signature and displays the decoded health data

🔒 Important Security Notes:

  • This demo uses SMART Health Cards example test keys - never use these for real health cards
  • Sample data is completely fictional and for demonstration purposes only
  • In production, proper key management and security practices are essential. Check the SMART Health Card specification for more information.