PackagesCanonicalsLogsProblems
    Packages
    de.gematik.isik-medikation@4.0.2
    https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransaction
{
  "description": "Dieses Profil definiert die Transaktions-Bundles im Rahmen von ISiK-Medikations-Szenarien.",
  "_filename": "StructureDefinition-ISiKMedikationTransaction.json",
  "package_name": "de.gematik.isik-medikation",
  "date": "2025-03-06",
  "derivation": "constraint",
  "publisher": "gematik GmbH",
  "fhirVersion": "4.0.1",
  "name": "ISiKMedikationTransaction",
  "abstract": false,
  "type": "Bundle",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "ISiK Medikation Transactionbundle",
  "package_version": "4.0.2",
  "status": "active",
  "id": "1212f029-c7c3-4775-b4a6-565552237ec6",
  "kind": "resource",
  "url": "https://gematik.de/fhir/isik/StructureDefinition/ISiKMedikationTransaction",
  "version": "4.0.1",
  "differential": {
    "element": [ {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "short": "Type des Bundles",
      "comment": "fix: transaction",
      "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",
      "comment": "auch die Verwendung von UUIDs in der Form ';urn:uuid:.....' ist möglich.",
      "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"
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}