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: 16 elements: use: pattern: {type: code, value: home} type: code index: 17 line: mustSupport: true index: 18 extensions: Postfach: {url: null, max: 0, index: 20} elements: extension: index: 19 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: Postfach: match: {url: null} schema: {index: 20} max: 0 city: {mustSupport: true, index: 21} postalCode: binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'} mustSupport: true index: 22 country: binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/iso3166-1-2'} mustSupport: true index: 23 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: 4 elements: family: {mustSupport: true, index: 5} given: {mustSupport: true, index: 6} required: [family, given] birthDate: {index: 25} 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: 26} communication: {index: 28} qualification: {index: 27} telecom: short: Kontaktangaben der Einsendenden Person mustSupport: true index: 7 slicing: rules: closed discriminator: - {path: system, type: value} min: null slices: Email: match: {system: email} schema: index: 8 elements: system: pattern: {type: code, value: email} mustSupport: true type: code index: 9 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: 10 required: [system, value] Phone: match: {system: phone} schema: index: 11 extensions: comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 13} elements: extension: index: 12 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: 13} max: 1 system: pattern: {type: code, value: phone} mustSupport: true type: code index: 14 value: constraint: validPhoneNumber: {human: Die Telefonnummer muss valide sein., severity: warning, expression: '$this.matches(''^[0+][0-9 \\-\\(\\)]{6,50}$'')'} mustSupport: true index: 15 required: [system, value] gender: {index: 24} package_version: 2.2.0 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: 1.5.0 required: [address, meta, name]