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

FHIR IG Statistics: OperationDefinition/RejectOperation

Packagede.gematik.erezept-workflow.r4
Resource TypeOperationDefinition
IdRejectOperation
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.erezept-workflow.r4@1.5.2&canonical=https://gematik.de/fhir/erp/OperationDefinition/RejectOperationDefinition
URLhttps://gematik.de/fhir/erp/OperationDefinition/RejectOperationDefinition
Version1.5.2
Statusactive
Date2025-06-23
NameReject
DescriptionRejects the dispense of a ePrescription. The Task will be reset to an active state, the secret will be deleted, and the Task will be accessible by any other pharmacist or it can be deleted by the patient.
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": "RejectOperation",
  "url": "https://gematik.de/fhir/erp/OperationDefinition/RejectOperationDefinition",
  "status": "active",
  "version": "1.5.2",
  "date": "2025-06-23",
  "name": "Reject",
  "kind": "operation",
  "affectsState": true,
  "resource": [
    "Task"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "description": "Rejects the dispense of a ePrescription. The Task will be reset to an active state, the secret will be deleted, and the Task will be accessible by any other pharmacist or it can be deleted by the patient.",
  "code": "reject",
  "parameter": [
    {
      "name": "secret",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The secret parameter that lets a pharmacy access the Task exclusively as an URL Parameter ?secret.",
      "type": "string"
    }
  ]
}