{
"description": "TO DO",
"_filename": "StructureDefinition-PersonenTransactionBundle.json",
"package_name": "rki.emiga.common",
"date": "2025-10-23",
"derivation": "constraint",
"publisher": "Robert Koch-Institut",
"fhirVersion": "4.0.1",
"name": "PersonenTransactionBundle",
"abstract": false,
"type": "Bundle",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "EMIGA Personen Transactionbundle",
"package_version": "1.2.0-alpha.12",
"status": "active",
"id": "cb842a92-28c4-4b6b-b9ab-67aad6e48805",
"kind": "resource",
"url": "https://emiga.rki.de/fhir/common/StructureDefinition/PersonenTransactionBundle",
"version": "0.3.0",
"differential": {
"element": [ {
"id": "Bundle.meta.profile",
"path": "Bundle.meta.profile",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "$this",
"type": "value"
} ]
}
}, {
"id": "Bundle.meta.profile:emigaprofile",
"max": "*",
"min": 0,
"path": "Bundle.meta.profile",
"sliceName": "emigaprofile",
"patternCanonical": "https://emiga.rki.de/fhir/common/StructureDefinition/PersonenTransactionBundle|1.2.0-alpha.12"
}, {
"id": "Bundle.type",
"path": "Bundle.type",
"short": "Type des Bundles",
"comment": "fix: transaction",
"fixedCode": "transaction",
"mustSupport": true
}, {
"id": "Bundle.entry",
"min": 1,
"path": "Bundle.entry",
"short": "Der einzelne Eintrag zur Interaktion",
"mustSupport": true
}, {
"id": "Bundle.entry.link",
"max": "0",
"path": "Bundle.entry.link"
}, {
"id": "Bundle.entry.fullUrl",
"path": "Bundle.entry.fullUrl",
"short": "vollständige URL der Ressource",
"comment": "auch die Verwendung von UUIDs in der Form ';urn:uuid:.....' ist möglich.",
"mustSupport": true
}, {
"id": "Bundle.entry.resource",
"path": "Bundle.entry.resource",
"short": "Die Ressourcen-Instanz der Interaktion",
"mustSupport": true
}, {
"id": "Bundle.entry.search",
"max": "0",
"path": "Bundle.entry.search",
"comment": "wird in einem Transaktions-Bundle nicht verwendet"
}, {
"id": "Bundle.entry.request",
"path": "Bundle.entry.request",
"short": "HTTP-Request innerhalb der Transaktion",
"mustSupport": true
}, {
"id": "Bundle.entry.request.method",
"path": "Bundle.entry.request.method",
"short": "HTTP-Verb",
"mustSupport": true
}, {
"id": "Bundle.entry.request.url",
"path": "Bundle.entry.request.url",
"short": "Request-URL",
"mustSupport": true
}, {
"id": "Bundle.entry.response",
"max": "0",
"path": "Bundle.entry.response",
"comment": "wird in einem Transaktions-Bundle nicht verwendet"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}