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

FHIR IG Statistics: StructureDefinition/ProcessNotificationResponseParameters

Packagerki.demis.common
Resource TypeStructureDefinition
IdProcessNotificationResponseParameters
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/ProcessNotificationResponseParameters
URLhttps://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponseParameters
Version1.2.0
Statusactive
Date2023-09-20
NameProcessNotificationResponseParameters
TitleProcessNotification-Ausgabeparameter
Realmde
DescriptionDer ProcessNotificationResponseParameter ist der Ausgabeparameter für die ProcessNotification-Operation. Er beinhaltet ein Quittungs-Bundle und eine ProcessNotificationResponse.
TypeParameters
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ProcessNotificationResponseResponse für $process-notification
ReceiptBundleQuittungs-Bundle

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "ProcessNotificationResponseParameters",
  "url": "https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponseParameters",
  "version": "1.2.0",
  "name": "ProcessNotificationResponseParameters",
  "title": "ProcessNotification-Ausgabeparameter",
  "status": "active",
  "date": "2023-09-20",
  "description": "Der ProcessNotificationResponseParameter ist der Ausgabeparameter für die ProcessNotification-Operation. Er beinhaltet ein Quittungs-Bundle und eine ProcessNotificationResponse.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Parameters",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Parameters",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Parameters.meta",
        "path": "Parameters.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Parameters.meta.profile",
        "path": "Parameters.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponseParameters",
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter",
        "path": "Parameters.parameter",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "resource"
            }
          ],
          "rules": "closed"
        }
      },
      {
        "id": "Parameters.parameter:bundle",
        "path": "Parameters.parameter",
        "sliceName": "bundle",
        "max": "1"
      },
      {
        "id": "Parameters.parameter:bundle.name",
        "path": "Parameters.parameter.name",
        "fixedString": "bundle",
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:bundle.resource",
        "path": "Parameters.parameter.resource",
        "min": 1,
        "type": [
          {
            "code": "Bundle",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:operationOutcome",
        "path": "Parameters.parameter",
        "sliceName": "operationOutcome",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:operationOutcome.name",
        "path": "Parameters.parameter.name",
        "fixedString": "operationOutcome",
        "mustSupport": true
      },
      {
        "id": "Parameters.parameter:operationOutcome.resource",
        "path": "Parameters.parameter.resource",
        "min": 1,
        "type": [
          {
            "code": "OperationOutcome",
            "profile": [
              "https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponse"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}