{
"description": "Dieses Profil definiert die Transaktions-Bundles im Rahmen von ISiK-Medikations-Szenarien.",
"_filename": "StructureDefinition-ISiKMedikationTransaction.json",
"package_name": "de.gematik.isik",
"date": "2024-11-20",
"derivation": "constraint",
"publisher": "gematik GmbH",
"fhirVersion": "4.0.1",
"name": "ISiKMedikationTransaction",
"abstract": false,
"type": "Bundle",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": null,
"package_version": "medikation-3.0.4",
"status": "active",
"id": "0b35436e-0c91-4a80-b12c-16883e2a7b92",
"kind": "resource",
"url": "https://gematik.de/fhir/isik/v3/Medikation/StructureDefinition/ISiKMedikationTransaction",
"version": "3.0.4",
"differential": {
"element": [ {
"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"
}, {
"id": "Bundle.entry.request",
"min": 1,
"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"
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}