PackagesCanonicalsLogsProblems
    Packages
    de.thieme-compliance.anamnese@0.0.2-dev
    https://thieme-compliance.de/fhir/StructureDefinition/Batch
{
  "description": "Dieses Profil definiert die Batch-Bundles im Rahmen von Thieme-Systemen.",
  "_filename": "StructureDefinition-Batch.json",
  "package_name": "de.thieme-compliance.anamnese",
  "date": "2024-12-18",
  "derivation": "constraint",
  "publisher": "Thieme Compliance GmbH",
  "fhirVersion": "4.0.1",
  "name": "Batch",
  "abstract": false,
  "copyright": "Copyright 2020-2023 Thieme Compliance GmbH",
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Batch Bundle",
  "package_version": "0.0.2-dev",
  "status": "draft",
  "id": "e65624c8-dea7-4138-bb18-6080c1ecd10d",
  "kind": "resource",
  "url": "https://thieme-compliance.de/fhir/StructureDefinition/Batch",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "batch",
      "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"
}