FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/GEM-ERP-PR-Bundle-OP-Accept

Packagede.gematik.erezept-workflow.r4
Resource TypeStructureDefinition
IdGEM-ERP-PR-Bundle-OP-Accept
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.6.0-ballot1&canonical=https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle_OP_Accept
URLhttps://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle_OP_Accept
Version1.6.0-ballot1
Statusdraft
Date2025-08-01
NameGEM_ERP_PR_Bundle_OP_Accept
TypeBundle
Kindresource

Resources that use this resource

StructureDefinition
GEM_ERP_PR_PAR_AcceptOperation_OutputGEM ERP PR AcceptOperation Output

Resources that this resource uses

StructureDefinition
GEM_ERP_PR_BinaryPKCS7 signiertes Bundle im enveloping style
GEM_ERP_PR_TaskTask für die Verwaltung des E-Rezept-Workflows

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "GEM-ERP-PR-Bundle-OP-Accept",
  "url": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Bundle_OP_Accept",
  "version": "1.6.0-ballot1",
  "name": "GEM_ERP_PR_Bundle_OP_Accept",
  "status": "draft",
  "date": "2025-08-01",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "fixedCode": "collection"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "rules": "closed",
          "description": "Die Aufgabe und das QES signierte Bundle."
        },
        "min": 2,
        "max": "2"
      },
      {
        "id": "Bundle.entry:erxTask",
        "path": "Bundle.entry",
        "sliceName": "erxTask",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:erxTask.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Task",
            "profile": [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task"
            ]
          }
        ]
      },
      {
        "id": "Bundle.entry:erxBinary",
        "path": "Bundle.entry",
        "sliceName": "erxBinary",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:erxBinary.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Binary",
            "profile": [
              "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Binary"
            ]
          }
        ]
      }
    ]
  }
}