PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory@3.3.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: rki.demis.laboratory
derivation: constraint
name: NotificationLaboratory
type: Composition
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory'}
        type: canonical
        index: 1
    required: [profile]
  identifier:
    short: Eindeutige ID der Meldung
    mustSupport: true
    index: 2
    elements:
      system:
        pattern: {type: uri, value: 'https://demis.rki.de/fhir/NamingSystem/NotificationId'}
        mustSupport: true
        type: uri
        index: 3
      value: {mustSupport: true, index: 4}
    required: [system, value]
  type:
    index: 5
    elements:
      coding:
        mustSupport: true
        pattern:
          type: Coding
          value: {code: 34782-3, system: 'http://loinc.org', display: Infectious disease Note}
        type: Coding
        index: 6
    required: [coding]
  category:
    short: Art der Meldung
    mustSupport: true
    index: 7
    elements:
      coding:
        mustSupport: true
        pattern:
          type: Coding
          value: {code: 11502-2, system: 'http://loinc.org', display: Laboratory report}
        type: Coding
        index: 8
    required: [coding]
  subject:
    type: Reference
    short: Verweis auf die betroffene Person (namentlich).
    mustSupport: true
    refers: ['https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson']
    index: 9
  author: {index: 10}
  section:
    index: 11
    slicing:
      rules: closed
      discriminator:
      - {path: code.coding, type: pattern}
      min: null
      slices:
        laboratoryReport:
          match:
            code:
              coding: {code: 11502-2, system: 'http://loinc.org', display: Laboratory report}
          schema:
            short: Enthält einen Verweis auf einen erregerspezifischen Laborbericht
            mustSupport: true
            index: 12
            elements:
              code:
                mustSupport: true
                index: 13
                elements:
                  coding:
                    mustSupport: true
                    pattern:
                      type: Coding
                      value: {code: 11502-2, system: 'http://loinc.org', display: Laboratory report}
                    type: Coding
                    index: 14
                required: [coding]
              entry:
                type: Reference
                mustSupport: true
                refers: ['https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport']
                index: 15
                elements:
                  reference: {mustSupport: true, index: 16}
                required: [reference]
              section:
                elementReference: ['https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory', elements, org/fhir/StructureDefinition/Composition#Composition, elements, section]
                index: 17
            required: [code, entry]
package_version: 3.3.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory
base: https://demis.rki.de/fhir/StructureDefinition/Notification
version: 1.7.0
required: [identifier, meta, subject]