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

FHIR IG analytics

Packagede.gematik.epa.medication
Resource TypeOperationDefinition
IdOperationDefinition-emp-commit-op.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.epa.medication@1.3.0&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/emp-commit-op
URLhttps://gematik.de/fhir/epa-medication/OperationDefinition/emp-commit-op
Version1.3.0
Statusactive
Date2025-12-15
NameeMPCommit_MedicationSvc
TitleeMP Commit Operation
Realmde
DescriptionDie eMP Commit Operation dient zum Abschluss einer Batch-Verarbeitung von eMP-Einträgen. Sie erzeugt eine neue Version des elektronischen Medikationsplans (eMP), indem eine aktualisierte Instanz von EMPChronologyProvenance erstellt wird, die auf alle relevanten EMPMedicationRequest verweist. Diese Operation wird in der Regel nur einmal am Ende eines Batch-Kontextes aufgerufen.
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 emp-commit-op

URL: [base]/$emp-commit

Input parameters Profile:EPA eMP Commit Operation Input-Parameters

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn1..1Provenance

Source1

{
  "resourceType": "OperationDefinition",
  "id": "emp-commit-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": "POST"
    }
  ],
  "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/emp-commit-op",
  "version": "1.3.0",
  "name": "eMPCommit_MedicationSvc",
  "title": "eMP Commit Operation",
  "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 eMP Commit Operation dient zum Abschluss einer Batch-Verarbeitung von eMP-Einträgen.  \nSie erzeugt eine neue Version des elektronischen Medikationsplans (eMP), indem eine aktualisierte  \nInstanz von EMPChronologyProvenance erstellt wird, die auf alle relevanten EMPMedicationRequest  \nverweist. Diese Operation wird in der Regel nur einmal am Ende eines Batch-Kontextes aufgerufen.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "emp-commit",
  "system": true,
  "type": false,
  "instance": false,
  "inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-rmp-commit-input-parameters",
  "parameter": [
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "type": "Provenance"
    }
  ]
}