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