PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept-workflow.r4@1.4.3
    https://gematik.de/fhir/erp/OperationDefinition/CreateOperationDefinition
{
  "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-07-15",
  "system": false,
  "publisher": null,
  "instance": false,
  "name": "Create",
  "type": "true",
  "experimental": null,
  "outputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_CreateOperation_Output",
  "resourceType": "OperationDefinition",
  "title": null,
  "package_version": "1.4.3",
  "status": "active",
  "id": "4f95ace7-1093-4b80-be04-00c344faab28",
  "resource": [ "Task" ],
  "affectsState": true,
  "kind": "operation",
  "url": "https://gematik.de/fhir/erp/OperationDefinition/CreateOperationDefinition",
  "code": "create",
  "version": "1.4",
  "inputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_CreateOperation_Input",
  "parameter": [ {
    "max": "1",
    "min": 1,
    "use": "in",
    "name": "workflowType",
    "type": "Coding",
    "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": "return",
    "type": "Task",
    "documentation": "The created Task with a flowType-specific prescriptionID"
  } ]
}