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: GLN Identifier

Official URL: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-gln-identifier Version: 3.0.0
Active as of 2022-05-24 Computable Name: GLNIdentifier

Copyright/Legal: CC-BY-SA-4.0

Identifier holding a 13 digit GLN

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..*IdentifierAn identifier intended for computation
... system 1..1uriThe namespace for the identifier value
Fixed Value: urn:oid:2.51.1.3
... value C1..1stringThe value that is unique
gln-length: GLN must be exactly 13 characters long
gln-modulus-10: GLN must pass the modulus 10 check - https://www.gs1.org/services/how-calculate-check-digit-manually
gln-startswith7601: GLN must start with 7601 for swiss hcp

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
gln-lengtherrorIdentifier.valueGLN must be exactly 13 characters long
: value.matches('^[0-9]{13}$')
gln-modulus-10errorIdentifier.valueGLN must pass the modulus 10 check - https://www.gs1.org/services/how-calculate-check-digit-manually
: (((10-((value.substring(0,1).toInteger()*1)+(value.substring(1,1).toInteger()*3)+(value.substring(2,1).toInteger()*1)+(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())
gln-startswith7601errorIdentifier.valueGLN must start with 7601 for swiss hcp
: value.startsWith('7601')

 

Other representations of profile: CSV, Excel, Schematron