{
"description": "This operation creates a Task for the prescription of a specific workflowType.",
"_filename": "OperationDefinition-CreateOperation.json",
"package_name": "de.gematik.erezept",
"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": "workflow.r4-1.3.0",
"status": "active",
"id": "5e1f2cfb-2ab5-4513-9323-48c944eb7227",
"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" ]
} ]
}