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

FHIR IG Statistics: CapabilityStatement/NotificationGatewayTest

Packagerki.demis.common.strict
Resource TypeCapabilityStatement
IdNotificationGatewayTest
FHIR VersionR4
Sourcehttps://demis.rki.de/fhir/common/https://simplifier.net/resolve?scope=rki.demis.common.strict@3.0.0-rc.2&canonical=https://demis.rki.de/fhir/CapabilityStatement/NotificationGatewayTest
URLhttps://demis.rki.de/fhir/CapabilityStatement/NotificationGatewayTest
Version1.0.0
Statusactive
Date2021-03-22
NameNotificationGatewayTest
TitleNotificationGatewayTest
DescriptionBeschreibt die Fähigkeiten (das Verhalten) des DEMIS Notification Gateway.
Kindinstance

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
ProcessNotificationProcessNotification

Narrative

No narrative content found in resource


Source

{
  "resourceType": "CapabilityStatement",
  "id": "NotificationGatewayTest",
  "url": "https://demis.rki.de/fhir/CapabilityStatement/NotificationGatewayTest",
  "version": "1.0.0",
  "name": "NotificationGatewayTest",
  "title": "NotificationGatewayTest",
  "status": "active",
  "date": "2021-03-22",
  "publisher": "Robert Koch-Institut",
  "description": "Beschreibt die Fähigkeiten (das Verhalten) des DEMIS Notification Gateway.",
  "kind": "instance",
  "software": {
    "name": "DEMIS Notification Gateway",
    "version": "1.7.1"
  },
  "implementation": {
    "description": "Das Testinstanz der DEMIS Notification Gateway bildet die Außenschnittstelle der zentralen Test-DEMIS Infrastruktur in Richtung der Melder. Hier erfolgen die Annahme, Vorverarbeitung und Weiterleitung zur späteren Speicherung der gesendeten Meldungen (Meldevorgänge).",
    "url": "https://demis-test.rki.de/notification-gateway/fhir"
  },
  "fhirVersion": "4.0.1",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "Alle Funktionalitäten des DEMIS Notification Gateway.",
      "operation": [
        {
          "name": "process-notification",
          "definition": "https://demis.rki.de/fhir/OperationDefinition/ProcessNotification"
        }
      ]
    }
  ],
  "document": [
    {
      "mode": "consumer",
      "profile": "https://demis.rki.de/fhir/StructureDefinition/NotificationBundle"
    }
  ]
}