{
"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-08-01",
"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-ballot.1",
"extension": [ {
"url": "https://gematik.de/fhir/ti/StructureDefinition/extension-http-method",
"valueCode": "GET"
} ],
"status": "draft",
"id": "2a613577-5c41-4166-a5cc-7c22c57428d8",
"affectsState": false,
"kind": "operation",
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/medication-plan-log-op",
"code": "medication-plan-log",
"version": "1.2.0-ballot.1",
"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."
} ]
}