PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory@3.2.1
    https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryNegative
{
  "description": "Der Erregernachweismeldevorgang für negative Ergebnisse ist vom Meldevorgang abgeleitet und bildet den Container für eine Erregernachweismeldung (negativ) und die darin referenzierten Ressourcen.",
  "_filename": "StructureDefinition-NotificationBundleLaboratoryNegative.json",
  "package_name": "rki.demis.laboratory",
  "date": "2025-02-17",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "NotificationBundleLaboratoryNegative",
  "abstract": false,
  "type": "Bundle",
  "experimental": "true",
  "resourceType": "StructureDefinition",
  "title": "Erregernachweismeldevorgang (negativ)",
  "package_version": "3.2.1",
  "status": "draft",
  "id": "3c20956e-b580-456d-968d-2f0ca7fc5d8f",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryNegative",
  "version": "2.1.0",
  "differential": {
    "element": [ {
      "id": "Bundle",
      "path": "Bundle",
      "constraint": [ {
        "key": "noNotifiedPersonByName",
        "human": "Im NotificationBundle darf keine NAMENTLICHE betroffene Person enthalten sein.",
        "severity": "error",
        "expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson').count()=0"
      }, {
        "key": "exactlyOneNotifiedPersonAnonymous",
        "human": "Im NotificationBundle muss genau eine anonyme betroffene Person enthalten sein.",
        "severity": "error",
        "expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonAnonymous').count()=1"
      }, {
        "key": "maxOneSubmittingRole",
        "human": "Im NotificationBundle darf maximal eine Einsender-Rolle enthalten sein. In diesem Zusammenhang ist jedoch zu berücksichtigen, dass bestimmte Meldetatbestände die Angabe des Einsenders der Probe ausschließen.",
        "severity": "error",
        "expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/StructureDefinition/SubmittingRole').count()<=1"
      } ]
    }, {
      "id": "Bundle.meta",
      "min": 1,
      "path": "Bundle.meta",
      "mustSupport": true
    }, {
      "id": "Bundle.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Bundle.meta.profile",
      "mustSupport": true,
      "fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryNegative"
    }, {
      "id": "Bundle.identifier.system",
      "path": "Bundle.identifier.system",
      "fixedUri": "https://demis.rki.de/fhir/NamingSystem/NotificationBundleId"
    }, {
      "id": "Bundle.entry:notification",
      "max": "1",
      "path": "Bundle.entry",
      "sliceName": "notification",
      "definition": "Enthaltene Meldungen. In einem Erregernachweismeldevorgang (negativ) muss genau eine Erregernachweismeldung (negativ) enthalten sein."
    }, {
      "id": "Bundle.entry:notification.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Composition",
        "profile": [ "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryNegative" ]
      } ]
    } ]
  },
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundle"
}