CH Core (R4)
5.0.0-ci-build - ci-build Switzerland flag

CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 5.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions

Data Type Profile: UIDB Identifier

Official URL: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-uidb-identifier Version: 5.0.0-ci-build
Active as of 2024-04-24 Computable Name: UIDBIdentifier

Copyright/Legal: CC0-1.0

Identifier holding a number for UIDB (Unique Identification Business), UID (Verwendung der Unternehmens-Identifikationsnummer), IDE (Utilisation du numéro d’identification des entreprises), IDI (Utilizzo del numero d’identificazione delle imprese)

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..1 uri OID of the UIDB/UID/IDE/IDI
Fixed Value: urn:oid:2.16.756.5.35
... value C 1..1 string UIDB/UID/IDE/IDI number
uidb-length: UIDB must start with 'CHE' followed by 9 digits
uidb-modulus-11: UIDB must pass the modulus 11 check

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
uidb-lengthwarningIdentifier.valueUIDB must start with 'CHE' followed by 9 digits
: matches('^CHE[0-9]{9}$')
uidb-modulus-11warningIdentifier.valueUIDB must pass the modulus 11 check
: 11-((substring(3,1).toInteger()*5)+(substring(4,1).toInteger()*4)+(substring(5,1).toInteger()*3)+(substring(6,1).toInteger()*2)+(substring(7,1).toInteger()*7)+(substring(8,1).toInteger()*6)+(substring(9,1).toInteger()*5)+(substring(10,1).toInteger()*4))mod(11)=substring(11,1).toInteger()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..* Identifier An identifier intended for computation
... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

... system Σ 1..1 uri OID of the UIDB/UID/IDE/IDI
Fixed Value: urn:oid:2.16.756.5.35
... value ΣC 1..1 string UIDB/UID/IDE/IDI number
uidb-length: UIDB must start with 'CHE' followed by 9 digits
uidb-modulus-11: UIDB must pass the modulus 11 check
Example General: 123456

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
uidb-lengthwarningIdentifier.valueUIDB must start with 'CHE' followed by 9 digits
: matches('^CHE[0-9]{9}$')
uidb-modulus-11warningIdentifier.valueUIDB must pass the modulus 11 check
: 11-((substring(3,1).toInteger()*5)+(substring(4,1).toInteger()*4)+(substring(5,1).toInteger()*3)+(substring(6,1).toInteger()*2)+(substring(7,1).toInteger()*7)+(substring(8,1).toInteger()*6)+(substring(9,1).toInteger()*5)+(substring(10,1).toInteger()*4))mod(11)=substring(11,1).toInteger()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier 0..* Identifier An identifier intended for computation
... id 0..1 string Unique id for inter-element referencing
... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

... system Σ 1..1 uri OID of the UIDB/UID/IDE/IDI
Fixed Value: urn:oid:2.16.756.5.35
... value ΣC 1..1 string UIDB/UID/IDE/IDI number
uidb-length: UIDB must start with 'CHE' followed by 9 digits
uidb-modulus-11: UIDB must pass the modulus 11 check
Example General: 123456
... period Σ 0..1 Period Time period when id is/was valid for use
... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard

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()
uidb-lengthwarningIdentifier.valueUIDB must start with 'CHE' followed by 9 digits
: matches('^CHE[0-9]{9}$')
uidb-modulus-11warningIdentifier.valueUIDB must pass the modulus 11 check
: 11-((substring(3,1).toInteger()*5)+(substring(4,1).toInteger()*4)+(substring(5,1).toInteger()*3)+(substring(6,1).toInteger()*2)+(substring(7,1).toInteger()*7)+(substring(8,1).toInteger()*6)+(substring(9,1).toInteger()*5)+(substring(10,1).toInteger()*4))mod(11)=substring(11,1).toInteger()

This structure is derived from Identifier

Summary

Mandatory: 2 elements
Fixed: 1 element

Differential View

This structure is derived from Identifier

NameFlagsCard.TypeDescription & Constraintsdoco
.. Identifier Identifier
... system 1..1 uri OID of the UIDB/UID/IDE/IDI
Fixed Value: urn:oid:2.16.756.5.35
... value C 1..1 string UIDB/UID/IDE/IDI number
uidb-length: UIDB must start with 'CHE' followed by 9 digits
uidb-modulus-11: UIDB must pass the modulus 11 check

doco Documentation for this format

Constraints

IdGradePath(s)DetailsRequirements
uidb-lengthwarningIdentifier.valueUIDB must start with 'CHE' followed by 9 digits
: matches('^CHE[0-9]{9}$')
uidb-modulus-11warningIdentifier.valueUIDB must pass the modulus 11 check
: 11-((substring(3,1).toInteger()*5)+(substring(4,1).toInteger()*4)+(substring(5,1).toInteger()*3)+(substring(6,1).toInteger()*2)+(substring(7,1).toInteger()*7)+(substring(8,1).toInteger()*6)+(substring(9,1).toInteger()*5)+(substring(10,1).toInteger()*4))mod(11)=substring(11,1).toInteger()

Key Elements View

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

... system Σ 1..1 uri OID of the UIDB/UID/IDE/IDI
Fixed Value: urn:oid:2.16.756.5.35
... value ΣC 1..1 string UIDB/UID/IDE/IDI number
uidb-length: UIDB must start with 'CHE' followed by 9 digits
uidb-modulus-11: UIDB must pass the modulus 11 check
Example General: 123456

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
uidb-lengthwarningIdentifier.valueUIDB must start with 'CHE' followed by 9 digits
: matches('^CHE[0-9]{9}$')
uidb-modulus-11warningIdentifier.valueUIDB must pass the modulus 11 check
: 11-((substring(3,1).toInteger()*5)+(substring(4,1).toInteger()*4)+(substring(5,1).toInteger()*3)+(substring(6,1).toInteger()*2)+(substring(7,1).toInteger()*7)+(substring(8,1).toInteger()*6)+(substring(9,1).toInteger()*5)+(substring(10,1).toInteger()*4))mod(11)=substring(11,1).toInteger()

Snapshot View

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

... system Σ 1..1 uri OID of the UIDB/UID/IDE/IDI
Fixed Value: urn:oid:2.16.756.5.35
... value ΣC 1..1 string UIDB/UID/IDE/IDI number
uidb-length: UIDB must start with 'CHE' followed by 9 digits
uidb-modulus-11: UIDB must pass the modulus 11 check
Example General: 123456
... period Σ 0..1 Period Time period when id is/was valid for use
... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
Identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard

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()
uidb-lengthwarningIdentifier.valueUIDB must start with 'CHE' followed by 9 digits
: matches('^CHE[0-9]{9}$')
uidb-modulus-11warningIdentifier.valueUIDB must pass the modulus 11 check
: 11-((substring(3,1).toInteger()*5)+(substring(4,1).toInteger()*4)+(substring(5,1).toInteger()*3)+(substring(6,1).toInteger()*2)+(substring(7,1).toInteger()*7)+(substring(8,1).toInteger()*6)+(substring(9,1).toInteger()*5)+(substring(10,1).toInteger()*4))mod(11)=substring(11,1).toInteger()

This structure is derived from Identifier

Summary

Mandatory: 2 elements
Fixed: 1 element

 

Other representations of profile: CSV, Excel, Schematron