Package | de.gematik.erezept-workflow.r4 |
Resource Type | OperationDefinition |
Id | AcceptOperation |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.5.2&canonical=https://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition |
URL | https://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition |
Version | 1.5.2 |
Status | active |
Date | 2025-06-23 |
Name | Accept |
Description | With the accept operation a pharmacy claims an e-prescription. The status of the referenced Task changes into 'in-progres'. |
Type | false |
Kind | operation |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "OperationDefinition", "id": "AcceptOperation", "url": "https://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition", "status": "active", "version": "1.5.2", "date": "2025-06-23", "name": "Accept", "kind": "operation", "affectsState": true, "resource": [ "Task" ], "system": false, "type": false, "instance": true, "description": "With the accept operation a pharmacy claims an e-prescription. The status of the referenced Task changes into 'in-progres'.", "code": "accept", "outputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_AcceptOperation_Output", "parameter": [ { "name": "ac", "use": "in", "min": 1, "max": "1", "documentation": "The secret parameter that lets users access the Task exclusively as the URL an Parameter ?ac.", "type": "string" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "Collection of resources (Task and Binary) to let a pharmacy process a ePrescriptionn containing 1. the updated Task (including a secret, that gives a pharmacy exclusive access to the Task) and 2. a base64Binary of the qualified signed ePrescription. The status of the Task changes into in-progres. The prescription server creates a random number and stores it in Task.identifier:Secret.", "type": "Bundle" } ] }