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

FHIR IG Statistics: StructureDefinition/ReceiptBundle

Packagerki.demis.common
Resource TypeStructureDefinition
IdReceiptBundle
FHIR VersionR4
Sourcehttps://demis.rki.de/fhir/common/https://simplifier.net/resolve?scope=rki.demis.common@2.2.0&canonical=https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle
URLhttps://demis.rki.de/fhir/StructureDefinition/ReceiptBundle
Version1.2.0
Statusactive
Date2023-09-20
NameReceiptBundle
TitleQuittungs-Bundle
Realmde
DescriptionQuittungs-Bundle
TypeBundle
Kindresource

Resources that use this resource

StructureDefinition
ProcessNotificationResponseParametersProcessNotification-Ausgabeparameter

Resources that this resource uses

StructureDefinition
NotificationReceiptMeldequittung

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
      }
    ]
  }
}