{ "description": "Get a medication list", "_filename": "OperationDefinition-get-medication-list-op.json", "package_name": "de.gematik.epa.medication", "date": "2024-08-14", "system": true, "publisher": "gematik GmbH", "instance": false, "name": "Get Medication List", "type": "false", "experimental": null, "resourceType": "OperationDefinition", "title": "$medication-list Operation", "package_version": "1.1.1", "status": "active", "id": "7a916dad-15ea-4124-b866-fb17db51d26b", "kind": "query", "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op", "code": "medication-list", "version": "1.1.1", "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." } ] }