Package | de.thieme-compliance.anamnese |
Resource Type | StructureDefinition |
Id | TransactionResponse |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.thieme-compliance.anamnese@0.0.2-dev&canonical=https://thieme-compliance.de/fhir/StructureDefinition/TransactionResponse |
URL | https://thieme-compliance.de/fhir/StructureDefinition/TransactionResponse |
Version | 1.0.0 |
Status | draft |
Date | 2024-12-18 |
Name | TransactionResponse |
Title | Transaction Response Bundle |
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). |
Copyright | Copyright 2020-2023 Thieme Compliance GmbH |
Type | Bundle |
Kind | resource |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "TransactionResponse", "url": "https://thieme-compliance.de/fhir/StructureDefinition/TransactionResponse", "version": "1.0.0", "name": "TransactionResponse", "title": "Transaction Response Bundle", "status": "draft", "date": "2024-12-18", "publisher": "Thieme Compliance GmbH", "contact": [ { "name": "Thieme Compliance GmbH", "telecom": [ { "system": "url", "value": "http://thieme-compliance.de/", "use": "work" } ] } ], "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).", "copyright": "Copyright 2020-2023 Thieme Compliance GmbH", "fhirVersion": "4.0.1", "kind": "resource", "abstract": false, "type": "Bundle", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle", "derivation": "constraint", "differential": { "element": [ { "id": "Bundle.type", "path": "Bundle.type", "fixedCode": "transaction-response", "mustSupport": true }, { "id": "Bundle.entry", "path": "Bundle.entry", "short": "Der einzelne Eintrag zur Interaktion", "min": 1, "mustSupport": true }, { "id": "Bundle.entry.link", "path": "Bundle.entry.link", "max": "0" }, { "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", "path": "Bundle.entry.search", "max": "0" }, { "id": "Bundle.entry.request", "path": "Bundle.entry.request", "max": "0" }, { "id": "Bundle.entry.response", "path": "Bundle.entry.response", "short": "HTTP-Response des Servers innerhalb der Batch-Antwort", "min": 1, "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 } ] } }