description: Der Einsender umfasst die Informationen zur Person, die die Probe einsendet. Er muss in der Meldung enthalten sein, wenn die Einsender-Einrichtung nicht enthalten ist. package_name: rki.demis.common derivation: constraint name: SubmittingPerson type: Practitioner elements: address: type: Address short: Adresse der Einsendenden Person mustSupport: true index: 14 elements: use: pattern: {type: Code, value: home} index: 15 line: mustSupport: true index: 16 extensions: Postfach: {url: null, max: 0, index: 18} elements: extension: index: 17 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: Postfach: match: {url: null} schema: {index: 18} max: 0 city: {mustSupport: true, index: 19} postalCode: binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'} mustSupport: true index: 20 country: binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/iso3166-1-2'} mustSupport: true index: 21 required: [country, city, postalCode, line] meta: mustSupport: true index: 0 elements: profile: mustSupport: true pattern: {type: Canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson'} index: 1 required: [profile] name: type: HumanName short: Name der Einsendenden Person mustSupport: true index: 2 elements: family: {mustSupport: true, index: 3} given: {mustSupport: true, index: 4} required: [given, family] birthDate: {index: 23} photo: {index: 24} communication: {index: 26} qualification: {index: 25} telecom: short: Kontaktangaben der Einsendenden Person mustSupport: true index: 5 slicing: rules: closed discriminator: - {path: system, type: value} min: null slices: Email: match: {system: email} schema: index: 6 elements: system: pattern: {type: Code, value: email} mustSupport: true index: 7 value: constraint: validEmailAddress: {human: Die E-Mail-Adresse muss valide sein., severity: warning, expression: '$this.matches(''^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$'')'} mustSupport: true index: 8 required: [value, system] Phone: match: {system: phone} schema: index: 9 extensions: comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 11} elements: extension: index: 10 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: comment: match: {url: null} schema: {type: Extension, url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', index: 11} max: 1 system: pattern: {type: Code, value: phone} mustSupport: true index: 12 value: constraint: validPhoneNumber: {human: Die Telefonnummer muss valide sein., severity: warning, expression: '$this.matches(''^[0+][0-9 \\-\\(\\)]{6,50}$'')'} mustSupport: true index: 13 required: [value, system] gender: {index: 22} package_version: 2.0.0 class: profile kind: resource url: https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson base: http://hl7.org/fhir/StructureDefinition/Practitioner version: 1.4.0 required: [name, address, meta]