FHIR IG analytics| Package | de.gematik.epa.medication |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-medication-plan-log-op.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/medication-plan-log-op |
| URL | https://gematik.de/fhir/epa-medication/OperationDefinition/medication-plan-log-op |
| Version | 1.3.0 |
| Status | active |
| Date | 2025-12-15 |
| Name | getMedicationPlanChronologyLog_MedicationSvc |
| Title | Medication Plan Chronology Log |
| Realm | de |
| 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. |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| epa-medication-service-client | EPA Capability Statement für Clients des ePA Medication Service |
| epa-medication-service-server | EPA CapabilityStatement für den Medication Service |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition medication-plan-log-op
URL: [base]/$medication-plan-log
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | _count | 0..1 | integer | Limit the result bundle to this many entries. To get more entries request the next page. | ||
| IN | _offset | 0..1 | integer | Defines the offset of the first entry in the collection. | ||
| OUT | return | 1..1 | Bundle | Searchset bundle containing the requested entities. |
{
"resourceType": "OperationDefinition",
"id": "medication-plan-log-op",
"meta": {
"profile": [
"https://gematik.de/fhir/ti/StructureDefinition/ti-operationdefinition"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://gematik.de/fhir/ti/StructureDefinition/extension-http-method",
"valueCode": "GET"
}
],
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/medication-plan-log-op",
"version": "1.3.0",
"name": "getMedicationPlanChronologyLog_MedicationSvc",
"title": "Medication Plan Chronology Log",
"status": "active",
"kind": "operation",
"date": "2025-12-15",
"publisher": "gematik GmbH",
"contact": [
{
"name": "gematik GmbH",
"telecom": [
{
"system": "url",
"value": "https://www.gematik.de"
},
{
"system": "email",
"value": "patientteam [ at ] gematik.de"
}
]
}
],
"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.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DE"
}
]
}
],
"affectsState": false,
"code": "medication-plan-log",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "_count",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Limit the result bundle to this many entries. To get more entries request the next page.",
"type": "integer"
},
{
"name": "_offset",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Defines the offset of the first entry in the collection.",
"type": "integer"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Searchset bundle containing the requested entities.",
"type": "Bundle"
}
]
}