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

FHIR IG analytics

Packagerki.demis.r4.core
Resource TypeCapabilityStatement
IdCapabilityStatement-NotificationGatewayTest.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": "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"
    }
  ]
}