: eMP Commit Operation - JSON Representation
Raw json | Download
{
"resourceType" : "OperationDefinition",
"id" : "emp-commit-op",
"meta" : {
"profile" : [
🔗 "https://gematik.de/fhir/ti/StructureDefinition/ti-operationdefinition"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition emp-commit-op</b></p><a name=\"emp-commit-op\"> </a><a name=\"hcemp-commit-op\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://gematik.de/fhir/ti/1.1.1-ballot.1/StructureDefinition-ti-operationdefinition.html\">OperationDefinition Profil für TI FHIR Data Service</a></p></div><p>URL: [base]/$$emp-commit</p><p>Input parameters Profile:<a href=\"StructureDefinition-epa-op-rmp-commit-input-parameters.html\">EPA eMP Commit Operation Input-Parameters</a></p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/provenance.html\">Provenance</a></td><td/><td/></tr></table></div>"
},
"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.2.0-ballot.2",
"name" : "eMPCommit_MedicationSvc",
"title" : "eMP Commit Operation",
"status" : "draft",
"kind" : "operation",
"date" : "2025-09-02",
"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"
}
]
}