{
  "resourceType": "StructureDefinition",
  "id": "LaboratoryReportPKVP",
  "url": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportPKVP",
  "version": "1.1.0",
  "name": "LaboratoryReportPKVP",
  "title": "Laborbericht für Orthopockenviren (Variolavirus)",
  "status": "active",
  "date": "2023-10-30",
  "description": "Der Orthopockenviren (Variolavirus)-Laborbericht kann mehrere Orthopockenviren (Variolavirus)-Erregernachweise enthalten und fasst die Ergebnisse der Einzeltests zusammen.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.meta",
        "path": "DiagnosticReport.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.meta.profile",
        "path": "DiagnosticReport.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportPKVP",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "definition": "Im Laborbericht für Orthopockenviren (Variolavirus) ist der code immer mit dem Wert \"pkvp\" aus dem ValueSet https://demis.rki.de/fhir/CodeSystem/notificationCategory zu belegen."
      },
      {
        "id": "DiagnosticReport.code.coding.system",
        "path": "DiagnosticReport.code.coding.system",
        "fixedUri": "https://demis.rki.de/fhir/CodeSystem/notificationCategory"
      },
      {
        "id": "DiagnosticReport.code.coding.code",
        "path": "DiagnosticReport.code.coding.code",
        "fixedCode": "pkvp"
      },
      {
        "id": "DiagnosticReport.code.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "short": "Referenziert einen Erregernachweis für Orthopockenviren (Variolavirus)",
        "definition": "Referenziert einen Erregernachweis für Orthopockenviren (Variolavirus)",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionPKVP"
            ]
          }
        ]
      }
    ]
  }
}