Package | de.gematik.erezept-workflow.r4 |
Resource Type | OperationDefinition |
Id | AbortOperation |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.5.2&canonical=https://gematik.de/fhir/erp/OperationDefinition/AbortOperationDefinition |
URL | https://gematik.de/fhir/erp/OperationDefinition/AbortOperationDefinition |
Version | 1.5.2 |
Status | active |
Date | 2025-06-23 |
Name | Abort |
Description | This Operation aborts the workflow of an e-prescription and deletes all the data related to that Task. |
Type | false |
Kind | operation |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "OperationDefinition", "id": "AbortOperation", "url": "https://gematik.de/fhir/erp/OperationDefinition/AbortOperationDefinition", "status": "active", "version": "1.5.2", "date": "2025-06-23", "name": "Abort", "kind": "operation", "affectsState": true, "resource": [ "Task" ], "system": false, "type": false, "instance": true, "description": "This Operation aborts the workflow of an e-prescription and deletes all the data related to that Task.", "code": "abort", "parameter": [ { "name": "ac", "use": "in", "min": 0, "max": "1", "documentation": "[To be used by patient and providers(doctors/dentists) only] The secret parameter that lets users access the Task exclusively as the URL an Parameter ?ac.", "type": "string" }, { "name": "secret", "use": "in", "min": 0, "max": "1", "documentation": "[To be used by pharmacy only] The secret parameter that lets a pharmacy access the Task exclusively as the URL an Parameter ?secret.", "type": "string" } ] }