PackagesCanonicalsLogsProblems
    Packages
    rki.demis.igs@3.0.0
    https://demis.rki.de/fhir/igs/StructureDefinition/NotificationBundleSequence
{
  "description": "Der Sequenzmeldevorgang ist vom Meldevorgang abgeleitet und bildet den Container für eine Sequenzmeldung (Sequenzübermittlung) und die darin referenzierten Ressourcen.",
  "_filename": "StructureDefinition-NotificationBundleSequence.json",
  "package_name": "rki.demis.igs",
  "date": "2024-10-31",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "NotificationBundleSequence",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Sequenzmeldevorgang",
  "package_version": "3.0.0",
  "status": "active",
  "id": "f7207697-8b2c-48c0-97c8-ab8ebd4c56b9",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/igs/StructureDefinition/NotificationBundleSequence",
  "version": "2.0.1",
  "differential": {
    "element": [ {
      "id": "Bundle",
      "path": "Bundle",
      "constraint": [ {
        "key": "exactlyOneSequence",
        "human": "Im NotificationBundle muss genau eine Sequenz enthalten sein.",
        "severity": "error",
        "expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/igs/StructureDefinition/Sequence').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/igs/StructureDefinition/NotificationBundleSequence"
    }, {
      "id": "Bundle.entry:notification",
      "path": "Bundle.entry",
      "sliceName": "notification",
      "definition": "Enthaltene Meldungen. In einem Sequenzmeldevorgang muss genau eine Sequenzmeldung enthalten sein."
    }, {
      "id": "Bundle.entry:notification.resource",
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Composition",
        "profile": [ "https://demis.rki.de/fhir/igs/StructureDefinition/NotificationSequence" ]
      } ]
    } ]
  },
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundle"
}