PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept-workflow.r4@1.2.2
    https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle
{
  "description": "A document style representation of the receipt (complete, self-contained, signed)",
  "_filename": "StructureDefinition-GEM-ERP-PR-Bundle.json",
  "package_name": "de.gematik.erezept-workflow.r4",
  "date": null,
  "derivation": "constraint",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "GEM_ERP_PR_Bundle",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/v3/cda",
    "name": "CDA (R2)",
    "identity": "cda"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "Bundle",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "Document Bundle for Receipt",
  "package_version": "1.2.2",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Foundation.Other"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
    "valueCode": "not-classified"
  } ],
  "status": "active",
  "id": "ee6f85f8-cb47-4552-8405-338576c84718",
  "kind": "resource",
  "url": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle",
  "version": "1.2",
  "differential": {
    "element": [ {
      "id": "Bundle.id",
      "min": 1,
      "path": "Bundle.id"
    }, {
      "id": "Bundle.meta",
      "min": 1,
      "path": "Bundle.meta"
    }, {
      "id": "Bundle.meta.profile",
      "max": "1",
      "min": 1,
      "path": "Bundle.meta.profile",
      "fixedCanonical": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle|1.2"
    }, {
      "id": "Bundle.identifier",
      "min": 1,
      "path": "Bundle.identifier",
      "type": [ {
        "code": "Identifier",
        "profile": [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PrescriptionId" ]
      } ],
      "short": "identifier of ePrescription",
      "mustSupport": true
    }, {
      "id": "Bundle.type",
      "path": "Bundle.type",
      "fixedCode": "document",
      "mustSupport": true
    }, {
      "id": "Bundle.timestamp",
      "min": 1,
      "path": "Bundle.timestamp"
    }, {
      "id": "Bundle.entry",
      "min": 3,
      "path": "Bundle.entry",
      "slicing": {
        "rules": "closed",
        "discriminator": [ {
          "path": "resource",
          "type": "profile"
        } ]
      }
    }, {
      "id": "Bundle.entry:DocumentInformation",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "DocumentInformation"
    }, {
      "id": "Bundle.entry:DocumentInformation.link",
      "max": "0",
      "path": "Bundle.entry.link"
    }, {
      "id": "Bundle.entry:DocumentInformation.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:DocumentInformation.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Composition",
        "profile": [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Composition" ]
      } ]
    }, {
      "id": "Bundle.entry:DocumentInformation.search",
      "max": "0",
      "path": "Bundle.entry.search"
    }, {
      "id": "Bundle.entry:DocumentInformation.request",
      "max": "0",
      "path": "Bundle.entry.request"
    }, {
      "id": "Bundle.entry:DocumentInformation.response",
      "max": "0",
      "path": "Bundle.entry.response"
    }, {
      "id": "Bundle.entry:SigningDevice",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "SigningDevice"
    }, {
      "id": "Bundle.entry:SigningDevice.link",
      "max": "0",
      "path": "Bundle.entry.link"
    }, {
      "id": "Bundle.entry:SigningDevice.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:SigningDevice.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Device",
        "profile": [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Device" ]
      } ]
    }, {
      "id": "Bundle.entry:SigningDevice.search",
      "max": "0",
      "path": "Bundle.entry.search"
    }, {
      "id": "Bundle.entry:SigningDevice.request",
      "max": "0",
      "path": "Bundle.entry.request"
    }, {
      "id": "Bundle.entry:SigningDevice.response",
      "max": "0",
      "path": "Bundle.entry.response"
    }, {
      "id": "Bundle.entry:PrescriptionDigest",
      "max": "1",
      "min": 1,
      "path": "Bundle.entry",
      "sliceName": "PrescriptionDigest"
    }, {
      "id": "Bundle.entry:PrescriptionDigest.link",
      "max": "0",
      "path": "Bundle.entry.link"
    }, {
      "id": "Bundle.entry:PrescriptionDigest.fullUrl",
      "min": 1,
      "path": "Bundle.entry.fullUrl"
    }, {
      "id": "Bundle.entry:PrescriptionDigest.resource",
      "min": 1,
      "path": "Bundle.entry.resource",
      "type": [ {
        "code": "Binary",
        "profile": [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Digest" ]
      } ]
    }, {
      "id": "Bundle.entry:PrescriptionDigest.search",
      "max": "0",
      "path": "Bundle.entry.search"
    }, {
      "id": "Bundle.entry:PrescriptionDigest.request",
      "max": "0",
      "path": "Bundle.entry.request"
    }, {
      "id": "Bundle.entry:PrescriptionDigest.response",
      "max": "0",
      "path": "Bundle.entry.response"
    }, {
      "id": "Bundle.signature",
      "path": "Bundle.signature",
      "type": [ {
        "code": "Signature",
        "profile": [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Signature" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle"
}