FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/ActivateOperation

Packagede.gematik.erezept-workflow.r4
Resource TypeOperationDefinition
IdActivateOperation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.5.2&canonical=https://gematik.de/fhir/erp/OperationDefinition/ActivateOperationDefinition
URLhttps://gematik.de/fhir/erp/OperationDefinition/ActivateOperationDefinition
Version1.5.2
Statusactive
Date2025-06-23
NameActivate
DescriptionThis operation activates the created Task for the prescription. The input parameter must contain the qualified signed Bundle of the prescription. The prescription server validates the prescription, updates the task ressource and starts the workflow.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "ActivateOperation",
  "url": "https://gematik.de/fhir/erp/OperationDefinition/ActivateOperationDefinition",
  "status": "active",
  "version": "1.5.2",
  "date": "2025-06-23",
  "name": "Activate",
  "kind": "operation",
  "affectsState": true,
  "resource": [
    "Task"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "description": "This operation activates the created Task for the prescription. The input parameter must contain the qualified signed Bundle of the prescription. The prescription server validates the prescription, updates the task ressource and starts the workflow.",
  "code": "activate",
  "inputProfile": "http://hl7.org/fhir/StructureDefinition/Parameters",
  "outputProfile": "https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_PAR_ActivateOperation_Output",
  "parameter": [
    {
      "name": "ePrescription",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The qualified signed prescription element to activate the ePrescription workflow.",
      "type": "Binary"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Return the updated and activated Task.",
      "type": "Task"
    }
  ]
}