PackagesCanonicalsLogsProblems
    Packages
    rs/demis.fhir.profiles@1.19.0
    https://demis.rki.de/fhir/StructureDefinition/Notification
description: Die Meldung ist ein abstraktes Profil und referenziert die Betroffene Person, den Melder und die Diagnose. Spezifische Arten von Meldungen werden in abgeleiteten Profilen definiert.\r\nMeldungen, die durch einen bestimmten Melder abgesetzt werden, können nur durch diesen ergänzt oder korrigiert werden. Meldungen können andere Meldungen referenzieren.
package_name: rs/demis.fhir.profiles
derivation: constraint
name: Notification
abstract: true
type: Composition
elements:
  date: {short: Zeitpunkt der Erstellung/Bearbeitung der aktuellen Version der Meldung, mustSupport: true, index: 7}
  attester: {index: 12}
  type:
    short: Typ der Composition
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system:
            pattern: {type: uri, value: 'http://loinc.org'}
            type: uri
            index: 3
          code:
            pattern: {type: code, value: 34782-3}
            type: code
            index: 4
          display:
            pattern: {type: string, value: Infectious disease Note}
            type: string
            index: 5
        required: [code, display, system]
    required: [coding]
  title: {short: Titel der Meldung, mustSupport: true, index: 10}
  author:
    type: Reference
    short: Verweis auf die Melder-Rolle.
    mustSupport: true
    refers: ['https://demis.rki.de/fhir/StructureDefinition/NotifierRole']
    index: 8
    elements:
      reference: {index: 9}
    required: [reference]
  event: {index: 23}
  custodian: {index: 13}
  status: {short: Status der Meldungsinhalte, mustSupport: true, index: 0}
  relatesTo:
    short: Verweis auf eine Meldung
    mustSupport: true
    index: 14
    elements:
      code:
        pattern: {type: code, value: appends}
        type: code
        index: 15
      target:
        choices: [targetReference]
        index: 17
      targetReference: {type: Reference, choiceOf: target, index: 18}
      target[x]:
        elements:
          type:
            pattern: {type: uri, value: Composition}
            type: uri
            index: 19
          identifier:
            index: 20
            elements:
              system:
                pattern: {type: uri, value: 'https://demis.rki.de/fhir/NamingSystem/NotificationId'}
                type: uri
                index: 21
              value: {index: 22}
            required: [system, value]
        required: [identifier, type]
  subject:
    type: Reference
    short: Verweis auf die betroffene Person.
    mustSupport: true
    refers: ['https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson']
    index: 6
  confidentiality: {index: 11}
package_version: 1.19.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/Notification
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 1.0.3