FHIR IG Statistics: StructureDefinition/BackportSubscriptionNotificationR4Fixed
Package | de.gematik.isik |
Resource Type | StructureDefinition |
Id | BackportSubscriptionNotificationR4Fixed |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.isik@5.0.0&canonical=https://gematik.de/fhir/isik/StructureDefinition/BackportSubscriptionNotificationR4Fixed |
URL | https://gematik.de/fhir/isik/StructureDefinition/BackportSubscriptionNotificationR4Fixed |
Version | 1.1.0 |
Status | active |
Date | 2023-01-11T15:35:36+11:00 |
Name | BackportSubscriptionNotificationR4Fixed |
Title | R4 Topic-Based Subscription Notification Bundle |
Realm | de |
Authority | hl7 |
Description | Profil auf der FHIR-R4-Resource Bundle, um R5-ähnliche, themenbasierte Subscription-Benachrichtigungen in FHIR R4 zu ermöglichen.
Dieses Profil ist funktional identisch mit `http://hl7.org/fhir/uv/subscriptions-backport/StructureDefinition/backport-subscription-notification-r4`.
Die Version 1.1.0 des offiziellen Profils enthält jedoch technische Fehler. Daher wurde dieses Profil lokal als temporärer Workaround nachgebildet.
Es wird durch das offizielle `backport-subscription-notification-r4` Profil ersetzt, sobald eine korrigierte Version veröffentlicht wurde. |
Type | Bundle |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "BackportSubscriptionNotificationR4Fixed",
"url": "https://gematik.de/fhir/isik/StructureDefinition/BackportSubscriptionNotificationR4Fixed",
"version": "1.1.0",
"name": "BackportSubscriptionNotificationR4Fixed",
"title": "R4 Topic-Based Subscription Notification Bundle",
"status": "active",
"experimental": false,
"date": "2023-01-11T15:35:36+11:00",
"publisher": "gematik GmbH",
"contact": [
{
"name": "HL7 FHIR Infrastructure WG",
"telecom": [
{
"system": "url",
"value": "https://hl7.org/Special/committees/fiwg"
}
]
},
{
"name": "Gino Canessa",
"telecom": [
{
"system": "email",
"value": "mailto:gino.canessa@microsoft.com"
}
]
},
{
"name": "Eric Haas",
"telecom": [
{
"system": "email",
"value": "mailto:ehaas@healthedatainc.com"
}
]
}
],
"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.",
"jurisdiction": [
{
"coding": [
{
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
}
]
}
],
"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": "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",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "resource"
}
],
"description": "Slice based on resource",
"ordered": false,
"rules": "open"
},
"min": 1
},
{
"id": "Bundle.entry:subscriptionStatus",
"path": "Bundle.entry",
"sliceName": "subscriptionStatus",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Bundle.entry:subscriptionStatus.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Parameters",
"profile": [
"https://gematik.de/fhir/isik/StructureDefinition/BackportSubscriptionStatusR4Fixed"
]
}
],
"mustSupport": true
}
]
}
}