{ "description": "With the accept operation a pharmacy claims an e-prescription. The status of the referenced Task changes into 'in-progres'.", "_filename": "OperationDefinition-AcceptOperation.json", "package_name": "de.gematik.erezept-workflow.r4", "date": "2024-07-15", "system": false, "publisher": null, "instance": true, "name": "Accept", "type": "false", "experimental": null, "outputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_AcceptOperation_Output", "resourceType": "OperationDefinition", "title": null, "package_version": "1.4.2", "status": "active", "id": "e320982b-d3c6-4d59-b1b8-73c9d69bde50", "resource": [ "Task" ], "affectsState": true, "kind": "operation", "url": "https://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition", "code": "accept", "version": "1.4", "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "ac", "type": "string", "documentation": "The secret parameter that lets users access the Task exclusively as the URL an Parameter ?ac." }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "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." } ] }