PackagesCanonicalsLogsProblems
    Packages
    rs/demis.fhir.profiles@1.15.0
    https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory
description: Die Erregernachweismeldung definiert die Meldeinhalte, die von Laboren übermittelt werden müssen. Erregerspezifische Befunddaten werden über Subprofile des Laborberichts-Profils definiert. In der Erregernachweismeldung kann ein spezifischer Laborbericht referenziert werden.
package_name: rs/demis.fhir.profiles
derivation: constraint
name: NotificationLaboratory
type: Composition
elements:
  identifier:
    short: Eindeutige ID der Meldung
    mustSupport: true
    index: 0
    elements:
      system:
        pattern: {type: uri, value: 'https://demis.rki.de/fhir/NamingSystem/NotificationId'}
        type: uri
        index: 1
      value: {index: 2}
    required: [system, value]
  category:
    short: Art der Meldung
    index: 3
    elements:
      coding:
        index: 4
        elements:
          system:
            pattern: {type: uri, value: 'http://loinc.org'}
            type: uri
            index: 5
          code:
            pattern: {type: code, value: 11502-2}
            type: code
            index: 6
          display:
            pattern: {type: string, value: Laboratory report}
            type: string
            index: 7
        required: [code, display, system]
    required: [coding]
  subject: {index: 8}
  author: {index: 9}
  section:
    index: 10
    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: 11
            elements:
              code:
                index: 12
                elements:
                  coding:
                    index: 13
                    elements:
                      system:
                        pattern: {type: uri, value: 'http://loinc.org'}
                        type: uri
                        index: 14
                      code:
                        pattern: {type: code, value: 11502-2}
                        type: code
                        index: 15
                      display:
                        pattern: {type: string, value: Laboratory report}
                        type: string
                        index: 16
                    required: [code, display, system]
                required: [coding]
              entry:
                type: Reference
                refers: ['https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport']
                index: 17
                elements:
                  reference: {index: 18}
                required: [reference]
            required: [code, entry]
        diagnosis:
          match:
            code:
              coding: {code: 29308-4}
          schema:
            short: Enthält einen Verweis auf die Diagnose
            mustSupport: true
            index: 19
            elements:
              code:
                index: 20
                elements:
                  coding:
                    index: 21
                    elements:
                      system:
                        pattern: {type: uri, value: 'http://loinc.org'}
                        type: uri
                        index: 22
                      code:
                        pattern: {type: code, value: 29308-4}
                        type: code
                        index: 23
                      display:
                        pattern: {type: string, value: Diagnosis}
                        type: string
                        index: 24
                    required: [code, display, system]
                required: [coding]
              entry:
                type: Reference
                refers: ['https://demis.rki.de/fhir/StructureDefinition/Diagnose']
                index: 25
                elements:
                  reference: {index: 26}
                required: [reference]
            required: [code, entry]
        pathogenDetection:
          match:
            code:
              coding: {code: 18725-2}
          schema:
            short: Enthält einen Verweis auf den Erregernachweis
            mustSupport: true
            index: 27
            elements:
              code:
                index: 28
                elements:
                  coding:
                    index: 29
                    elements:
                      system:
                        pattern: {type: uri, value: 'http://loinc.org'}
                        type: uri
                        index: 30
                      code:
                        pattern: {type: code, value: 18725-2}
                        type: code
                        index: 31
                      display:
                        pattern: {type: string, value: Microbiology studies (set)}
                        type: string
                        index: 32
                    required: [code, display, system]
                required: [coding]
              entry:
                type: Reference
                refers: ['https://demis.rki.de/fhir/StructureDefinition/PathogenDetection']
                index: 33
                elements:
                  reference: {index: 34}
                required: [reference]
            required: [code, entry]
        outbreak:
          match:
            code:
              coding: {code: 77980-1}
          schema:
            index: 35
            elements:
              code:
                index: 36
                elements:
                  coding:
                    index: 37
                    elements:
                      system:
                        pattern: {type: uri, value: 'http://loinc.org'}
                        type: uri
                        index: 38
                      code:
                        pattern: {type: code, value: 77980-1}
                        type: code
                        index: 39
                      display:
                        pattern: {type: string, value: Case is associated with a known outbreak}
                        type: string
                        index: 40
                    required: [code, display, system]
                required: [coding]
              entry:
                type: Reference
                refers: ['https://demis.rki.de/fhir/StructureDefinition/Outbreak']
                index: 41
                elements:
                  reference: {index: 42}
                required: [reference]
            required: [code, entry]
package_version: 1.15.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory
base: https://demis.rki.de/fhir/StructureDefinition/Notification
version: 1.2.1
required: [category, identifier, subject]