FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/NotificationBundleLaboratoryNotByName

Packagerki.demis.laboratory
Resource TypeStructureDefinition
IdNotificationBundleLaboratoryNotByName
FHIR VersionR4
Sourcehttps://demis.rki.de/fhir/demis/https://simplifier.net/resolve?scope=rki.demis.laboratory@3.3.0&canonical=https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryNotByName
URLhttps://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryNotByName
Version2.0.0
Statusdraft
Date2024-08-02
NameNotificationBundleLaboratoryNotByName
TitleErregernachweismeldevorgang (nichtnamentlich)
DescriptionDer nichtnamentliche Erregernachweismeldevorgang ist vom Meldevorgang abgeleitet und bildet den Container für eine nichtnamentliche Erregernachweismeldung und die darin referenzierten Ressourcen.
TypeBundle
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
NotificationBundleMeldevorgang
NotificationLaboratoryNotByNameErregernachweismeldung (nichtnamentlich)

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "NotificationBundleLaboratoryNotByName",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryNotByName",
  "version": "2.0.0",
  "name": "NotificationBundleLaboratoryNotByName",
  "title": "Erregernachweismeldevorgang (nichtnamentlich)",
  "status": "draft",
  "experimental": true,
  "date": "2024-08-02",
  "description": "Der nichtnamentliche Erregernachweismeldevorgang ist vom Meldevorgang abgeleitet und bildet den Container für eine nichtnamentliche Erregernachweismeldung 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": "noNotifiedPersonByName",
            "severity": "error",
            "human": "Im NotificationBundle darf keine NAMENTLICHE betroffene Person enthalten sein.",
            "expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/StructureDefinition/NotifiedPerson').count()=0"
          },
          {
            "key": "exactlyOneNotifiedPersonNotByName",
            "severity": "error",
            "human": "Im NotificationBundle muss genau eine NICHTNAMENTLICHE betroffene Person enthalten sein.",
            "expression": "entry.where(resource.meta.profile='https://demis.rki.de/fhir/StructureDefinition/NotifiedPersonNotByName').count()=1"
          },
          {
            "key": "maxOneSubmittingRole",
            "severity": "error",
            "human": "Im NotificationBundle darf maximal eine Einsender-Rolle enthalten sein. In diesem Zusammenhang ist jedoch zu berücksichtigen, dass bestimmte Meldetatbestände die Angabe des Einsenders der Probe ausschließen.",
            "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",
        "fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratoryNotByName",
        "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 nichtnamentlichen Erregernachweismeldevorgang muss genau eine nichtnamentliche Erregernachweismeldung 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/NotificationLaboratoryNotByName"
            ]
          }
        ]
      }
    ]
  }
}