158 lines
4.6 KiB
TypeScript
158 lines
4.6 KiB
TypeScript
import type { ICountryFeeScheduleCatalog, IFeeSchedule } from './feeschedules.types.js';
|
|
|
|
export const GERMANY_FEE_SCHEDULES: IFeeSchedule[] = [
|
|
{
|
|
id: 'de-goae',
|
|
countryCode: 'DE',
|
|
area: 'Ärzte privat',
|
|
abbreviation: 'GOÄ',
|
|
description: 'Gebührenordnung für Ärzte; privatärztliche Leistungen außerhalb GKV.',
|
|
},
|
|
{
|
|
id: 'de-goz',
|
|
countryCode: 'DE',
|
|
area: 'Zahnärzte privat',
|
|
abbreviation: 'GOZ',
|
|
description: 'Gebührenordnung für Zahnärzte; privat-/selbst zu zahlende zahnärztliche Leistungen.',
|
|
},
|
|
{
|
|
id: 'de-gop',
|
|
countryCode: 'DE',
|
|
area: 'Psychotherapeuten privat',
|
|
abbreviation: 'GOP',
|
|
description: 'Gebührenordnung für Psychologische Psychotherapeuten und Kinder-/Jugendlichenpsychotherapeuten.',
|
|
},
|
|
{
|
|
id: 'de-ebm',
|
|
countryCode: 'DE',
|
|
area: 'Ärzte GKV',
|
|
abbreviation: 'EBM',
|
|
description: 'Einheitlicher Bewertungsmaßstab; Abrechnung von Vertragsärzten und Vertragspsychotherapeuten mit der GKV.',
|
|
},
|
|
{
|
|
id: 'de-bema',
|
|
countryCode: 'DE',
|
|
area: 'Zahnärzte GKV',
|
|
abbreviation: 'BEMA',
|
|
description: 'Bewertungsmaßstab zahnärztlicher Leistungen; GKV-Abrechnung in Zahnarztpraxen.',
|
|
},
|
|
{
|
|
id: 'de-ag-drg-fpv',
|
|
countryCode: 'DE',
|
|
area: 'Krankenhäuser',
|
|
abbreviation: 'aG-DRG / FPV',
|
|
description: 'Fallpauschalen-Katalog und Abrechnungsbestimmungen für stationäre Krankenhausfälle.',
|
|
},
|
|
{
|
|
id: 'de-uv-goae',
|
|
countryCode: 'DE',
|
|
area: 'Berufsgenossenschaft/Unfallversicherung',
|
|
abbreviation: 'UV-GOÄ',
|
|
description: 'Gebührenordnung für Ärzte im Bereich gesetzliche Unfallversicherung.',
|
|
},
|
|
{
|
|
id: 'de-got',
|
|
countryCode: 'DE',
|
|
area: 'Tierärzte',
|
|
abbreviation: 'GOT',
|
|
description: 'Gebührenordnung für Tierärztinnen und Tierärzte.',
|
|
},
|
|
{
|
|
id: 'de-stbvv',
|
|
countryCode: 'DE',
|
|
area: 'Steuerberater',
|
|
abbreviation: 'StBVV',
|
|
description: 'Steuerberatervergütungsverordnung; gesetzliche Vergütung für steuerberatende Vorbehaltsaufgaben.',
|
|
},
|
|
{
|
|
id: 'de-rvg',
|
|
countryCode: 'DE',
|
|
area: 'Rechtsanwälte',
|
|
abbreviation: 'RVG',
|
|
description: 'Rechtsanwaltsvergütungsgesetz mit Vergütungsverzeichnis.',
|
|
},
|
|
{
|
|
id: 'de-gnotkg',
|
|
countryCode: 'DE',
|
|
area: 'Notare / Grundbuch / Nachlass',
|
|
abbreviation: 'GNotKG',
|
|
description: 'Gerichts- und Notarkostengesetz; bundesweit einheitliche Notarkosten.',
|
|
},
|
|
{
|
|
id: 'de-gkg',
|
|
countryCode: 'DE',
|
|
area: 'Gerichte allgemein',
|
|
abbreviation: 'GKG',
|
|
description: 'Gerichtskostengesetz mit Kostenverzeichnis und Gebührentabellen.',
|
|
},
|
|
{
|
|
id: 'de-famgkg',
|
|
countryCode: 'DE',
|
|
area: 'Familiengericht',
|
|
abbreviation: 'FamGKG',
|
|
description: 'Gerichtskosten in Familiensachen.',
|
|
},
|
|
{
|
|
id: 'de-gvkostg',
|
|
countryCode: 'DE',
|
|
area: 'Gerichtsvollzieher',
|
|
abbreviation: 'GvKostG',
|
|
description: 'Gerichtsvollzieherkostengesetz mit Kostenverzeichnis.',
|
|
},
|
|
{
|
|
id: 'de-jveg',
|
|
countryCode: 'DE',
|
|
area: 'Sachverständige/Dolmetscher/Zeugen bei Gericht',
|
|
abbreviation: 'JVEG',
|
|
description: 'Justizvergütungs- und -entschädigungsgesetz.',
|
|
},
|
|
{
|
|
id: 'de-insvv',
|
|
countryCode: 'DE',
|
|
area: 'Insolvenzverwalter',
|
|
abbreviation: 'InsVV',
|
|
description: 'Insolvenzrechtliche Vergütungsverordnung.',
|
|
},
|
|
{
|
|
id: 'de-hoai',
|
|
countryCode: 'DE',
|
|
area: 'Architekten/Ingenieure',
|
|
abbreviation: 'HOAI',
|
|
description: 'Honorarordnung für Architekten und Ingenieure; heute vor allem Orientierungs-/Auffangsystem für erfasste Planungsleistungen.',
|
|
},
|
|
{
|
|
id: 'de-heilmittel-gkv',
|
|
countryCode: 'DE',
|
|
area: 'Heilmittel, z. B. Physio/Logo/Ergo',
|
|
abbreviation: 'keine einzelne GO',
|
|
description: 'GKV-Vergütungsvereinbarungen/Preislisten nach Bundesrahmenverträgen.',
|
|
},
|
|
{
|
|
id: 'de-hebammenhilfevertrag',
|
|
countryCode: 'DE',
|
|
area: 'Hebammen GKV',
|
|
abbreviation: 'Hebammenhilfevertrag',
|
|
description: 'Vertrag/Vergütungsvereinbarung nach § 134a SGB V.',
|
|
},
|
|
{
|
|
id: 'de-ampreisv',
|
|
countryCode: 'DE',
|
|
area: 'Apotheken/Rx-Arzneimittel',
|
|
abbreviation: 'AMPreisV',
|
|
description: 'Arzneimittelpreisverordnung; Preisbildung für verschreibungspflichtige Arzneimittel.',
|
|
},
|
|
{
|
|
id: 'de-gebueh',
|
|
countryCode: 'DE',
|
|
area: 'Heilpraktiker',
|
|
abbreviation: 'GebüH',
|
|
description: 'Gebührenverzeichnis für Heilpraktiker; keine amtliche verbindliche Gebührenordnung, eher Orientierung/übliche Vergütung.',
|
|
},
|
|
];
|
|
|
|
export const GERMANY_FEE_SCHEDULE_CATALOG: ICountryFeeScheduleCatalog = {
|
|
countryCode: 'DE',
|
|
countryName: 'Germany',
|
|
schedules: GERMANY_FEE_SCHEDULES,
|
|
};
|