FHIR IG analytics| Package | rki.demis.laboratory.strict |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-NotificationBundleLaboratoryAnonymous.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=rki.demis.laboratory.strict@5.0.0-rc.1&canonical=https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryAnonymous |
| URL | https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryAnonymous |
| Version | 1.0.1 |
| Status | active |
| Date | 2025-08-12 |
| Name | NotificationBundleLaboratoryAnonymous |
| Title | Anonymer Erregernachweismeldevorgang nach § 7 Abs. 3 IfSG |
| Realm | de |
| Description | Der anonyme Erregernachweismeldevorgang ist vom Meldevorgang abgeleitet und bildet den Container für eine anonyme Erregernachweismeldung nach § 7 Abs. 3 IfSG und die darin referenzierten Ressourcen. |
| Type | Bundle |
| Kind | resource |
No resources found
| StructureDefinition | |
| NotificationBundle | Meldevorgang |
| NotificationLaboratoryAnonymous | Anonyme Erregernachweismeldung nach § 7 Abs. 3 IfSG |
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"id": "NotificationBundleLaboratoryAnonymous",
"url": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryAnonymous",
"version": "1.0.1",
"name": "NotificationBundleLaboratoryAnonymous",
"title": "Anonymer Erregernachweismeldevorgang nach § 7 Abs. 3 IfSG",
"status": "active",
"date": "2025-08-12",
"description": "Der anonyme Erregernachweismeldevorgang ist vom Meldevorgang abgeleitet und bildet den Container für eine anonyme Erregernachweismeldung nach § 7 Abs. 3 IfSG und die darin referenzierten Ressourcen.",
"fhirVersion": "4.0.1",
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle",
"path": "Bundle",
"constraint": [
{
"key": "maxOneNotifiedPersonAnonymous",
"severity": "error",
"human": "Im NotificationBundleLaboratoryAnonymous darf maximal eine betroffene Person (anonym) enthalten sein.",
"expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonAnonymous').count()<=1"
},
{
"key": "exactlyOneSubmittingRole",
"severity": "error",
"human": "Im NotificationBundleLaboratoryAnonymous muss genau eine Einsender-Rolle enthalten sein.",
"expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/StructureDefinition/SubmittingRole').count()=1"
}
]
},
{
"id": "Bundle.meta",
"path": "Bundle.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.meta.profile",
"path": "Bundle.meta.profile",
"min": 1,
"max": "1",
"patternCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryAnonymous",
"mustSupport": true
},
{
"id": "Bundle.identifier.system",
"path": "Bundle.identifier.system",
"fixedUri": "https://demis.rki.de/fhir/NamingSystem/NotificationBundleId"
},
{
"id": "Bundle.entry:notification",
"path": "Bundle.entry",
"sliceName": "notification",
"definition": "Enthaltene Meldungen. In einem NotificationBundleLaboratoryAnonymous muss genau eine NotificationLaboratoryAnonymous enthalten sein.",
"max": "1"
},
{
"id": "Bundle.entry:notification.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Composition",
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratoryAnonymous"
]
}
]
}
]
}
}