20 lines
646 B
TypeScript
20 lines
646 B
TypeScript
// 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_EBM_FEE_SCHEDULE_DATA: IFeeScheduleData = {
|
|
"scheduleId": "de-ebm",
|
|
"dataStatus": "external-source-pending",
|
|
"edition": "Source identified 2026-05-14",
|
|
"source": {
|
|
"name": "Kassenärztliche Bundesvereinigung EBM",
|
|
"url": "https://www.kbv.de/html/ebm.php",
|
|
"retrievedAt": "2026-05-14"
|
|
},
|
|
"feeRows": [],
|
|
"ruleSections": [],
|
|
"notes": [
|
|
"External self-administration source; not part of gesetze-im-internet federal XML corpus."
|
|
]
|
|
};
|