This commit is contained in:
2026-05-14 10:05:17 +00:00
commit 440df5955b
39 changed files with 98763 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
// Generated by scripts/generate-germany.mjs on 2026-05-14.
// Do not edit this file manually.
import type { IFeeScheduleData } from '../feeschedules.types.js';
export const GERMANY_UVGOAE_FEE_SCHEDULE_DATA: IFeeScheduleData = {
"scheduleId": "de-uv-goae",
"dataStatus": "external-source-pending",
"edition": "Source identified 2026-05-14",
"source": {
"name": "Deutsche Gesetzliche Unfallversicherung UV-GOÄ",
"url": "https://www.dguv.de",
"retrievedAt": "2026-05-14"
},
"feeRows": [],
"ruleSections": [],
"notes": [
"External accident insurance fee schedule source; not part of gesetze-im-internet federal XML corpus."
]
};