PackagesCanonicalsLogsProblems
    Packages
    rki.demis.statistic@1.0.0
    https://demis.rki.de/fhir/StructureDefinition/ReportBundle
{
  "description": "Berichtsvorgang",
  "_filename": "StructureDefinition-ReportBundle.json",
  "package_name": "rki.demis.statistic",
  "date": "2022-07-01",
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "ReportBundle",
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Berichtsvorgang",
  "package_version": "1.0.0",
  "status": "active",
  "id": "11f899e6-1f07-467f-805a-6c918677769e",
  "kind": "resource",
  "url": "https://demis.rki.de/fhir/StructureDefinition/ReportBundle",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Bundle",
      "path": "Bundle",
      "constraint": [ {
        "key": "exactlyOneMetaProfile",
        "human": "Es muss genau ein meta.profile angegeben werden.",
        "source": "https://demis.rki.de/fhir/StructureDefinition/ReportBundle",
        "severity": "error",
        "expression": "entry.all(resource.meta.profile.count()=1)"
      } ]
    }, {
      "id": "Bundle.identifier",
      "min": 1,
      "path": "Bundle.identifier",
      "mustSupport": true
    }, {
      "id": "Bundle.identifier.system",
      "min": 1,
      "path": "Bundle.identifier.system",
      "fixedUri": "https://demis.rki.de/fhir/NamingSystem/NotificationBundleId"
    }, {
      "id": "Bundle.identifier.value",
      "min": 1,
      "path": "Bundle.identifier.value"
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "document"
    }, {
      "id": "Bundle.entry",
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource",
          "type": "type"
        } ]
      }
    }, {
      "id": "Bundle.entry:report",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "short": "Enthaltener Bericht",
      "sliceName": "report",
      "definition": "Enthaltener Bericht",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:report.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Composition",
        "profile": [ "https://demis.rki.de/fhir/StructureDefinition/Report" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}