FHIR IG analytics| Package | de.gematik.epa.medication |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-get-medication-list-op.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&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.3.0 |
| Status | active |
| Date | 2025-12-15 |
| Name | getMedicationList_MedicationSvc |
| Title | Get Medication List |
| Realm | de |
| 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. |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| epa-medication-service-client | EPA Capability Statement für Clients des ePA Medication Service |
| epa-medication-service-server | EPA CapabilityStatement für den Medication Service |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition get-medication-list-op
URL: [base]/$medication-list
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | date | 0..2 | string (date) | Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit. | ||
| IN | _count | 0..1 | string (number) | Limit the result bundle to this many entries. To get more entries request the next page. | ||
| IN | _offset | 0..1 | string (number) | Defines the offset of the first entry in the collection. | ||
| OUT | return | 1..1 | Bundle | Searchset bundle containing the requested entities. |
{
"resourceType": "OperationDefinition",
"id": "get-medication-list-op",
"meta": {
"profile": [
"https://gematik.de/fhir/ti/StructureDefinition/ti-operationdefinition"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "https://gematik.de/fhir/ti/StructureDefinition/extension-http-method",
"valueCode": "GET"
}
],
"url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op",
"version": "1.3.0",
"name": "getMedicationList_MedicationSvc",
"title": "Get Medication List",
"status": "active",
"kind": "operation",
"date": "2025-12-15",
"publisher": "gematik GmbH",
"contact": [
{
"name": "gematik GmbH",
"telecom": [
{
"system": "url",
"value": "https://www.gematik.de"
},
{
"system": "email",
"value": "patientteam [ at ] gematik.de"
}
]
}
],
"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.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "DE"
}
]
}
],
"affectsState": false,
"code": "medication-list",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "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.",
"type": "string",
"searchType": "date"
},
{
"name": "_count",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Limit the result bundle to this many entries. To get more entries request the next page.",
"type": "string",
"searchType": "number"
},
{
"name": "_offset",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Defines the offset of the first entry in the collection.",
"type": "string",
"searchType": "number"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Searchset bundle containing the requested entities.",
"type": "Bundle"
}
]
}