{ "description": null, "_filename": "StructureDefinition-ISiKDokumentenSuchergebnisse.json", "package_name": "de.gematik.isik", "date": "2025-04-09", "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": "5.0.0-rc", "status": "active", "id": "f3d73cbf-369e-4f3e-ae0d-2925e3b99bdf", "kind": "resource", "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKDokumentenSuchergebnisse", "version": "5.0.0-rc", "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" }