PackagesCanonicalsLogsProblems
    Packages
    de.gematik.epa.medication@1.2.0
    https://gematik.de/fhir/epa-medication/OperationDefinition/medication-plan-log-op
{
  "description": "Diese Operation liefert die chronologische Historie aller gespeicherten Versionen des elektronischen Medikationsplans (eMP) in Form von Provenance-Ressourcen. Jede Provenance-Instanz beschreibt dabei einen dokumentierten Zustand des eMP zu einem bestimmten Zeitpunkt. Die Operation ermöglicht es, gezielt die Versionshistorie des Medikationsplans abzufragen - etwa um Änderungen nachzuvollziehen oder frühere Zustände einzusehen.",
  "_filename": "OperationDefinition-medication-plan-log-op.json",
  "package_name": "de.gematik.epa.medication",
  "date": "2025-09-12",
  "meta": {
    "profile": [ "https://gematik.de/fhir/ti/StructureDefinition/ti-operationdefinition" ]
  },
  "system": true,
  "publisher": "gematik GmbH",
  "instance": false,
  "jurisdiction": [ {
    "coding": [ {
      "code": "DE",
      "system": "urn:iso:std:iso:3166"
    } ]
  } ],
  "name": "getMedicationPlanChronologyLog_MedicationSvc",
  "type": "false",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "Medication Plan Chronology Log",
  "package_version": "1.2.0",
  "extension": [ {
    "url": "https://gematik.de/fhir/ti/StructureDefinition/extension-http-method",
    "valueCode": "GET"
  } ],
  "status": "active",
  "id": "2e73c42c-423a-48f3-aa67-1d720d3df086",
  "affectsState": false,
  "kind": "operation",
  "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/medication-plan-log-op",
  "code": "medication-plan-log",
  "version": "1.2.0",
  "contact": [ {
    "name": "gematik GmbH",
    "telecom": [ {
      "value": "https://www.gematik.de",
      "system": "url"
    }, {
      "value": "patientteam [ at ] gematik.de",
      "system": "email"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "_count",
    "type": "integer",
    "documentation": "Limit the result bundle to this many entries. To get more entries request the next page."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "_offset",
    "type": "integer",
    "documentation": "Defines the offset of the first entry in the collection."
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Bundle",
    "documentation": "Searchset bundle containing the requested entities."
  } ]
}