PackagesCanonicalsLogsProblems
    Packages
    de.gematik.dev.epa.medication@1.1.0-alpha.4
    https://gematik.de/fhir/epa-medication/OperationDefinition/provide-prescription-erp-OP
{
  "description": "The $provide-prescription-erp operation in the ePA MedicationService is used to add electronic prescriptions to a patient's record. These prescriptions are already made by the E-Rezept-Fachdienst. This operation does not create new patient prescriptions; it just puts the ones made by the E-Rezept-Fachdienst into the patient's ePA, making sure they are stored safely and can be easily accessed.",
  "_filename": "OperationDefinition-provide-prescription-erp-OP.json",
  "package_name": "de.gematik.dev.epa.medication",
  "date": "2024-06-06",
  "system": true,
  "publisher": "gematik GmbH",
  "instance": false,
  "name": "Provide Prescription eRP",
  "type": "false",
  "experimental": null,
  "outputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-rx-prescription-erp-output-parameters",
  "resourceType": "OperationDefinition",
  "title": "Provide Prescription eRP",
  "package_version": "1.1.0-alpha.4",
  "status": "active",
  "id": "ce83d9fe-5939-48a7-8f4e-c3bbc2876288",
  "kind": "operation",
  "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/provide-prescription-erp-OP",
  "code": "provide-prescription-erp",
  "version": "1.0.2-rc1",
  "inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-provide-prescription-erp-input-parameters",
  "parameter": [ {
    "max": "*",
    "min": 1,
    "use": "in",
    "name": "rxPrescription",
    "part": [ {
      "max": "1",
      "min": 1,
      "use": "in",
      "name": "prescriptionId",
      "type": "Identifier"
    }, {
      "max": "1",
      "min": 1,
      "use": "in",
      "name": "authoredOn",
      "type": "date"
    }, {
      "max": "1",
      "min": 1,
      "use": "in",
      "name": "medicationRequest",
      "type": "MedicationRequest"
    }, {
      "max": "1",
      "min": 1,
      "use": "in",
      "name": "medication",
      "type": "Medication"
    }, {
      "max": "1",
      "min": 1,
      "use": "in",
      "name": "organization",
      "type": "Organization"
    }, {
      "max": "1",
      "min": 1,
      "use": "in",
      "name": "practitioner",
      "type": "Practitioner"
    } ]
  }, {
    "max": "*",
    "min": 1,
    "use": "out",
    "name": "rxPrescription",
    "part": [ {
      "max": "1",
      "min": 1,
      "use": "out",
      "name": "prescriptionId",
      "type": "Identifier"
    }, {
      "max": "1",
      "min": 1,
      "use": "out",
      "name": "authoredOn",
      "type": "date"
    }, {
      "max": "1",
      "min": 1,
      "use": "out",
      "name": "operationOutcome",
      "type": "OperationOutcome"
    } ]
  } ]
}