{
"description": "Die Operation liefert die elektronische Medikationsliste (eML) in Form eines FHIR searchSet-Bundles. In der eML werden ausschließlich nicht stornierte Instanzen von Verschreibungsdaten, Dispensierdaten, nachgetragenen Medikamenten sowie die zugehörige Versicherteninformation aus dem Patient Service angezeigt.",
"_filename": "OperationDefinition-get-medication-list-op.json",
"package_name": "de.gematik.epa.medication",
"date": "2025-12-15",
"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": "getMedicationList_MedicationSvc",
"type": "false",
"experimental": null,
"resourceType": "OperationDefinition",
"title": "Get Medication List",
"package_version": "1.3.0",
"extension": [ {
"url": "https://gematik.de/fhir/ti/StructureDefinition/extension-http-method",
"valueCode": "GET"
} ],
"status": "active",
"id": "8944276a-4734-4df3-95b3-2bdc02815d1f",
"affectsState": false,
"kind": "operation",
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op",
"code": "medication-list",
"version": "1.3.0",
"contact": [ {
"name": "gematik GmbH",
"telecom": [ {
"value": "https://www.gematik.de",
"system": "url"
}, {
"value": "patientteam [ at ] gematik.de",
"system": "email"
} ]
} ],
"parameter": [ {
"max": "2",
"min": 0,
"use": "in",
"name": "date",
"type": "string",
"searchType": "date",
"documentation": "Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit."
}, {
"max": "1",
"min": 0,
"use": "in",
"name": "_count",
"type": "string",
"searchType": "number",
"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": "string",
"searchType": "number",
"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."
} ]
}