PackagesCanonicalsLogsProblems
    Packages
    rki.demis.r4.core@1.22.2
    https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryRetired
description: Die Erregernachweismeldung definiert die Meldeinhalte, die von Laboren übermittelt werden müssen. Krankheitsspezifische Inhalte werden dabei in abgeleiteten Profilen festgelegt.
package_name: rki.demis.r4.core
derivation: constraint
name: NotificationLaboratoryRetired
abstract: true
type: Composition
elements:
  category:
    short: Art der Meldung
    index: 0
    elements:
      coding:
        index: 1
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 2
          code:
            pattern: {type: Code, value: 11502-2}
            index: 3
          display:
            pattern: {type: String, value: Laboratory report}
            index: 4
        required: [display, system, code]
    required: [coding]
  subject: {index: 5}
  author: {index: 6}
  section:
    index: 7
    slicing:
      rules: closed
      discriminator:
      - {path: code.coding.code, type: value}
      min: null
      slices:
        laboratoryReport:
          match:
            code:
              coding: {code: 11502-2}
          schema:
            short: Enthält einen Verweis auf einen erregerspezifischen Laborbericht
            mustSupport: true
            index: 8
            elements:
              code:
                index: 9
                elements:
                  coding:
                    index: 10
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.org'}
                        index: 11
                      code:
                        pattern: {type: Code, value: 11502-2}
                        index: 12
                      display:
                        pattern: {type: String, value: Laboratory report}
                        index: 13
                    required: [display, system, code]
                required: [coding]
              entry:
                type: Reference
                refers: ['https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport']
                index: 14
                elements:
                  reference: {index: 15}
                required: [reference]
            required: [entry, code]
        diagnosis:
          match:
            code:
              coding: {code: 29308-4}
          schema:
            short: Enthält einen Verweis auf die Diagnose
            mustSupport: true
            index: 16
            elements:
              code:
                index: 17
                elements:
                  coding:
                    index: 18
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.org'}
                        index: 19
                      code:
                        pattern: {type: Code, value: 29308-4}
                        index: 20
                      display:
                        pattern: {type: String, value: Diagnosis}
                        index: 21
                    required: [display, system, code]
                required: [coding]
              entry:
                type: Reference
                refers: ['https://demis.rki.de/fhir/StructureDefinition/Diagnose']
                index: 22
                elements:
                  reference: {index: 23}
                required: [reference]
            required: [entry, code]
        pathogenDetection:
          match:
            code:
              coding: {code: 18725-2}
          schema:
            short: Enthält einen Verweis auf den Erregernachweis
            mustSupport: true
            index: 24
            elements:
              code:
                index: 25
                elements:
                  coding:
                    index: 26
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.org'}
                        index: 27
                      code:
                        pattern: {type: Code, value: 18725-2}
                        index: 28
                      display:
                        pattern: {type: String, value: Microbiology studies (set)}
                        index: 29
                    required: [display, system, code]
                required: [coding]
              entry:
                type: Reference
                refers: ['https://demis.rki.de/fhir/StructureDefinition/PathogenDetection']
                index: 30
                elements:
                  reference: {index: 31}
                required: [reference]
            required: [entry, code]
        outbreak:
          match:
            code:
              coding: {code: 77980-1}
          schema:
            index: 32
            elements:
              code:
                index: 33
                elements:
                  coding:
                    index: 34
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.org'}
                        index: 35
                      code:
                        pattern: {type: Code, value: 77980-1}
                        index: 36
                      display:
                        pattern: {type: String, value: Case is associated with a known outbreak}
                        index: 37
                    required: [display, system, code]
                required: [coding]
              entry:
                type: Reference
                refers: ['https://demis.rki.de/fhir/StructureDefinition/Outbreak']
                index: 38
                elements:
                  reference: {index: 39}
                required: [reference]
            required: [entry, code]
package_version: 1.22.2
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryRetired
base: https://demis.rki.de/fhir/StructureDefinition/Notification
version: 1.1.0
required: [subject, category]