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

FHIR IG Statistics: OperationDefinition/cancel-prescription-erp-OP

Packagede.gematik.dev.epa.medication
Resource TypeOperationDefinition
Idcancel-prescription-erp-OP
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/cancel-prescription-erp-OP
URLhttps://gematik.de/fhir/epa-medication/OperationDefinition/cancel-prescription-erp-OP
Version1.1.0
Statusactive
Date2024-08-14
NameCancel Prescription eRP
TitleCancel Prescription eRP
DescriptionThe $cancel-prescription-erp operation is used by the E-Rezept-Fachdienst to cancel an already issued electronic prescription. This function is applied when a prescription is no longer needed for various reasons, such as changes in medication or errors in the initial issuance. After cancellation by the E-Rezept-Fachdienst, this information is transmitted to the ePA Medication Service, where the prescription is calculations. It can then no longer be used for dispensing medication. This process ensures accuracy and safety in the management of medications.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
epa-capabilitystatement-medicationEPA CapabilityStatement for the Medication Service
epa-medication-service-clientEPA Capability Statement für Clients des ePA Medication Service
epa-medication-service-serverEPA CapabilityStatement für den the Medication Service

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "cancel-prescription-erp-OP",
  "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/cancel-prescription-erp-OP",
  "title": "Cancel Prescription eRP",
  "description": "The $cancel-prescription-erp operation is used by the E-Rezept-Fachdienst to cancel an already issued electronic prescription. This function is applied when a prescription is no longer needed for various reasons, such as changes in medication or errors in the initial issuance. After cancellation by the E-Rezept-Fachdienst, this information is transmitted to the ePA Medication Service, where the prescription is calculations. It can then no longer be used for dispensing medication. This process ensures accuracy and safety in the management of medications.",
  "version": "1.1.0",
  "status": "active",
  "publisher": "gematik GmbH",
  "date": "2024-08-14",
  "name": "Cancel Prescription eRP",
  "kind": "operation",
  "code": "cancel-prescription-erp",
  "system": true,
  "type": false,
  "instance": false,
  "inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-cancel-prescription-erp-input-parameters",
  "outputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-rx-prescription-erp-output-parameters",
  "parameter": [
    {
      "name": "rxPrescription",
      "use": "in",
      "min": 1,
      "max": "*",
      "part": [
        {
          "name": "prescriptionId",
          "type": "Identifier",
          "use": "in",
          "min": 1,
          "max": "1"
        },
        {
          "name": "authoredOn",
          "type": "date",
          "use": "in",
          "min": 1,
          "max": "1"
        }
      ]
    },
    {
      "name": "rxPrescription",
      "use": "out",
      "min": 1,
      "max": "*",
      "part": [
        {
          "name": "prescriptionId",
          "type": "Identifier",
          "use": "out",
          "min": 1,
          "max": "1"
        },
        {
          "name": "authoredOn",
          "type": "date",
          "use": "out",
          "min": 1,
          "max": "1"
        },
        {
          "name": "operationOutcome",
          "type": "OperationOutcome",
          "use": "out",
          "min": 1,
          "max": "1"
        }
      ]
    }
  ]
}