FHIR IG Statistics: StructureDefinition/GEM-ERP-PR-Bundle-OP-Accept
Resources that use this resource
Resources that this resource uses
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"
]
}
]
}
]
}
}