{ "description": "Dieses Profil definiert die Server-Antwort auf Transaction-Bundles im Rahmen von Thieme-Systemen. Transactions werden zur Laufzeit genutzt (Kommunikation zwischen Endbenutzer-System und FHIR-Endpunkt).", "_filename": "StructureDefinition-TransactionResponse.json", "package_name": "de.thieme-compliance.anamnese", "date": "2024-12-18", "derivation": "constraint", "publisher": "Thieme Compliance GmbH", "fhirVersion": "4.0.1", "name": "TransactionResponse", "abstract": false, "copyright": "Copyright 2020-2023 Thieme Compliance GmbH", "type": "Bundle", "experimental": null, "resourceType": "StructureDefinition", "title": "Transaction Response Bundle", "package_version": "0.0.2-dev", "status": "draft", "id": "a49288be-add8-4833-9c79-65f96a370c8e", "kind": "resource", "url": "https://thieme-compliance.de/fhir/StructureDefinition/TransactionResponse", "version": "1.0.0", "differential": { "element": [ { "id": "Bundle.type", "path": "Bundle.type", "fixedCode": "transaction-response", "mustSupport": true }, { "id": "Bundle.entry", "min": 1, "path": "Bundle.entry", "short": "Der einzelne Eintrag zur Interaktion", "mustSupport": true }, { "id": "Bundle.entry.link", "max": "0", "path": "Bundle.entry.link" }, { "id": "Bundle.entry.fullUrl", "path": "Bundle.entry.fullUrl", "short": "vollständige URL der Ressource", "mustSupport": true }, { "id": "Bundle.entry.resource", "path": "Bundle.entry.resource", "short": "Die Ressourcen-Instanz der Interaktion", "mustSupport": true }, { "id": "Bundle.entry.search", "max": "0", "path": "Bundle.entry.search" }, { "id": "Bundle.entry.request", "max": "0", "path": "Bundle.entry.request" }, { "id": "Bundle.entry.response", "min": 1, "path": "Bundle.entry.response", "short": "HTTP-Response des Servers innerhalb der Batch-Antwort", "mustSupport": true }, { "id": "Bundle.entry.response.status", "path": "Bundle.entry.response.status", "short": "HTTP-Statuscode", "mustSupport": true }, { "id": "Bundle.entry.response.location", "path": "Bundle.entry.response.location", "short": "Location der Ressource (URL) auf dem Server", "mustSupport": true }, { "id": "Bundle.entry.response.etag", "path": "Bundle.entry.response.etag", "short": "ETag zur Rückübermittlung der Instanz-Version, vgl. https://hl7.org/fhir/R4/http.html", "mustSupport": true }, { "id": "Bundle.entry.response.lastModified", "path": "Bundle.entry.response.lastModified", "short": "Zeitpunkt der Änderung der Instanz, vgl. https://hl7.org/fhir/R4/http.html", "mustSupport": true }, { "id": "Bundle.entry.response.outcome", "path": "Bundle.entry.response.outcome", "short": "OperationOutcome-Ressource zur Rückgabe von Fehler-Details sowie Informationen.", "mustSupport": true } ] }, "contact": [ { "name": "Thieme Compliance GmbH", "telecom": [ { "use": "work", "value": "http://thieme-compliance.de/", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle" }