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

This page is part of the CH Core (R4) (v4.0.1: STU 4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. 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: 4.0.1
Active as of 2023-12-28 Computable Name: GLNIdentifier

Copyright/Legal: CC0-1.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 Identifier
... 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-startswith76: GLN must start with 76 for Swiss HCP

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
gln-lengthwarningIdentifier.valueGLN must be exactly 13 characters long
: matches('^[0-9]{13}$')
gln-modulus-10warningIdentifier.valueGLN must pass the modulus 10 check - https://www.gs1.org/services/how-calculate-check-digit-manually
: (((10-((substring(0,1).toInteger()*1)+(substring(1,1).toInteger()*3)+(substring(2,1).toInteger()*1)+(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())
gln-startswith76warningIdentifier.valueGLN must start with 76 for Swiss HCP
: startsWith('76')
NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

... 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-startswith76: GLN must start with 76 for Swiss HCP
Example General: 123456

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Identifier.userequiredIdentifierUse

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
gln-lengthwarningIdentifier.valueGLN must be exactly 13 characters long
: matches('^[0-9]{13}$')
gln-modulus-10warningIdentifier.valueGLN must pass the modulus 10 check - https://www.gs1.org/services/how-calculate-check-digit-manually
: (((10-((substring(0,1).toInteger()*1)+(substring(1,1).toInteger()*3)+(substring(2,1).toInteger()*1)+(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())
gln-startswith76warningIdentifier.valueGLN must start with 76 for Swiss HCP
: startsWith('76')
NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... id 0..1stringUnique id for inter-element referencing
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

... 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-startswith76: GLN must start with 76 for Swiss HCP
Example General: 123456
... period Σ0..1PeriodTime period when id is/was valid for use
... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Identifier.userequiredIdentifierUse
Identifier.typeextensibleIdentifier Type Codes

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
gln-lengthwarningIdentifier.valueGLN must be exactly 13 characters long
: matches('^[0-9]{13}$')
gln-modulus-10warningIdentifier.valueGLN must pass the modulus 10 check - https://www.gs1.org/services/how-calculate-check-digit-manually
: (((10-((substring(0,1).toInteger()*1)+(substring(1,1).toInteger()*3)+(substring(2,1).toInteger()*1)+(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())
gln-startswith76warningIdentifier.valueGLN must start with 76 for Swiss HCP
: startsWith('76')

This structure is derived from Identifier

Summary

Mandatory: 2 elements
Fixed Value: 1 element

Differential View

This structure is derived from Identifier

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier Identifier
... 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-startswith76: GLN must start with 76 for Swiss HCP

doco Documentation for this format

Constraints

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

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

... 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-startswith76: GLN must start with 76 for Swiss HCP
Example General: 123456

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Identifier.userequiredIdentifierUse

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
gln-lengthwarningIdentifier.valueGLN must be exactly 13 characters long
: matches('^[0-9]{13}$')
gln-modulus-10warningIdentifier.valueGLN must pass the modulus 10 check - https://www.gs1.org/services/how-calculate-check-digit-manually
: (((10-((substring(0,1).toInteger()*1)+(substring(1,1).toInteger()*3)+(substring(2,1).toInteger()*1)+(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())
gln-startswith76warningIdentifier.valueGLN must start with 76 for Swiss HCP
: startsWith('76')

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..*IdentifierAn identifier intended for computation
... id 0..1stringUnique id for inter-element referencing
... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

... 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-startswith76: GLN must start with 76 for Swiss HCP
Example General: 123456
... period Σ0..1PeriodTime period when id is/was valid for use
... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet
Identifier.userequiredIdentifierUse
Identifier.typeextensibleIdentifier Type Codes

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
gln-lengthwarningIdentifier.valueGLN must be exactly 13 characters long
: matches('^[0-9]{13}$')
gln-modulus-10warningIdentifier.valueGLN must pass the modulus 10 check - https://www.gs1.org/services/how-calculate-check-digit-manually
: (((10-((substring(0,1).toInteger()*1)+(substring(1,1).toInteger()*3)+(substring(2,1).toInteger()*1)+(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())
gln-startswith76warningIdentifier.valueGLN must start with 76 for Swiss HCP
: startsWith('76')

This structure is derived from Identifier

Summary

Mandatory: 2 elements
Fixed Value: 1 element

 

Other representations of profile: CSV, Excel, Schematron