| Package | rki.demis.common |
| Resource Type | OperationDefinition |
| Id | ProcessNotification |
| FHIR Version | R4 |
| Source | https://demis.rki.de/fhir/common/https://simplifier.net/resolve?scope=rki.demis.common@2.2.0&canonical=https://demis.rki.de/fhir/OperationDefinition/ProcessNotification |
| URL | https://demis.rki.de/fhir/OperationDefinition/ProcessNotification |
| Version | 1.2.0 |
| Status | active |
| Date | 2024-02-10 |
| Name | ProcessNotification |
| Title | ProcessNotification |
| Realm | de |
| Description | Operation zum Absetzen von Meldungen gemäß Infektionsschutzgesetz |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| NotificationApiProd | NotificationApiProd |
| NotificationApiTest | NotificationApiTest |
| NotificationGatewayProd | NotificationGatewayProd |
| NotificationGatewayTest | NotificationGatewayTest |
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "ProcessNotification",
"url": "https://demis.rki.de/fhir/OperationDefinition/ProcessNotification",
"version": "1.2.0",
"name": "ProcessNotification",
"title": "ProcessNotification",
"status": "active",
"kind": "operation",
"date": "2024-02-10",
"publisher": "Robert Koch-Institut (RKI)",
"contact": [
{
"name": "DEMIS",
"telecom": [
{
"system": "email",
"value": "demis-support@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",
"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"
},
{
"name": "operationOutcome",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Ergebnis der Verarbeitung",
"type": "OperationOutcome"
},
{
"name": "bundle",
"use": "out",
"min": 0,
"max": "1",
"documentation": "Meldungsquittung",
"type": "Bundle"
}
]
}