{ "description": "This operation creates a Task for the prescription of a specific workflowType.", "_filename": "OperationDefinition-CreateOperation.json", "package_name": "de.gematik.erezept-workflow.r4", "date": "2024-04-16", "system": false, "publisher": null, "instance": false, "name": "Create", "type": "true", "experimental": null, "outputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task", "resourceType": "OperationDefinition", "title": null, "package_version": "1.3.0-rc2", "status": "draft", "id": "c134b5f5-af69-4e01-89fe-4d0c37ef144a", "resource": [ "Task" ], "affectsState": true, "kind": "operation", "url": "https://gematik.de/fhir/erp/OperationDefinition/CreateOperationDefinition", "code": "create", "version": "1.3", "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "workflowType", "type": "ValueSet", "binding": { "strength": "required", "valueSet": "https://gematik.de/fhir/erp/ValueSet/GEM_ERP_VS_FlowType" }, "documentation": "This parameter requests the creation of a Task of a certain ePrescription flowType." }, { "max": "1", "min": 1, "use": "out", "name": "task", "type": "canonical", "documentation": "The created Task with a flowType-specific prescriptionID", "targetProfile": [ "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task" ] } ] }