FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerki.demis.laboratory.strict
Resource TypeStructureDefinition
IdStructureDefinition-NotificationBundleLaboratoryAnonymous.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=rki.demis.laboratory.strict@5.0.0-rc.1&canonical=https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryAnonymous
URLhttps://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryAnonymous
Version1.0.1
Statusactive
Date2025-08-12
NameNotificationBundleLaboratoryAnonymous
TitleAnonymer Erregernachweismeldevorgang nach § 7 Abs. 3 IfSG
Realmde
DescriptionDer 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.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NotificationBundleMeldevorgang
NotificationLaboratoryAnonymousAnonyme Erregernachweismeldung nach § 7 Abs. 3 IfSG

Narrative

No narrative content found in resource


Source1

{
  "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"
            ]
          }
        ]
      }
    ]
  }
}