PackagesCanonicalsLogsProblems
    Packages
    rki.demis.common@2.2.0
    https://demis.rki.de/fhir/StructureDefinition/NotificationReceipt
description: Meldequittung
package_name: rki.demis.common
derivation: constraint
name: NotificationReceipt
type: Composition
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/NotificationReceipt'}
        type: canonical
        index: 1
    required: [profile]
  extension:
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: null
      slices:
        receivedNotification:
          match: {url: null}
          schema: {type: Extension, url: 'https://demis.rki.de/fhir/StructureDefinition/ReceivedNotification', index: 3}
          max: 1
  type:
    mustSupport: true
    index: 4
    elements:
      coding:
        mustSupport: true
        pattern:
          type: Coding
          value: {code: 77999-1, system: 'http://loinc.org', display: Case notification comment}
        type: Coding
        index: 5
    required: [coding]
  author:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
    index: 6
  relatesTo:
    short: NotificationID der gesendeten Meldung
    mustSupport: true
    index: 7
    elements:
      code:
        pattern: {type: code, value: appends}
        mustSupport: true
        type: code
        index: 8
      target:
        mustSupport: true
        choices: [targetReference]
        index: 10
      targetReference: {type: Reference, mustSupport: true, choiceOf: target, index: 11}
      target[x]:
        elements:
          type:
            pattern: {type: uri, value: Composition}
            mustSupport: true
            type: uri
            index: 12
          identifier:
            mustSupport: true
            index: 13
            elements:
              system:
                pattern: {type: uri, value: 'https://demis.rki.de/fhir/NamingSystem/NotificationId'}
                mustSupport: true
                type: uri
                index: 14
              value: {mustSupport: true, index: 15}
            required: [system, value]
        required: [identifier, type]
package_version: 2.2.0
extensions:
  receivedNotification: {url: 'https://demis.rki.de/fhir/StructureDefinition/ReceivedNotification', max: 1, type: Extension, index: 3}
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/NotificationReceipt
base: http://hl7.org/fhir/StructureDefinition/Composition
version: 1.2.0
required: [meta]