description: Die Melder-Einrichtung enthält die Angaben der meldenden Einrichtung. Die Informationen werden vom zuständigen Gesundsamt zur Kontaktaufnahme genutzt. package_name: rs/demis.fhir.profiles derivation: constraint name: NotifierFacility type: Organization elements: identifier: short: Identifier der Melder-Einrichtung index: 0 slicing: rules: open discriminator: - {path: system, type: value} min: null slices: bsnr: match: {system: null} schema: {type: Identifier, mustSupport: true, index: 1} demisLaboratoryId: match: {system: 'https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId'} schema: short: DEMIS-Labornummer mustSupport: true index: 2 elements: system: pattern: {type: uri, value: 'https://demis.rki.de/fhir/NamingSystem/DemisLaboratoryId'} type: uri index: 3 value: {index: 4} required: [system, value] type: short: Art der meldenden Einrichtung mustSupport: true index: 5 elements: coding: binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/organizationType'} index: 6 elements: system: {index: 7} code: {index: 8} required: [code, system] text: {index: 9} required: [coding] name: {short: Bezeichnung der Einrichtung, mustSupport: true, index: 10} telecom: short: Kontaktangaben der Einrichtung mustSupport: true index: 11 slicing: rules: closed discriminator: - {path: system, type: value} min: 1 slices: Email: match: {system: email} schema: index: 12 elements: system: pattern: {type: code, value: email} type: code index: 13 value: {index: 14} required: [system, value] Phone: match: {system: phone} schema: index: 15 elements: system: pattern: {type: code, value: phone} type: code index: 16 value: {index: 17} required: [system, value] Url: match: {system: url} schema: index: 18 elements: system: pattern: {type: code, value: url} type: code index: 19 value: {index: 20} required: [system, value] Fax: match: {system: fax} schema: index: 21 elements: system: pattern: {type: code, value: fax} type: code index: 22 value: {index: 23} required: [system, value] address: type: Address short: Einrichtungsaddresse mustSupport: true index: 24 elements: line: {index: 25} city: {index: 26} postalCode: binding: {strength: preferred, valueSet: 'https://demis.rki.de/fhir/ValueSet/postalCode'} index: 27 country: binding: {strength: required, valueSet: 'https://demis.rki.de/fhir/ValueSet/country'} index: 28 required: [city, country, postalCode] partOf: {short: 'Übergeordnete Einrichtung, zu der diese Einrichtung gehört', mustSupport: true, index: 29} contact: {short: Ansprechpartner der Einrichtung, mustSupport: true, index: 30} endpoint: {index: 31} package_version: 1.16.0 class: profile kind: resource url: https://demis.rki.de/fhir/StructureDefinition/NotifierFacility base: http://hl7.org/fhir/StructureDefinition/Organization version: 1.0.0 required: [address, name, telecom, type]