public enum ChargeitemBillingcodes extends Enum<ChargeitemBillingcodes>
| Enum Constant and Description |
|---|
_1100
From German EBM billing system:
Unvorhergesehene Inanspruchnahme des Vertragsarztes durch einen Patienten;zwischen 19:00 und 22:00 Uhr;an Samstagen, Sonntagen und gesetzlichen Feiertagen, am 24.12.
|
_1210
From German EBM billing system:
Notfallpauschale im organisierten Not(-fall)dienst und für nicht an der vertragsärztlichen Versorgung teilnehmende Ärzte, Institute und Krankenhäuser bei Inanspruchnahme;zwischen 07:00 und 19:00 Uhr.
|
_1320
From German EBM billing system:
Grundpauschale für Ärzte, Institute und Krankenhäuser, die zur Erbringung von Leistungen innerhalb mindestens eines der Fachgebiete Anästhesiologie, Frauenheilkunde und Geburtshilfe, Haut- und Geschlechtskrankheiten, Mund-, Kiefer- und Gesichtschirurgie und Humangenetik ermächtigt sind.
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static ChargeitemBillingcodes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ChargeitemBillingcodes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChargeitemBillingcodes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChargeitemBillingcodes _1100
public static final ChargeitemBillingcodes _1210
public static final ChargeitemBillingcodes _1320
public static final ChargeitemBillingcodes NULL
public static ChargeitemBillingcodes[] values()
for (ChargeitemBillingcodes c : ChargeitemBillingcodes.values()) System.out.println(c);
public static ChargeitemBillingcodes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ChargeitemBillingcodes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.