| Package | rki.demis.statistic | 
| Resource Type | StructureDefinition | 
| Id | ReportBundle | 
| FHIR Version | R4 | 
| Source | https://demis.rki.de/fhir/statistic/https://simplifier.net/resolve?scope=rki.demis.statistic@1.0.0&canonical=https://demis.rki.de/fhir/StructureDefinition/ReportBundle | 
| URL | https://demis.rki.de/fhir/StructureDefinition/ReportBundle | 
| Version | 1.0.0 | 
| Status | active | 
| Date | 2022-07-01 | 
| Name | ReportBundle | 
| Title | Berichtsvorgang | 
| Realm | de | 
| Description | Berichtsvorgang | 
| Type | Bundle | 
| Kind | resource | 
No resources found
| StructureDefinition | |
| Report | Bericht | 
No narrative content found in resource
{
  "resourceType": "StructureDefinition",
  "id": "ReportBundle",
  "url": "https://demis.rki.de/fhir/StructureDefinition/ReportBundle",
  "version": "1.0.0",
  "name": "ReportBundle",
  "title": "Berichtsvorgang",
  "status": "active",
  "date": "2022-07-01",
  "description": "Berichtsvorgang",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle",
        "constraint": [
          {
            "key": "exactlyOneMetaProfile",
            "severity": "error",
            "human": "Es muss genau ein meta.profile angegeben werden.",
            "expression": "entry.all(resource.meta.profile.count()=1)",
            "source": "https://demis.rki.de/fhir/StructureDefinition/ReportBundle"
          }
        ]
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.identifier.system",
        "path": "Bundle.identifier.system",
        "min": 1,
        "fixedUri": "https://demis.rki.de/fhir/NamingSystem/NotificationBundleId"
      },
      {
        "id": "Bundle.identifier.value",
        "path": "Bundle.identifier.value",
        "min": 1
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "document"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Bundle.entry:report",
        "path": "Bundle.entry",
        "sliceName": "report",
        "short": "Enthaltener Bericht",
        "definition": "Enthaltener Bericht",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:report.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "type": [
          {
            "code": "Composition",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/Report"
            ]
          }
        ]
      }
    ]
  }
}