Skip to content

Fix kbv.itv.evdga package version #270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/erp_fhirversion_change_20251001.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Die Gültigkeiten von FHIR Packages in diesem Übergang stellen sich wie folgt d
|kbv.ita.erp |1.1.2 |- |31.03.2026
|kbv.ita.erp |1.3.1 |01.10.2025 |-
|kbv.itv.evdga |1.1.1 |- |31.03.2026
|kbv.itv.evdga |1.2.0 |01.10.2025 |-
|kbv.itv.evdga |1.2.1 |01.10.2025 |-
|===

Die Profile für die E-Rezept-FdV's (erp-FdV-profile) sind wie folgt definiert:
Expand Down
Binary file modified images/puml_2025-10-01_fhir-transition_timeline.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions puml/2025-10-01_fhir-transition_timeline.puml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!define evdgacolor #ffb685
!define davpkvcolor #6abf69
!define davcolor #91d891
!define gkvsvcolor #DC6F7B
!define gkvsvcolor #A8111E
!define gematikcolor #4a90e2
!define gematikcolor_fdv #5a6fa5
!define gematikcolor_patrn #88d4d8
Expand Down Expand Up @@ -85,8 +85,8 @@ Project starts 2025-07-05
[kbv.itv.evdga 1.1.1] starts 2025-07-15 and ends 2026-03-31
[kbv.itv.evdga 1.1.1] is colored in evdgacolor

[kbv.itv.evdga 1.2.0] starts 2025-10-01 and ends 2026-05-31
[kbv.itv.evdga 1.2.0] is colored in evdgacolor
[kbv.itv.evdga 1.2.1] starts 2025-10-01 and ends 2026-05-31
[kbv.itv.evdga 1.2.1] is colored in evdgacolor

-- Abgabedaten PKV --

Expand Down
6 changes: 3 additions & 3 deletions resources/configuration/2025-10-01_fhir-transition.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
{
"name": "kbv.itv.evdga",
"versions": [
"1.1.1", "1.2.0"
"1.1.1", "1.2.1"
]
},
{
Expand Down Expand Up @@ -170,7 +170,7 @@
{
"name": "kbv.itv.evdga",
"versions": [
"1.1.1", "1.2.0"
"1.1.1", "1.2.1"
]
},
{
Expand Down Expand Up @@ -230,7 +230,7 @@
{
"name": "kbv.itv.evdga",
"versions": [
"1.2.0"
"1.2.1"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions resources/scripts/terminologyconfig-table-builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from datetime import datetime, timedelta

# Define the paths
base_path = Path("resources/configuration_terminology")
output_path = Path("resources/scripts/output_adoc")
base_path = Path("../configuration_terminology")
output_path = Path("output_adoc")
output_file = output_path / "terminology_table.adoc"

# Ensure the output directory exists
Expand Down