PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory.strict@4.0.0-rc.1
    https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryNegative
{
  "description": "Die Erregernachweismeldung (negativ) definiert die Meldung nach § 7 Abs. 4 IfSG. Für die Umsetzung sind nur die Meldung der negativen Testergebnisse relevant. Positive Ergebnisse liegen im Rahmen von § 14 Abs. 4 und 5 IfSG als nichtnamentliche Auszüge der Meldungen nach § 7 Abs. 1 IfSG bereits am RKI vor. Erregerspezifische Befunddaten werden über Subprofile des Laborberichts-Profils definiert. In der Erregernachweismeldung kann ein spezifischer Laborbericht referenziert werden.",
  "_filename": "StructureDefinition-NotificationLaboratoryNegative.json",
  "package_name": "rki.demis.laboratory.strict",
  "date": "2025-05-17",
  "derivation": "constraint",
  "publisher": "Robert Koch-Institut",
  "fhirVersion": "4.0.1",
  "jurisdiction": [ {
    "coding": [ {
      "code": "DE",
      "system": "urn:iso:std:iso:3166",
      "version": "ALPHA-2"
    } ]
  } ],
  "name": "NotificationLaboratoryNegative",
  "abstract": false,
  "copyright": "Copyright (C) 2021-2025 Robert Koch-Institut",
  "type": "Composition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Erregernachweismeldung (negativ)",
  "package_version": "4.0.0-rc.1",
  "status": "active",
  "id": "5bf8c96e-2f48-4f46-9408-1eab72ab64cd",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryNegative",
  "version": "1.5.0",
  "differential": {
    "element": [ {
      "id": "Composition.meta",
      "min": 1,
      "path": "Composition.meta",
      "mustSupport": true
    }, {
      "id": "Composition.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Composition.meta.profile",
      "mustSupport": true,
      "patternCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryNegative"
    }, {
      "id": "Composition.contained",
      "max": "0",
      "path": "Composition.contained"
    }, {
      "id": "Composition.identifier",
      "min": 1,
      "path": "Composition.identifier",
      "short": "Eindeutige ID der Meldung",
      "comment": "Bei einer Ergänzungs- bzw. einer Korrekturmeldung ist die gleiche NotificationId der Meldung anzugegeben.",
      "definition": "Eindeutige ID der Meldung, die vom Melder bei Erstellung generiert wird oder sich aus der Auftragsnummer ableitet. Es handelt sich um eine UUID im NamingSystem https://demis.rki.de/fhir/NamingSystem/NotificationId.",
      "mustSupport": true
    }, {
      "id": "Composition.identifier.system",
      "min": 1,
      "path": "Composition.identifier.system",
      "fixedUri": "https://demis.rki.de/fhir/NamingSystem/NotificationId",
      "mustSupport": true
    }, {
      "id": "Composition.identifier.value",
      "min": 1,
      "path": "Composition.identifier.value",
      "mustSupport": true
    }, {
      "id": "Composition.type",
      "path": "Composition.type",
      "definition": "Typ der Composition. In DEMIS ist der Typ immer mit dem Wert 34782-3 (Infectious disease Note) aus dem entsprechend hinterlegten LOINC-ValueSet zu belegen."
    }, {
      "id": "Composition.type.coding",
      "max": "1",
      "min": 1,
      "path": "Composition.type.coding",
      "mustSupport": true,
      "patternCoding": {
        "code": "34782-3",
        "system": "http://loinc.org",
        "display": "Infectious disease Note"
      }
    }, {
      "id": "Composition.category",
      "max": "0",
      "path": "Composition.category"
    }, {
      "id": "Composition.subject",
      "min": 1,
      "path": "Composition.subject",
      "type": [ {
        "code": "Reference",
        "aggregation": [ "bundled" ],
        "targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonAnonymous" ]
      } ],
      "short": "Verweis auf die betroffene Person (anonym).",
      "definition": "Verweis auf die betroffene Person (anonym).",
      "mustSupport": true
    }, {
      "id": "Composition.subject.reference",
      "min": 1,
      "path": "Composition.subject.reference",
      "mustSupport": true
    }, {
      "id": "Composition.author",
      "path": "Composition.author",
      "definition": "Verweis auf die Melder-Rolle. Über die Melder-Rolle kann eine Person oder eine Organisation als Melder - hier das Labor - referenziert werden."
    }, {
      "id": "Composition.section",
      "path": "Composition.section",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "code.coding",
          "type": "pattern"
        } ]
      }
    }, {
      "id": "Composition.section:laboratoryReport",
      "max": "1",
      "min": 1,
      "path": "Composition.section",
      "short": "Enthält einen Verweis auf einen erregerspezifischen Laborbericht",
      "sliceName": "laboratoryReport",
      "definition": "Entsprechend des Meldetatbestandes wird an dieser Stelle ein erregerspezifischer Laborbericht z.B. SARS-CoV-2-Laborbericht referenziert.",
      "mustSupport": true
    }, {
      "id": "Composition.section:laboratoryReport.code",
      "min": 1,
      "path": "Composition.section.code",
      "mustSupport": true
    }, {
      "id": "Composition.section:laboratoryReport.code.coding",
      "max": "1",
      "min": 1,
      "path": "Composition.section.code.coding",
      "mustSupport": true,
      "patternCoding": {
        "code": "11502-2",
        "system": "http://loinc.org",
        "display": "Laboratory report"
      }
    }, {
      "id": "Composition.section:laboratoryReport.entry",
      "max": "1",
      "min": 1,
      "path": "Composition.section.entry",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "https://demis.rki.de/fhir/StructureDefinition/LaboratoryReport" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Composition.section:laboratoryReport.entry.reference",
      "min": 1,
      "path": "Composition.section.entry.reference",
      "mustSupport": true
    }, {
      "id": "Composition.section:laboratoryReport.section",
      "path": "Composition.section.section",
      "contentReference": "http://hl7.org/fhir/StructureDefinition/Composition#Composition.section"
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "demis-support@rki.de",
      "system": "email"
    } ]
  } ],
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/Notification"
}