{
"description": null,
"_filename": "StructureDefinition-vsdm-bundle.json",
"package_name": "de.gematik.vsdm2",
"date": "2023-12-31",
"derivation": "constraint",
"publisher": "gematik GmbH",
"fhirVersion": "4.0.1",
"name": "VSDMBundle",
"abstract": false,
"type": "Bundle",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": null,
"package_version": "1.0.0-rc1",
"status": "draft",
"id": "4965f5de-8c20-451d-b341-fdba4b3bdef9",
"kind": "resource",
"url": "https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMBundle",
"version": null,
"differential": {
"element": [ {
"id": "Bundle.id",
"min": 1,
"path": "Bundle.id"
}, {
"id": "Bundle.meta",
"min": 1,
"path": "Bundle.meta"
}, {
"id": "Bundle.meta.profile",
"max": "1",
"min": 1,
"path": "Bundle.meta.profile",
"fixedCanonical": "https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMBundle"
}, {
"id": "Bundle.identifier",
"min": 1,
"path": "Bundle.identifier"
}, {
"id": "Bundle.identifier.system",
"min": 1,
"path": "Bundle.identifier.system",
"fixedUri": "urn:ietf:rfc:3986"
}, {
"id": "Bundle.identifier.value",
"min": 1,
"path": "Bundle.identifier.value",
"short": "a unique bundle identifier"
}, {
"id": "Bundle.type",
"path": "Bundle.type",
"fixedCode": "document"
}, {
"id": "Bundle.timestamp",
"min": 1,
"path": "Bundle.timestamp"
}, {
"id": "Bundle.entry",
"min": 3,
"path": "Bundle.entry",
"slicing": {
"rules": "closed",
"discriminator": [ {
"path": "resource",
"type": "profile"
} ]
}
}, {
"id": "Bundle.entry:DocumentInformation",
"max": "1",
"min": 1,
"path": "Bundle.entry",
"sliceName": "DocumentInformation"
}, {
"id": "Bundle.entry:DocumentInformation.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "Composition",
"profile": [ "https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMComposition" ]
} ]
}, {
"id": "Bundle.entry:VSDMPatient",
"max": "1",
"min": 1,
"path": "Bundle.entry",
"sliceName": "VSDMPatient"
}, {
"id": "Bundle.entry:VSDMPatient.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "Patient",
"profile": [ "https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMPatient" ]
} ]
}, {
"id": "Bundle.entry:VSDMCoverage",
"max": "1",
"min": 1,
"path": "Bundle.entry",
"sliceName": "VSDMCoverage"
}, {
"id": "Bundle.entry:VSDMCoverage.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "Coverage",
"profile": [ "https://gematik.de/fhir/vsdm2/StructureDefinition/VSDMCoverage" ]
} ]
}, {
"id": "Bundle.signature",
"min": 1,
"path": "Bundle.signature"
}, {
"id": "Bundle.signature.who.identifier",
"min": 1,
"path": "Bundle.signature.who.identifier",
"type": [ {
"code": "Identifier",
"profile": [ "http://fhir.de/StructureDefinition/identifier-iknr" ]
} ]
}, {
"id": "Bundle.signature.sigFormat",
"path": "Bundle.signature.sigFormat",
"fixedCode": "application/pkcs7-mime"
}, {
"id": "Bundle.signature.data",
"min": 1,
"path": "Bundle.signature.data"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}