{ "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-04-16", "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.3.0-rc3", "status": "draft", "id": "5339f613-adbc-4681-ad4f-e505552dff7a", "resource": [ "Task" ], "affectsState": true, "kind": "operation", "url": "https://gematik.de/fhir/erp/OperationDefinition/AcceptOperationDefinition", "code": "accept", "version": "1.3", "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." } ] }