{
"description": null,
"_filename": "StructureDefinition-ISiKDokumentenSuchergebnisse.json",
"package_name": "de.gematik.isik",
"date": "2025-01-24",
"derivation": "constraint",
"publisher": "gematik GmbH",
"fhirVersion": "4.0.1",
"name": "ISiKDokumentenSuchergebnisse",
"abstract": false,
"type": "Bundle",
"experimental": "false",
"resourceType": "StructureDefinition",
"title": "Suchergebnisse einer Dokumentensuche",
"package_version": "dokumentenaustausch-4.0.1",
"status": "active",
"id": "d0a94e47-0da5-4512-b324-965e57498551",
"kind": "resource",
"url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKDokumentenSuchergebnisse",
"version": "4.0.1",
"differential": {
"element": [ {
"id": "Bundle.type",
"path": "Bundle.type",
"short": "Bundle-Typ",
"comment": "Fix: `searchset`",
"fixedCode": "searchset",
"mustSupport": true
}, {
"id": "Bundle.total",
"min": 1,
"path": "Bundle.total",
"short": "Gesamtzahl der Suchtreffer",
"comment": "Gesamtzahl der Suchtreffer auf dem Server, unabhängig vom Page-Size des aktuellen Bundles"
}, {
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"rules": "open",
"discriminator": [ {
"path": "resource",
"type": "profile"
} ]
}
}, {
"id": "Bundle.entry:DocumentReference",
"max": "*",
"min": 0,
"path": "Bundle.entry",
"short": "Suchergebnis",
"comment": "Jedes Suchergebnis wird in einer separaten `entry` abgebildet. Bundles mit `total = 0` haben keine `entry`",
"sliceName": "DocumentReference",
"mustSupport": true
}, {
"id": "Bundle.entry:DocumentReference.fullUrl",
"min": 1,
"path": "Bundle.entry.fullUrl",
"short": "Serverseitige URL der Ressource",
"comment": "Serverseitige URL der Ressource in `entry.resource`",
"mustSupport": true
}, {
"id": "Bundle.entry:DocumentReference.resource",
"min": 1,
"path": "Bundle.entry.resource",
"type": [ {
"code": "DocumentReference",
"profile": [ "https://gematik.de/fhir/isik/StructureDefinition/ISiKDokumentenMetadaten" ]
} ],
"short": "Eingebettete Ressource",
"comment": "Eingebettete Ressource (hier: DocumentReference, die den Suchkriterien entspricht)",
"mustSupport": true
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}