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

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeOperationDefinition
IdOperationDefinition-medication-plan-log-op.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/medication-plan-log-op
URLhttps://gematik.de/fhir/epa-medication/OperationDefinition/medication-plan-log-op
Version1.3.0
Statusactive
Date2025-12-15
NamegetMedicationPlanChronologyLog_MedicationSvc
TitleMedication Plan Chronology Log
Realmde
DescriptionDiese Operation liefert die chronologische Historie aller gespeicherten Versionen des elektronischen Medikationsplans (eMP) in Form von Provenance-Ressourcen. Jede Provenance-Instanz beschreibt dabei einen dokumentierten Zustand des eMP zu einem bestimmten Zeitpunkt. Die Operation ermöglicht es, gezielt die Versionshistorie des Medikationsplans abzufragen - etwa um Änderungen nachzuvollziehen oder frühere Zustände einzusehen.
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 medication-plan-log-op

URL: [base]/$medication-plan-log

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
IN_count0..1integer

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

IN_offset0..1integer

Defines the offset of the first entry in the collection.

OUTreturn1..1Bundle

Searchset bundle containing the requested entities.


Source1

{
  "resourceType": "OperationDefinition",
  "id": "medication-plan-log-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/medication-plan-log-op",
  "version": "1.3.0",
  "name": "getMedicationPlanChronologyLog_MedicationSvc",
  "title": "Medication Plan Chronology Log",
  "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": "Diese Operation liefert die chronologische Historie aller gespeicherten Versionen des elektronischen Medikationsplans (eMP) in Form von Provenance-Ressourcen. Jede Provenance-Instanz beschreibt dabei einen dokumentierten Zustand des eMP zu einem bestimmten Zeitpunkt. Die Operation ermöglicht es, gezielt die Versionshistorie des Medikationsplans abzufragen - etwa um Änderungen nachzuvollziehen oder frühere Zustände einzusehen.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "medication-plan-log",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "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": "integer"
    },
    {
      "name": "_offset",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Defines the offset of the first entry in the collection.",
      "type": "integer"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Searchset bundle containing the requested entities.",
      "type": "Bundle"
    }
  ]
}