Package | de.gematik.erezept-workflow.r4 |
Resource Type | OperationDefinition |
Id | CreateOperation |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.5.2&canonical=https://gematik.de/fhir/erp/OperationDefinition/CreateOperationDefinition |
URL | https://gematik.de/fhir/erp/OperationDefinition/CreateOperationDefinition |
Version | 1.5.2 |
Status | active |
Date | 2025-06-23 |
Name | Create |
Description | This operation creates a Task for the prescription of a specific workflowType. |
Type | true |
Kind | operation |
No resources found
No resources found
No narrative content found in resource
{ "resourceType": "OperationDefinition", "id": "CreateOperation", "url": "https://gematik.de/fhir/erp/OperationDefinition/CreateOperationDefinition", "status": "active", "version": "1.5.2", "date": "2025-06-23", "name": "Create", "kind": "operation", "affectsState": true, "resource": [ "Task" ], "system": false, "type": true, "instance": false, "description": "This operation creates a Task for the prescription of a specific workflowType.", "code": "create", "inputProfile": "http://hl7.org/fhir/StructureDefinition/Parameters", "outputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_CreateOperation_Output", "parameter": [ { "name": "workflowType", "use": "in", "min": 1, "max": "1", "documentation": "This parameter requests the creation of a Task of a certain ePrescription flowType.", "type": "Coding", "binding": { "strength": "required", "valueSet": "https://gematik.de/fhir/erp/ValueSet/GEM_ERP_VS_FlowType" } }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "The created Task with a flowType-specific prescriptionID", "type": "Task" } ] }