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).",
  "_filename": "StructureDefinition-BatchResponse.json",
  "package_name": "de.thieme-compliance.anamnese",
  "date": "2024-12-18",
  "derivation": "constraint",
  "publisher": "Thieme Compliance GmbH",
  "fhirVersion": "4.0.1",
  "name": "BatchResponse",
  "abstract": false,
  "copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Batch Response Bundle",
  "package_version": "0.0.2-dev",
  "status": "draft",
  "id": "7b8ed354-b104-4934-9915-8e3405209b6c",
  "kind": "resource",
  "url": "https://thieme-compliance.de/fhir/StructureDefinition/BatchResponse",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "batch-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"
}