{
  "resourceType": "StructureDefinition",
  "id": "demis-rki-de-sd-notificationBundleLaboratory",
  "url": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundleLaboratory",
  "version": "1.0",
  "name": "NotificationBundleLaboratory",
  "title": "Erregernachweismeldevorgang",
  "status": "draft",
  "experimental": true,
  "date": "2020-04-01",
  "description": "Der Erregernachweismeldevorgang ist vom Meldevorgang abgeleitet und bildet den Container für eine Erregernachweismeldung. Aktuell ist dies ausschließlich eine SARS-CoV-2-Erregernachweismeldung. In weiteren DEMIS-Ausbaustufen kommen zusätzliche Erregernachweismeldungen (für weitere Meldetatbestände) hinzu.",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.entry:notification",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry",
        "sliceName": "notification",
        "definition": "Enthaltene Meldungen. In einem Erregernachweismeldevorgang muss genau eine Erregernachweismeldung enthalten sein.",
        "max": "1"
      },
      {
        "id": "Bundle.entry:notification.resource",
        "path": "Bundle.entry.resource",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Resource",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/NotificationLaboratory"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:notification.resource.category",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
            "valueCode": "normative"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
            "valueCode": "4.0.0"
          }
        ],
        "path": "Bundle.entry.resource.category",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "11502-2"
            }
          ]
        }
      }
    ]
  }
}