Optional
enableWhether to optimize FHIR Bundle for QR codes when reading health cards. Should match the issuer's setting for proper reconstruction.
Optional
publicES256 public key for verifying health card signatures. Can be a WebCrypto CryptoKey, raw bytes as Uint8Array, or PEM-formatted string.
Optional
strictWhether to enforce strict reference validation during optimization. Should match the issuer's setting for proper reconstruction.
Optional
verifyWhether to verify the JWT exp
claim during verification.
When true (default), expired health cards will be rejected.
Set to false to allow expired cards to be accepted.
Configuration parameters for SmartHealthCardReader. Reader configuration only needs public key for verification.