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: demis.fhir.profiles derivation: constraint name: SubmittingPerson type: Practitioner elements: name: type: HumanName short: Name der Einsendenden Person mustSupport: true index: 0 elements: family: {index: 1} given: {index: 2} required: [given, family] telecom: short: Kontaktangaben der Einsendenden Person mustSupport: true index: 3 slicing: rules: closed discriminator: - {path: system, type: value} min: null slices: Email: match: {system: email} schema: index: 4 elements: system: pattern: {type: Code, value: email} index: 5 value: {index: 6} required: [value, system] Phone: match: {system: phone} schema: index: 7 extensions: comment: {url: 'https://demis.rki.de/fhir/StructureDefinition/Comment', max: 1, type: Extension, index: 9} elements: extension: index: 8 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: 9} max: 1 system: pattern: {type: Code, value: phone} index: 10 value: {index: 11} required: [value, system] address: type: Address short: Adresse der Einsendenden Person mustSupport: true index: 12 elements: use: pattern: {type: Code, value: home} index: 13 line: index: 14 extensions: Postfach: {url: null, max: 0, index: 16} elements: extension: index: 15 slicing: rules: open discriminator: - {path: url, type: value} min: null slices: Postfach: match: {url: null} schema: {index: 16} max: 0 city: {index: 17} postalCode: binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'} index: 18 country: binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/country'} index: 19 required: [country, city, postalCode, line] gender: {index: 20} birthDate: {index: 21} photo: {index: 22} qualification: {index: 23} communication: {index: 24} package_version: 1.18.0 class: profile kind: resource url: https://demis.rki.de/fhir/StructureDefinition/SubmittingPerson base: http://hl7.org/fhir/StructureDefinition/Practitioner version: 1.1.0 required: [name, address]