PackagesCanonicalsLogsProblems
    Packages
    de.thieme-compliance.anamnese@0.0.2-dev
    https://thieme-compliance.de/fhir/StructureDefinition/BatchResponse
description: Dieses Profil definiert die Server-Antwort auf Batch-Bundles im Rahmen von Thieme-Systemen. Batches werden zur Spezifikationszeit genutzt (Kommunikation zwischen Redaktionssystem und FHIR-Endpunkt).
package_name: de.thieme-compliance.anamnese
derivation: constraint
name: BatchResponse
type: Bundle
elements:
  type:
    pattern: {type: code, value: batch-response}
    mustSupport: true
    type: code
    index: 0
  entry:
    short: Der einzelne Eintrag zur Interaktion
    mustSupport: true
    index: 1
    elements:
      link: {index: 2}
      fullUrl: {short: vollständige URL der Ressource, mustSupport: true, index: 3}
      resource: {short: Die Ressourcen-Instanz der Interaktion, mustSupport: true, index: 4}
      search: {index: 5}
      request: {index: 6}
      response:
        short: HTTP-Response des Servers innerhalb der Batch-Antwort
        mustSupport: true
        index: 7
        elements:
          status: {short: HTTP-Statuscode, mustSupport: true, index: 8}
          location: {short: Location der Ressource (URL) auf dem Server, mustSupport: true, index: 9}
          etag: {short: 'ETag zur Rückübermittlung der Instanz-Version, vgl. https://hl7.org/fhir/R4/http.html', mustSupport: true, index: 10}
          lastModified: {short: 'Zeitpunkt der Änderung der Instanz, vgl. https://hl7.org/fhir/R4/http.html', mustSupport: true, index: 11}
          outcome: {short: OperationOutcome-Ressource zur Rückgabe von Fehler-Details sowie Informationen., mustSupport: true, index: 12}
    required: [response]
package_version: 0.0.2-dev
class: profile
kind: resource
url: https://thieme-compliance.de/fhir/StructureDefinition/BatchResponse
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 1.0.0
required: [entry]