PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory@1.24.0
    https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportLEGP
description: Der Legionella sp.-Laborbericht kann mehrere Legionella sp.-Erregernachweise enthalten und fasst die Ergebnisse der Einzeltests zusammen.
package_name: rki.demis.laboratory
derivation: constraint
name: LaboratoryReportLEGP
type: DiagnosticReport
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportLEGP'}
        index: 1
    required: [profile]
  code:
    index: 2
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'https://demis.rki.de/fhir/CodeSystem/notificationCategory'}
            index: 3
          code:
            pattern: {type: Code, value: legp}
            index: 4
          display: {index: 5}
        required: [display]
  result:
    type: Reference
    short: Referenziert einen Erregernachweis für Legionella sp.
    refers: ['https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionLEGP']
    index: 6
package_version: 1.24.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportLEGP
base: https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport
version: 1.3.0
required: [meta]