Switzerland Passport Number

Detects Swiss passport numbers issued by fedpol (Federal Office of Police). Passports of the 2003, 2006 and 2010 series carry an eight-character number consisting of one uppercase letter followed by seven digits (e.g. E1234567); the 2010 series always begins with the letter X. The letters O and I are never used, to avoid confusion with the digits 0 and 1. The 2022 series (the only series issued since October 2022) has no published fixed structure — fedpol deliberately keeps the numbering rules non-public — so 2022-series numbers may not match this shape. Only the documented 2010-and-earlier format is covered.

Type
regex
Engine
boost_regex
Confidence
medium
Confidence justification
Medium confidence: one letter plus seven digits is a distinctive but not unique shape (order numbers, invoice references and Swiss identity-card numbers share it), so corroborating passport keywords are required on every tier. Case-sensitivity and the O/I exclusion further narrow the match surface.
Jurisdictions
ch
Regulations
FADP (Switzerland), Identity Documents Act (Switzerland, SR 143.1)
Frameworks
ISO 27001, ISO 27701
Data categories
pii, government-id
Scope
narrow
Risk rating
8
Platform compatibility
Purview: Compatible, GCP DLP: Compatible, Macie: Compatible, Zscaler: Compatible, Palo Alto: Compatible, Netskope: Compatible

Pattern

\b[A-HJ-NP-Z]\d{7}\b

Corroborative evidence keywords

passport, passport number, Reisepass, ID number, identification, ID card, license, permit, registration, certificate

Proximity: 300 characters

Should match

Should not match

Known false positives

References