CH ELM (R4)
1.3.1 - release
This page is part of the Observations of notifiable communicable infectious diseases (v1.3.1: Release) 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
Official URL: http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-ber-identifier | Version: 1.3.1 | |||
Active as of 2024-06-17 | Computable Name: BERIdentifierCheck | |||
Copyright/Legal: CC0-1.0 |
Identifier holding a number for BER (Business and Enterprise Register), BUR (Betriebs- und Unternehmensregister), REE (Registre des entreprises et des établissements), RIS (Registro delle imprese e degli stabilimenti)
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from BERIdentifier
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | BERIdentifier | |||
value | C | 1..1 | string | BER/BUR/REE/RIS number ber-length: BER must start with a letter followed by 8 digits ber-modulus-11: BER must pass the modulus 11 check |
Documentation for this format |
Id | Grade | Path(s) | Details | Requirements |
ber-length | warning | Identifier.value | BER must start with a letter followed by 8 digits : matches('^[A-Z][0-9]{8}$') | |
ber-modulus-11 | warning | Identifier.value | BER must pass the modulus 11 check : 11-((substring(1,1).toInteger()*5)+(substring(2,1).toInteger()*4)+(substring(3,1).toInteger()*3)+(substring(4,1).toInteger()*2)+(substring(5,1).toInteger()*7)+(substring(6,1).toInteger()*6)+(substring(7,1).toInteger()*5))mod(11)=substring(8,1).toInteger() |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | 0..* | BERIdentifier | 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 BER/BUR/REE/RIS Fixed Value: urn:oid:2.16.756.5.45 |
value | ΣC | 1..1 | string | BER/BUR/REE/RIS number ber-length: BER must start with a letter followed by 8 digits ber-modulus-11: BER must pass the modulus 11 check Example General: 123456 |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ber-length | warning | Identifier.value | BER must start with a letter followed by 8 digits : matches('^[A-Z][0-9]{8}$') | |
ber-modulus-11 | warning | Identifier.value | BER must pass the modulus 11 check : 11-((substring(1,1).toInteger()*5)+(substring(2,1).toInteger()*4)+(substring(3,1).toInteger()*3)+(substring(4,1).toInteger()*2)+(substring(5,1).toInteger()*7)+(substring(6,1).toInteger()*6)+(substring(7,1).toInteger()*5))mod(11)=substring(8,1).toInteger() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | 0..* | BERIdentifier | 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 . |
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
system | Σ | 1..1 | uri | OID of the BER/BUR/REE/RIS Fixed Value: urn:oid:2.16.756.5.45 |
value | ΣC | 1..1 | string | BER/BUR/REE/RIS number ber-length: BER must start with a letter followed by 8 digits ber-modulus-11: BER 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) |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 from the FHIR Standard | |
Identifier.type | extensible | Identifier Type Codeshttp://hl7.org/fhir/ValueSet/identifier-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ber-length | warning | Identifier.value | BER must start with a letter followed by 8 digits : matches('^[A-Z][0-9]{8}$') | |
ber-modulus-11 | warning | Identifier.value | BER must pass the modulus 11 check : 11-((substring(1,1).toInteger()*5)+(substring(2,1).toInteger()*4)+(substring(3,1).toInteger()*3)+(substring(4,1).toInteger()*2)+(substring(5,1).toInteger()*7)+(substring(6,1).toInteger()*6)+(substring(7,1).toInteger()*5))mod(11)=substring(8,1).toInteger() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from BERIdentifier
Differential View
This structure is derived from BERIdentifier
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | BERIdentifier | |||
value | C | 1..1 | string | BER/BUR/REE/RIS number ber-length: BER must start with a letter followed by 8 digits ber-modulus-11: BER must pass the modulus 11 check |
Documentation for this format |
Id | Grade | Path(s) | Details | Requirements |
ber-length | warning | Identifier.value | BER must start with a letter followed by 8 digits : matches('^[A-Z][0-9]{8}$') | |
ber-modulus-11 | warning | Identifier.value | BER must pass the modulus 11 check : 11-((substring(1,1).toInteger()*5)+(substring(2,1).toInteger()*4)+(substring(3,1).toInteger()*3)+(substring(4,1).toInteger()*2)+(substring(5,1).toInteger()*7)+(substring(6,1).toInteger()*6)+(substring(7,1).toInteger()*5))mod(11)=substring(8,1).toInteger() |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | 0..* | BERIdentifier | 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 BER/BUR/REE/RIS Fixed Value: urn:oid:2.16.756.5.45 |
value | ΣC | 1..1 | string | BER/BUR/REE/RIS number ber-length: BER must start with a letter followed by 8 digits ber-modulus-11: BER must pass the modulus 11 check Example General: 123456 |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ber-length | warning | Identifier.value | BER must start with a letter followed by 8 digits : matches('^[A-Z][0-9]{8}$') | |
ber-modulus-11 | warning | Identifier.value | BER must pass the modulus 11 check : 11-((substring(1,1).toInteger()*5)+(substring(2,1).toInteger()*4)+(substring(3,1).toInteger()*3)+(substring(4,1).toInteger()*2)+(substring(5,1).toInteger()*7)+(substring(6,1).toInteger()*6)+(substring(7,1).toInteger()*5))mod(11)=substring(8,1).toInteger() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | 0..* | BERIdentifier | 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 . |
type | Σ | 0..1 | CodeableConcept | Description of identifier Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose. |
system | Σ | 1..1 | uri | OID of the BER/BUR/REE/RIS Fixed Value: urn:oid:2.16.756.5.45 |
value | ΣC | 1..1 | string | BER/BUR/REE/RIS number ber-length: BER must start with a letter followed by 8 digits ber-modulus-11: BER 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) |
Documentation for this format |
Path | Conformance | ValueSet | URI |
Identifier.use | required | IdentifierUsehttp://hl7.org/fhir/ValueSet/identifier-use|4.0.1 from the FHIR Standard | |
Identifier.type | extensible | Identifier Type Codeshttp://hl7.org/fhir/ValueSet/identifier-type from the FHIR Standard |
Id | Grade | Path(s) | Details | Requirements |
ber-length | warning | Identifier.value | BER must start with a letter followed by 8 digits : matches('^[A-Z][0-9]{8}$') | |
ber-modulus-11 | warning | Identifier.value | BER must pass the modulus 11 check : 11-((substring(1,1).toInteger()*5)+(substring(2,1).toInteger()*4)+(substring(3,1).toInteger()*3)+(substring(4,1).toInteger()*2)+(substring(5,1).toInteger()*7)+(substring(6,1).toInteger()*6)+(substring(7,1).toInteger()*5))mod(11)=substring(8,1).toInteger() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from BERIdentifier
Other representations of profile: CSV, Excel, Schematron