CH Core (R4)
5.0.0-ci-build - ci-build
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
Official URL: http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-ber-identifier | Version: 5.0.0-ci-build | |||
Active as of 2024-11-20 | Computable Name: BERIdentifier | |||
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 Identifier
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | Identifier | |||
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 |
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..* | 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 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..* | 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 . |
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 Identifier
Differential View
This structure is derived from Identifier
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
Identifier | Identifier | |||
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 |
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..* | 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 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..* | 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 . |
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 Identifier
Other representations of profile: CSV, Excel, Schematron