Enum ChargeitemBillingcodes

java.lang.Object
java.lang.Enum<ChargeitemBillingcodes>
org.hl7.fhir.r4.model.codesystems.ChargeitemBillingcodes
All Implemented Interfaces:
Serializable, Comparable<ChargeitemBillingcodes>

  • Enum Constant Summary Link icon

    Enum Constants
    Enum Constant
    Description
    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.
    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.
    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.
    added to help the parsers
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum Link icon

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object Link icon

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details Link icon

    • _1100 Link icon

      public static final ChargeitemBillingcodes _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. und 31.12. zwischen 07:00 und 19:00 Uhr.
    • _1210 Link icon

      public static final ChargeitemBillingcodes _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 Link icon

      public static final ChargeitemBillingcodes _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 Link icon

      public static final ChargeitemBillingcodes NULL
      added to help the parsers
  • Method Details Link icon

    • values Link icon

      public static ChargeitemBillingcodes[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf Link icon

      public static ChargeitemBillingcodes valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • fromCode Link icon

      public static ChargeitemBillingcodes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode Link icon

      public String toCode()
    • getSystem Link icon

      public String getSystem()
    • getDefinition Link icon

    • getDisplay Link icon

      public String getDisplay()