FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeOperationDefinition
IdOperationDefinition-get-medication-list-op.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op
URLhttps://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op
Version1.3.0
Statusactive
Date2025-12-15
NamegetMedicationList_MedicationSvc
TitleGet Medication List
Realmde
DescriptionDie 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.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
epa-medication-service-clientEPA Capability Statement für Clients des ePA Medication Service
epa-medication-service-serverEPA CapabilityStatement für den Medication Service

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition get-medication-list-op

URL: [base]/$medication-list

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INdate0..2string
(date)

Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit.

IN_count0..1string
(number)

Limit the result bundle to this many entries. To get more entries request the next page.

IN_offset0..1string
(number)

Defines the offset of the first entry in the collection.

OUTreturn1..1Bundle

Searchset bundle containing the requested entities.


Source1

{
  "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"
    }
  ]
}