{ "description": "Get a medication list", "_filename": "OperationDefinition-get-medication-list-op.json", "package_name": "de.gematik.epa.medication", "date": "2025-05-28", "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.1.5", "extension": [ { "url": "https://gematik.de/fhir/ti/StructureDefinition/extension-http-method", "valueCode": "GET" } ], "status": "active", "id": "d63985cd-e9d5-494b-9e15-62e13088d662", "affectsState": false, "kind": "operation", "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op", "code": "medication-list", "version": "1.1.5", "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": "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": "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." } ] }