FHIR IG Statistics: StructureDefinition/ReceiptBundle
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "ReceiptBundle",
"url": "https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle",
"version": "1.2.0",
"name": "ReceiptBundle",
"title": "Quittungs-Bundle",
"status": "active",
"date": "2023-09-20",
"description": "Quittungs-Bundle",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "cda",
"uri": "http://hl7.org/v3/cda",
"name": "CDA (R2)"
}
],
"kind": "resource",
"abstract": false,
"type": "Bundle",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Bundle.meta",
"path": "Bundle.meta",
"min": 1,
"mustSupport": true
},
{
"id": "Bundle.meta.profile",
"path": "Bundle.meta.profile",
"min": 1,
"max": "1",
"fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle",
"mustSupport": true
},
{
"id": "Bundle.type",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "normative"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode": "4.0.0"
}
],
"path": "Bundle.type",
"fixedCode": "collection",
"mustSupport": true
},
{
"id": "Bundle.entry",
"path": "Bundle.entry",
"slicing": {
"discriminator": [
{
"type": "type",
"path": "resource"
}
],
"rules": "open"
}
},
{
"id": "Bundle.entry:notificationReceipt",
"path": "Bundle.entry",
"sliceName": "notificationReceipt",
"min": 1,
"max": "1",
"mustSupport": true
},
{
"id": "Bundle.entry:notificationReceipt.resource",
"path": "Bundle.entry.resource",
"min": 1,
"type": [
{
"code": "Composition",
"profile": [
"https://demis.rki.de/fhir/StructureDefinition/NotificationReceipt"
]
}
],
"mustSupport": true
}
]
}
}