PackagesCanonicalsLogsProblems
    Packages
    rki.emiga.common@1.2.0-alpha.24
    https://emiga.rki.de/fhir/common/StructureDefinition/MatchOutputBundle
{
  "description": "Dieses Profil bildet ein Match-Output-Bundle ab. Es dient der strukturierten Zusammenführung und gemeinsamen Übertragung von Match-Ergebnissen (z.B. Dublettenprüfungen) zu Fällen, Ausbrüchen, Personen oder anderen Entitäten innerhalb eines fachlichen Vorgangs.",
  "_filename": "StructureDefinition-MatchOutputBundle.json",
  "package_name": "rki.emiga.common",
  "date": "2026-05-12",
  "derivation": "constraint",
  "publisher": "Robert Koch-Institut",
  "fhirVersion": "4.0.1",
  "name": "MatchOutputBundle",
  "abstract": false,
  "type": "Bundle",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "Match Output Bundle",
  "package_version": "1.2.0-alpha.24",
  "status": "active",
  "id": "39e76bdb-3a99-4379-820a-3f40ad4fcd02",
  "kind": "resource",
  "url": "https://emiga.rki.de/fhir/common/StructureDefinition/MatchOutputBundle",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "Bundle.meta.profile",
      "min": 1,
      "path": "Bundle.meta.profile",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "value"
        } ]
      }
    }, {
      "id": "Bundle.meta.profile:emigaprofile",
      "max": "1",
      "min": 1,
      "path": "Bundle.meta.profile",
      "sliceName": "emigaprofile",
      "mustSupport": true,
      "patternCanonical": "https://emiga.rki.de/fhir/common/StructureDefinition/MatchOutputBundle"
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "short": "Typ des Bundles",
      "fixedCode": "searchset",
      "mustSupport": true
    }, {
      "id": "Bundle.total",
      "path": "Bundle.total",
      "short": "Anzahl der Suchergebnisse",
      "mustSupport": true
    }, {
      "id": "Bundle.entry",
      "path": "Bundle.entry",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "resource",
          "type": "type"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Bundle.entry.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Patient",
      "max": "*",
      "min": 0,
      "path": "Bundle.entry",
      "sliceName": "Patient",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Patient.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Patient",
        "profile": [ "https://emiga.rki.de/fhir/common/StructureDefinition/AffectedPerson" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Patient.search",
      "min": 1,
      "path": "Bundle.entry.search",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Patient.search.extension",
      "min": 2,
      "path": "Bundle.entry.search.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Patient.search.extension:MatchGrade",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry.search.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/match-grade" ]
      } ],
      "sliceName": "MatchGrade",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Patient.search.extension:DuplicateMatchMetadata",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry.search.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://emiga.rki.de/fhir/common/StructureDefinition/DuplicateMatchMetadata" ]
      } ],
      "sliceName": "DuplicateMatchMetadata",
      "mustSupport": true
    }, {
      "id": "Bundle.entry:Patient.search.mode",
      "min": 1,
      "path": "Bundle.entry.search.mode",
      "mustSupport": true,
      "patternCode": "match"
    }, {
      "id": "Bundle.entry:Patient.search.score",
      "min": 1,
      "path": "Bundle.entry.search.score",
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}