description: Der ProcessNotificationResponseParameter ist der Ausgabeparameter für die ProcessNotification-Operation. Er beinhaltet ein Quittungs-Bundle und eine ProcessNotificationResponse. package_name: rki.demis.common derivation: constraint name: ProcessNotificationResponseParameters type: Parameters elements: meta: mustSupport: true index: 0 elements: profile: mustSupport: true pattern: {type: Canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponseParameters'} index: 1 required: [profile] parameter: index: 2 slicing: rules: closed discriminator: - {path: resource, type: type} min: null slices: bundle: match: {} schema: index: 3 elements: name: pattern: {type: String, value: bundle} mustSupport: true index: 4 resource: {type: Bundle, mustSupport: true, index: 5} required: [resource] operationOutcome: match: {} schema: mustSupport: true _required: true index: 6 elements: name: pattern: {type: String, value: operationOutcome} mustSupport: true index: 7 resource: {type: OperationOutcome, mustSupport: true, index: 8} required: [resource] package_version: 2.0.0 class: profile kind: resource url: https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponseParameters base: http://hl7.org/fhir/StructureDefinition/Parameters version: 1.2.0 required: [meta]