FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerki.demis.r4.core
Resource TypeOperationDefinition
IdOperationDefinition-ProcessNotification.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "OperationDefinition",
  "id": "ProcessNotification",
  "url": "https://demis.rki.de/fhir/OperationDefinition/ProcessNotification",
  "version": "1.0.0",
  "name": "ProcessNotification",
  "title": "ProcessNotification",
  "status": "active",
  "kind": "operation",
  "date": "2021-03-26",
  "publisher": "Robert Koch-Institut (RKI)",
  "contact": [
    {
      "name": "DEMIS Geschäftsstelle",
      "telecom": [
        {
          "system": "email",
          "value": "demis@rki.de"
        }
      ]
    }
  ],
  "description": "Operation zum Absetzen von Meldungen gemäß Infektionsschutzgesetz",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "process-notification",
  "comment": "Derzeit nur für das Absetzen von Erregernachweismeldungen umgesetzt",
  "system": true,
  "type": false,
  "instance": false,
  "inputProfile": "https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationRequestParameters",
  "outputProfile": "https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponseParameters",
  "parameter": [
    {
      "name": "content",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Meldevorgang",
      "type": "Bundle",
      "targetProfile": [
        "https://demis.rki.de/fhir/StructureDefinition/NotificationBundle"
      ]
    },
    {
      "name": "operationOutcome",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Ergebnis der Verarbeitung",
      "type": "OperationOutcome",
      "targetProfile": [
        "https://demis.rki.de/fhir/StructureDefinition/ProcessNotificationResponse"
      ]
    },
    {
      "name": "bundle",
      "use": "out",
      "min": 0,
      "max": "1",
      "documentation": "Meldungsquittung",
      "type": "Bundle",
      "targetProfile": [
        "https://demis.rki.de/fhir/StructureDefinition/ReceiptBundle"
      ]
    }
  ]
}