Package | de.gematik.dev.epa.medication |
Resource Type | OperationDefinition |
Id | get-medication-list-op |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op |
URL | https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op |
Version | 1.1.0 |
Status | active |
Date | 2024-08-14 |
Name | Get Medication List |
Title | $medication-list Operation |
Description | Get a medication list |
Type | false |
Kind | query |
CapabilityStatement | |
epa-medication-service-client | EPA Capability Statement für Clients des ePA Medication Service |
epa-medication-service-server | EPA CapabilityStatement für den the Medication Service |
No resources found
No narrative content found in resource
{ "resourceType": "OperationDefinition", "id": "get-medication-list-op", "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op", "title": "$medication-list Operation", "description": "Get a medication list", "version": "1.1.0", "status": "active", "publisher": "gematik GmbH", "date": "2024-08-14", "kind": "query", "name": "Get Medication List", "code": "medication-list", "system": true, "type": false, "instance": false, "parameter": [ { "name": "date", "type": "date", "use": "in", "min": 0, "max": "2", "documentation": "Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit." }, { "name": "_count", "type": "integer", "use": "in", "min": 0, "max": "1", "documentation": "Limit the result bundle to this many entries. To get more entries request the next page." }, { "name": "_offset", "type": "integer", "use": "in", "min": 0, "max": "1", "documentation": "Defines the offset of the first entry in the collection." }, { "name": "return", "type": "Bundle", "use": "out", "min": 1, "max": "1", "documentation": "Searchset bundle containing the requested entities." } ] }