CH Core (R4)
5.0.0 - trial-use Switzerland flag

This page is part of the CH Core (R4) (v5.0.0: STU 5) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Data Type Profile: AHVN13 / NAVS13 Identifier

Official URL: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-ahvn13-identifier Version: 5.0.0
Active as of 2024-12-17 Computable Name: AHVN13Identifier

Copyright/Legal: CC0-1.0

Identifier holding a 13 digit social security number. The number shall have exactly 13 digits and shall not contain point characters for separation.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Identifier

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..* Identifier An identifier intended for computation
... system 1..1 uri The namespace for the identifier value
Fixed Value: urn:oid:2.16.756.5.32
... value C 1..1 string The value that is unique
ahvn13-length: AHVN13 / NAVS13 must be exactly 13 characters long
ahvn13-startswith756: AHVN13 / NAVS13 must start with 756
ahvn13-digit-check: AHVN13 / NAVS13 must pass digit check - https://www.gs1.org/services/how-calculate-check-digit-manually

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
ahvn13-digit-checkwarningIdentifier.valueAHVN13 / NAVS13 must pass digit check - https://www.gs1.org/services/how-calculate-check-digit-manually
: (((10-(28+(substring(3,1).toInteger()*3)+(substring(4,1).toInteger()*1)+(substring(5,1).toInteger()*3)+(substring(6,1).toInteger()*1)+(substring(7,1).toInteger()*3)+(substring(8,1).toInteger()*1)+(substring(9,1).toInteger()*3)+(substring(10,1).toInteger()*1)+(substring(11,1).toInteger()*3))mod(10))mod(10))=substring(12,1).toInteger())
ahvn13-lengthwarningIdentifier.valueAHVN13 / NAVS13 must be exactly 13 characters long
: matches('^[0-9]{13}$')
ahvn13-startswith756warningIdentifier.valueAHVN13 / NAVS13 must start with 756
: startsWith('756')

 

Other representations of profile: CSV, Excel, Schematron