Replies: 15 comments 26 replies
-
|
I don't know @debenol1 could you gather some infos on this? |
Beta Was this translation helpful? Give feedback.
-
|
as the great founder of elexis requested: the open source version shall always be able to run a practice in switzerland. Therefore it will become open source when there's a version worth implementing. 😉 |
Beta Was this translation helpful? Give feedback.
-
|
Oh no, then we will be late... We plan to integrate on 2025-12-31 the latest! 😉
…________________________________
From: rgwch ***@***.***>
Sent: Thursday, February 13, 2025 12:12:30 PM
To: elexis/elexis.github.io ***@***.***>
Cc: Julian Kappis ***@***.***>; Comment ***@***.***>
Subject: Re: [elexis/elexis.github.io] Tardoc (Discussion #9)
Thanks! It's always great to be remembered. The deadline would be 2024-12-31 ;-)
—
Reply to this email directly, view it on GitHub<#9 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABKANO472DFIIMKVCEOK7DD2PR4Z5AVCNFSM6AAAAABWYUGNMWVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJYGY2TCMQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
Please develop the tardoc plugin in a way that it will be useable for practitioners in the french and italian speaking part of Switzerland. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry for being a bit nervous... Are we on a good way?
|
Beta Was this translation helpful? Give feedback.
-
|
The current progress of tardoc in Elexis master:
Currently we are working on printing of tarmed xml 5.0. |
Beta Was this translation helpful? Give feedback.
-
|
So I cloned elexis-3-core/master and elexis-3-base/master and loaded both in a new Eclipse 2025-9 Workspace with Java 21. That worked. Elexis starts and connects with a copy of my database. But no Tardoc. create table if not exists tardoc (
lastupdate bigint
id varchar(40),
deleted char(1),
parent varchar(32),
digniQuanti varchar(5),
digniQuali varchar(255),
sparte varchar(4),
gueltigVon varchar(8),
gueltigBis varchar(8),
nickname varchar(25),
tx255 varchar(255),
code varchar(25),
law varchar(3),
isChapter char(1),
);
create table if not exists ch_elexis_arzttarife_ch_ambulantepauschalen(
lastupdate bigint,
id varchar(40),
deleted char(1),
code varchar(25),
validFrom char(8),
validTo char(8),
tp char(8),
digniQuali varchar(255),
chapter varchar(255),
text varchar(255),
typ varchar(15)
);
create table if not exists tardoc_extension(
lastupdate bigint,
id varchar(40),
deleted char(1),
code varchar(32),
limits blob,
med_interpret blob,
tech_interpret blob
);
create table if not exists tardoc_group(
lastupdate bigint,
id varchar(40),
deleted char(1),
groupName varchar(32),
services blob,
law char(3),
validFrom char(8),
validTo char(8)
);
create table if not exists tardoc_definitionen(
lastupdate bigint,
id varchar(40),
deleted char(1),
spalte varchar(20),
kuerzel varchar(5),
titel varchar(255),
law char(3)
);
create table if not exists tardoc_kumulation(
lastupdate bigint,
id varchar(40),
deleted char(1),
masterCode varchar(25),
masterArt char(1),
slaveCode varchar(25),
slaveArt char(1),
typ char(1),
view char(1),
validSide char(1),
validFrom char(8),
validTo char(8),
law char(3)
);Bazong! Tardoc is in the codes-View, and I can import Then I created a new "Abrechnungssystem" tardoc and a new "fall" with that ABrechnungssystem. Then I openend a new "Konsultation" with that Fall and gave it a date in january 2026. What am I missing? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, indeed after deleting there happens a lot more than before: I'm using MariaDB. Could that be a problem? Anyway: It works! |
Beta Was this translation helpful? Give feedback.
-
|
First glance: The bill looks great, only I did not make any medical services. Only "Übrige".
|
Beta Was this translation helpful? Give feedback.
-
|
Ok, I tried with several databases, but the new tables were never created automatically. Probably that's a difference between the OpenSource Database and the Medelexis Database. So I kept the update script as an optional part of my Upgrade-HowTo: https://www.elexis.ch/ungrad/reference/upgrade2026/ BTW: First Item on the wishlist: Filter the "Leistungen" view, so only positions matching the configured "Dignität" are shown. (Instead of an error alert box when trying to use such a position). |
Beta Was this translation helpful? Give feedback.
-
|
Probably I got this wrong, bit why can't I delete a billing? Shouldn't it be the other way round? If Override is allowed, delete is ok? Where can I grant this anyway? Removal of billings must always be possible (until the bill is created, of course). |
Beta Was this translation helpful? Give feedback.
-
|
After having installed the updates in an existing Elexis 3.12 (postgres DB) environment I receive the following exception stack trace during the Elexis startup: Although the tables are created the Tardoc functionalities are not working. Any ideas? |
Beta Was this translation helpful? Give feedback.
-
|
In addition to the new tariff, new multiplier values of the billing systems are needed for correct billing. We looked at the billing systems if there is a need for new billing system definitions or new multipliers for existing billing systems are enough. The configuration The new multipliers will be automatically configured once on startup. Because KVG multipliers are Kanton dependent, there will be a warning if the Kanton could not be determined from the Tarmed config of the mandators. Please comment if we missed something. |
Beta Was this translation helpful? Give feedback.
-
So there is no need for a new Abrechnungssystem for tardoc, as the existing depending on the law (KVG, ...) can be used. |
Beta Was this translation helpful? Give feedback.
-
|
The bills are looking great now. |
Beta Was this translation helpful? Give feedback.













Uh oh!
There was an error while loading. Please reload this page.
-
I suppose the plans for implementing the upcoming Tardoc-Tariff are on their way.
Will the Tardoc Plugin be included in the OpenSource build?
Beta Was this translation helpful? Give feedback.
All reactions