{
"description": "Get a medication list",
"_filename": "OperationDefinition-get-medication-list-op.json",
"package_name": "de.gematik.dev.epa.medication",
"date": "2024-06-06",
"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.0-alpha.4",
"status": "draft",
"id": "acf1ebe6-267a-4b25-a219-82f38cfa5512",
"kind": "query",
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op",
"code": "medication-list",
"version": "1.0.2-rc1",
"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."
} ]
}