{ "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": "2022-04-01", "system": false, "publisher": null, "instance": true, "name": "Accept", "type": "false", "experimental": null, "outputProfile": "http://hl7.org/fhir/StructureDefinition/Bundle", "resourceType": "OperationDefinition", "title": null, "package_version": "1.2.0", "status": "active", "id": "0e07df0b-85e2-483c-8402-3b3049deda4f", "resource": [ "Task" ], "affectsState": true, "kind": "operation", "url": "https://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition", "code": "accept", "version": "1.2", "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 Paramter ?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." } ] }