description: Die Melder-Einrichtung enthält die Angaben der meldenden Einrichtung. Die Informationen werden vom zuständigen Gesundsamt zur Kontaktaufnahme genutzt. package_name: rki.demis.common derivation: constraint name: NotifierFacility type: Organization elements: address: type: Address short: Einrichtungsaddresse mustSupport: true index: 29 elements: line: {array: true, max: 3, index: 30} city: {mustSupport: true, index: 31} postalCode: binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'} mustSupport: true index: 32 country: binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/iso3166-1-2'} mustSupport: true index: 33 required: [city, country, postalCode] meta: mustSupport: true index: 0 elements: profile: mustSupport: true pattern: {type: canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/NotifierFacility'} type: canonical index: 1 required: [profile] name: {short: Bezeichnung der Einrichtung, mustSupport: true, index: 15} type: short: Art der meldenden Einrichtung mustSupport: true index: 10 elements: coding: binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/organizationType'} mustSupport: true index: 11 elements: system: {mustSupport: true, index: 12} code: {mustSupport: true, index: 13} required: [code, system] text: {index: 14} required: [coding] identifier: short: Identifier der Melder-Einrichtung index: 2 slicing: rules: open discriminator: - {path: system, type: value} min: null slices: bsnr: match: {system: null} schema: {type: Identifier, mustSupport: true, index: 3} demisLaboratoryId: match: {system: 'https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId'} schema: short: DEMIS-Labornummer mustSupport: true index: 4 elements: system: pattern: {type: uri, value: 'https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId'} mustSupport: true type: uri index: 5 value: {mustSupport: true, index: 6} required: [system, value] demisParticipantId: match: {system: 'https://demis.rki.de/fhir/NamingSystem/DemisParticipantId'} schema: short: DEMIS-Teilnehmer-Nummer index: 7 elements: system: pattern: {type: uri, value: 'https://demis.rki.de/fhir/NamingSystem/DemisParticipantId'} mustSupport: true type: uri index: 8 value: {mustSupport: true, index: 9} required: [system, value] telecom: short: Kontaktangaben der Einrichtung mustSupport: true index: 16 slicing: rules: closed discriminator: - {path: system, type: value} min: 1 slices: Email: match: {system: email} schema: index: 17 elements: system: pattern: {type: code, value: email} mustSupport: true type: code index: 18 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: 19 required: [system, value] Phone: match: {system: phone} schema: index: 20 elements: system: pattern: {type: code, value: phone} mustSupport: true type: code index: 21 value: constraint: validPhoneNumber: {human: Die Telefonnummer muss valide sein., severity: warning, expression: '$this.matches(''^[0+][0-9 \\-\\(\\)]{6,50}$'')'} mustSupport: true index: 22 required: [system, value] Url: match: {system: url} schema: index: 23 elements: system: pattern: {type: code, value: url} mustSupport: true type: code index: 24 value: constraint: validUrl: {human: Die Url muss valide sein., severity: warning, expression: '$this.matches(''^(https?:\\/\\/(?:www\\.|(?!www))[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\.[^\\s]{2,}|www\\.[a-zA-Z0-9][a-zA-Z0-9-]+[a-zA-Z0-9]\\.[^\\s]{2,}|https?:\\/\\/(?:www\\.|(?!www))[a-zA-Z0-9]+\\.[^\\s]{2,}|www\\.[a-zA-Z0-9]+\\.[^\\s]{2,})$'')'} mustSupport: true index: 25 required: [system, value] Fax: match: {system: fax} schema: index: 26 elements: system: pattern: {type: code, value: fax} mustSupport: true type: code index: 27 value: constraint: validFaxNumber: {human: Die Faxnummer muss valide sein., severity: warning, expression: '$this.matches(''^[0+][0-9 \\-\\(\\)]{6,50}$'')'} mustSupport: true index: 28 required: [system, value] partOf: {short: 'Übergeordnete Einrichtung, zu der diese Einrichtung gehört', mustSupport: true, index: 34} endpoint: {index: 36} contact: {short: Ansprechpartner der Einrichtung, mustSupport: true, index: 35} package_version: 2.2.0 class: profile kind: resource url: https://demis.rki.de/fhir/StructureDefinition/NotifierFacility base: http://hl7.org/fhir/StructureDefinition/Organization version: 1.6.0 required: [address, meta, name, telecom, type]