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.strict derivation: constraint name: SubmittingPerson type: Practitioner elements: address: type: Address short: Adresse der Einsendenden Person mustSupport: true index: 18 elements: use: pattern: {type: code, value: home} type: code index: 19 line: mustSupport: true array: true min: 1 max: 3 index: 20 extensions: Postfach: {url: null, max: 0, index: 22} elements: extension: index: 21 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: Postfach: match: {url: null} schema: {index: 22} max: 0 city: {mustSupport: true, index: 23} postalCode: {short: Postleitzahl, mustSupport: true, index: 24} country: binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/iso3166-1-2'} mustSupport: true index: 25 required: [city, country, line, postalCode] meta: mustSupport: true index: 0 elements: profile: mustSupport: true pattern: {type: canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson'} type: canonical index: 1 required: [profile] name: type: HumanName short: Name der Einsendenden Person mustSupport: true index: 6 elements: family: {mustSupport: true, index: 7} given: {mustSupport: true, index: 8} required: [family, given] birthDate: {index: 27} extension: index: 2 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: salutation: match: {url: null} schema: {type: Extension, short: Anrede des Einsenders, mustSupport: true, url: 'https://demis.rki.de/fhir/StructureDefinition/Salutation', index: 3} max: 1 photo: {index: 28} active: {index: 5} communication: {index: 30} identifier: {index: 4} qualification: {index: 29} telecom: short: Kontaktangaben der Einsendenden Person mustSupport: true index: 9 slicing: rules: closed discriminator: - {path: system, type: value} min: null slices: Email: match: {system: email} schema: index: 10 elements: system: pattern: {type: code, value: email} mustSupport: true type: code index: 11 value: constraint: validEmailAddress: {human: Die E-Mail-Adresse muss valide sein., severity: error, expression: '$this.matches(''^[a-zA-Z0-9._%+-]+@(?:[a-zA-Z0-9-]+[.])+[a-zA-Z0-9]{2,63}$'')'} mustSupport: true index: 12 required: [system, value] Phone: match: {system: phone} schema: index: 13 extensions: comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 15} elements: extension: index: 14 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: 15} max: 1 system: pattern: {type: code, value: phone} mustSupport: true type: code index: 16 value: constraint: validPhoneNumber: {human: Die Telefonnummer muss valide sein., severity: error, expression: '$this.matches(''^[0+][0-9 \\-\\(\\)]{6,50}$'')'} mustSupport: true index: 17 required: [system, value] gender: {index: 26} package_version: 3.0.0-rc.2 extensions: salutation: {url: 'https://demis.rki.de/fhir/StructureDefinition/Salutation', max: 1, type: Extension, short: Anrede des Einsenders, mustSupport: true, index: 3} class: profile kind: resource url: https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson base: http://hl7.org/fhir/StructureDefinition/Practitioner version: 2.0.0 required: [address, meta, name]