PackagesCanonicalsLogsProblems
    Packages
    rki.demis.laboratory@3.2.0
    https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratory
{
  "description": "Der Erregernachweismeldevorgang ist vom Meldevorgang abgeleitet und bildet den Container für eine Erregernachweismeldung und die darin referenzierten Ressourcen.",
  "_filename": "StructureDefinition-NotificationBundleLaboratory.json",
  "package_name": "rki.demis.laboratory",
  "date": "2023-10-30",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "NotificationBundleLaboratory",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Erregernachweismeldevorgang",
  "package_version": "3.2.0",
  "status": "active",
  "id": "98de3a06-c9b1-4338-ba2b-317107468568",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratory",
  "version": "1.3.0",
  "differential": {
    "element": [ {
      "id": "Bundle",
      "path": "Bundle",
      "constraint": [ {
        "key": "maxOneNotifiedPerson",
        "human": "Im NotificationBundle darf maximal eine betroffene Person enthalten sein.",
        "severity": "error",
        "expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson').count()<=1"
      }, {
        "key": "exactlyOneSubmittingRole",
        "human": "Im NotificationBundle muss genau eine Einsender-Rolle enthalten sein.",
        "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/NotificationBundleLaboratory"
    }, {
      "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 muss genau eine Erregernachweismeldung enthalten sein."
    }, {
      "id": "Bundle.entry:notification.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Composition",
        "profile": [ "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory" ]
      } ]
    } ]
  },
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundle"
}