PackagesCanonicalsLogsProblems
    Packages
    de.thieme-compliance.anamnese@0.0.2-dev
    https://thieme-compliance.de/fhir/StructureDefinition/Transaction
{
  "description": "Dieses Profil definiert die Transaction-Bundles im Rahmen von Thieme-Systemen. Transactions werden zur Laufzeit genutzt (Kommunikation zwischen Endbenutzer-System und FHIR-Endpunkt).",
  "_filename": "StructureDefinition-Transaction.json",
  "package_name": "de.thieme-compliance.anamnese",
  "date": "2024-12-18",
  "derivation": "constraint",
  "publisher": "Thieme Compliance GmbH",
  "fhirVersion": "4.0.1",
  "name": "Transaction",
  "abstract": false,
  "copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Transaction Bundle",
  "package_version": "0.0.2-dev",
  "status": "draft",
  "id": "10b370b2-3f97-462f-aa8d-f5fac092f77f",
  "kind": "resource",
  "url": "https://thieme-compliance.de/fhir/StructureDefinition/Transaction",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "transaction",
      "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",
      "min": 1,
      "path": "Bundle.entry.request",
      "short": "HTTP-Request innerhalb der Transaktion",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.request.method",
      "path": "Bundle.entry.request.method",
      "short": "HTTP-Verb",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.request.url",
      "path": "Bundle.entry.request.url",
      "short": "Request-URL",
      "mustSupport": true
    }, {
      "id": "Bundle.entry.response",
      "max": "0",
      "path": "Bundle.entry.response"
    } ]
  },
  "contact": [ {
    "name": "Thieme Compliance GmbH",
    "telecom": [ {
      "use": "work",
      "value": "http://thieme-compliance.de/",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}