CH Core (R4)
3.0.0 - STU3 Switzerland flag

This page is part of the CH Core (R4) (v3.0.0: STU 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Data Type Profile: AHVN13Identifier - Detailed Descriptions

Active as of 2022-05-24

Definitions for the ch-core-ahvn13-identifier data type profile.

Guidance on how to interpret the contents of this table can be found here.

1. Identifier
2. Identifier.system
Control10..1
Fixed Valueurn:oid:2.16.756.5.32
3. Identifier.value
Control10..1
InvariantsDefined on this element
ahvn13-digit-check: AHVN13 / NAVS13 must pass digit check - https://www.gs1.org/services/how-calculate-check-digit-manually (: (((10-(28+(value.substring(3,1).toInteger()*3)+(value.substring(4,1).toInteger()*1)+(value.substring(5,1).toInteger()*3)+(value.substring(6,1).toInteger()*1)+(value.substring(7,1).toInteger()*3)+(value.substring(8,1).toInteger()*1)+(value.substring(9,1).toInteger()*3)+(value.substring(10,1).toInteger()*1)+(value.substring(11,1).toInteger()*3))mod(10))mod(10))=value.substring(12,1).toInteger()))
ahvn13-length: AHVN13 / NAVS13 must be exactly 13 characters long (: value.matches('^[0-9]{13}$'))
ahvn13-startswith756: AHVN13 / NAVS13 must start with 756 (: value.startsWith('756'))