{
  "resourceType": "StructureDefinition",
  "id": "LaboratoryReportSPNP",
  "url": "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReportSPNP",
  "version": "1.3.0",
  "name": "LaboratoryReportSPNP",
  "title": "Laborbericht für Streptococcus pneumoniae; Meldepflicht nur für den direkten Nachweis aus Liquor, Blut, Gelenkpunktat oder anderen normalerweise sterilen Substraten",
  "status": "active",
  "date": "2023-10-30",
  "description": "Der Streptococcus pneumoniae-Laborbericht kann mehrere Streptococcus pneumoniae-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/LaboratoryReportSPNP",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "definition": "Im Laborbericht für Streptococcus pneumoniae ist der code immer mit dem Wert \"spnp\" 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": "spnp"
      },
      {
        "id": "DiagnosticReport.code.coding.display",
        "path": "DiagnosticReport.code.coding.display",
        "min": 1
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "short": "Referenziert einen Erregernachweis für Streptococcus pneumoniae; Meldepflicht nur für den direkten Nachweis aus Liquor, Blut, Gelenkpunktat oder anderen normalerweise sterilen Substraten",
        "definition": "Referenziert einen Erregernachweis für Streptococcus pneumoniae; Meldepflicht nur für den direkten Nachweis aus Liquor, Blut, Gelenkpunktat oder anderen normalerweise sterilen Substraten",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://demis.rki.de/fhir/StructureDefinition/PathogenDetectionSPNP"
            ]
          }
        ]
      }
    ]
  }
}