FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.isik-basismodul
Resource TypeStructureDefinition
IdStructureDefinition-ISiKBerichtBundle.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.isik-basismodul@3.1.1&canonical=https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKBerichtBundle
URLhttps://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKBerichtBundle
Version3.1.1
Statusactive
Date2025-12-01
NameISiKBerichtBundle
TitleISiKBerichtBundle
Realmde
DescriptionA document style representation of the receipt (complete, self-contained, signed)
TypeBundle
Kindresource

Resources that use this resource

CapabilityStatement
basis-serverISiK CapabilityStatement Basis Server

Resources that this resource uses

StructureDefinition
ISiKBerichtSubSystemeISiKBerichtSubSysteme

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "ISiKBerichtBundle",
  "url": "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKBerichtBundle",
  "version": "3.1.1",
  "name": "ISiKBerichtBundle",
  "title": "ISiKBerichtBundle",
  "status": "active",
  "experimental": false,
  "date": "2025-12-01",
  "publisher": "gematik GmbH",
  "description": "A document style representation of the receipt (complete, self-contained, signed)",
  "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": "ISiK-docBundle-1",
            "severity": "error",
            "human": "All referenced Resources must be contained in the Bundle",
            "expression": "Bundle.entry.descendants().reference.distinct().subsetOf(%context.entry.fullUrl)",
            "source": "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKBerichtBundle"
          }
        ]
      },
      {
        "id": "Bundle.identifier",
        "path": "Bundle.identifier",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "document",
        "mustSupport": true
      },
      {
        "id": "Bundle.timestamp",
        "path": "Bundle.timestamp",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "min": 2,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.fullUrl",
        "path": "Bundle.entry.fullUrl",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Bundle.entry.search",
        "path": "Bundle.entry.search",
        "max": "0"
      },
      {
        "id": "Bundle.entry.request",
        "path": "Bundle.entry.request",
        "max": "0"
      },
      {
        "id": "Bundle.entry.response",
        "path": "Bundle.entry.response",
        "max": "0"
      },
      {
        "id": "Bundle.entry:Composition",
        "path": "Bundle.entry",
        "sliceName": "Composition",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:Composition.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Composition",
            "profile": [
              "https://gematik.de/fhir/isik/v3/Basismodul/StructureDefinition/ISiKBerichtSubSysteme"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:Patient",
        "path": "Bundle.entry",
        "sliceName": "Patient",
        "short": "Slice zur Hinterlegung einer Patienten-Instanz",
        "comment": "Dieses Slice wird explizit aufgeführt, um zu verdeutlichen, dass immer eine Patienten-Instanz im Bundle enthalten sein muss.\n  Die FHIR-Core Specification besagt für [Document-Bundles](https://www.hl7.org/fhir/R4/documents.html) bereits,\n  dass einige von der Composition referenzierte Ressourcen immer auch im Bundle enthalten sein müssen. Hierzu gehört im ISiK Kontext auch die Patient-Instanz.",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:Patient.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Patient"
          }
        ]
      },
      {
        "id": "Bundle.entry:Encounter",
        "path": "Bundle.entry",
        "sliceName": "Encounter",
        "short": "Slice zur Hinterlegung einer Encounter-Instanz",
        "comment": "Dieses Slice ist optional, aber wenn es vorhanden ist, muss genau eine Encounter-Instanz enthalten sein. Die FHIR-Core Specification besagt für [Document-Bundles](https://www.hl7.org/fhir/R4/documents.html) bereits,\n  dass einige von der Composition referenzierte Ressourcen immer auch im Bundle enthalten sein müssen. Hierzu gehört im ISiK Kontext auch die Encounter-Instanz.",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Bundle.entry:Encounter.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Encounter"
          }
        ]
      }
    ]
  }
}