{
"description": "Profil auf der FHIR-R4-Resource Bundle, um R5-ähnliche, themenbasierte Subscription-Benachrichtigungen in FHIR R4 zu ermöglichen.\\n\\nDieses Profil ist funktional identisch mit `http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification-r4`. \\nDie Version 1.1.0 des offiziellen Profils enthält jedoch technische Fehler. Daher wurde dieses Profil lokal als temporärer Workaround nachgebildet.\\nEs wird durch das offizielle `backport-subscription-notification-r4` Profil ersetzt, sobald eine korrigierte Version veröffentlicht wurde.",
"_filename": "StructureDefinition-BackportSubscriptionNotificationR4Fixed.json",
"package_name": "de.gematik.isik",
"date": "2023-01-11T15:35:36+11:00",
"derivation": "constraint",
"publisher": "gematik GmbH",
"fhirVersion": "4.0.1",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"name": "BackportSubscriptionNotificationR4Fixed",
"abstract": false,
"type": "Bundle",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "R4 Topic-Based Subscription Notification Bundle",
"package_version": "5.0.0",
"status": "active",
"id": "5e2d44d1-16c9-4f76-888c-c195d37f1400",
"kind": "resource",
"url": "https://gematik.de/fhir/isik/StructureDefinition/BackportSubscriptionNotificationR4Fixed",
"version": "1.1.0",
"differential": {
"element": [ {
"id": "Bundle",
"path": "Bundle",
"constraint": [ {
"key": "backport-notification-bundle-r4-1",
"human": "A notification bundle MUST have a Parameters as the first entry",
"source": "https://gematik.de/fhir/isik/StructureDefinition/BackportSubscriptionNotificationR4Fixed",
"severity": "error",
"expression": "(entry.first().resource.is(Parameters))"
} ]
}, {
"id": "Bundle.type",
"path": "Bundle.type",
"patternCode": "history"
}, {
"id": "Bundle.entry",
"min": 1,
"path": "Bundle.entry",
"slicing": {
"rules": "open",
"ordered": false,
"description": "Slice based on resource",
"discriminator": [ {
"path": "resource",
"type": "type"
} ]
}
}, {
"id": "Bundle.entry:subscriptionStatus",
"max": "1",
"min": 1,
"path": "Bundle.entry",
"sliceName": "subscriptionStatus",
"mustSupport": true
}, {
"id": "Bundle.entry:subscriptionStatus.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "Parameters",
"profile": [ "https://gematik.de/fhir/isik/StructureDefinition/BackportSubscriptionStatusR4Fixed" ]
} ],
"mustSupport": true
} ]
},
"contact": [ {
"name": "HL7 FHIR Infrastructure WG",
"telecom": [ {
"value": "https://hl7.org/Special/committees/fiwg",
"system": "url"
} ]
}, {
"name": "Gino Canessa",
"telecom": [ {
"value": "mailto:gino.canessa@microsoft.com",
"system": "email"
} ]
}, {
"name": "Eric Haas",
"telecom": [ {
"value": "mailto:ehaas@healthedatainc.com",
"system": "email"
} ]
} ],
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}