PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory@1.24.0
    https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportMPVP
description: Der Mumpsvirus-Laborbericht kann mehrere Mumpsvirus-Erregernachweise enthalten und fasst die Ergebnisse der Einzeltests zusammen.
package_name: rki.demis.laboratory
derivation: constraint
name: LaboratoryReportMPVP
type: DiagnosticReport
elements:
  meta:
    mustSupport: true
    index: 0
    elements:
      profile:
        mustSupport: true
        pattern: {type: Canonical, value: 'https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportMPVP'}
        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: mpvp}
            index: 4
          display: {index: 5}
        required: [display]
  result:
    type: Reference
    short: Referenziert einen Erregernachweis für Mumpsvirus
    refers: ['https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionMPVP']
    index: 6
package_version: 1.24.0
class: profile
kind: resource
url: https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportMPVP
base: https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport
version: 1.3.0
required: [meta]