Enum CoverageCopayType

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

  • Enum Constant Details

    • GPVISIT

      public static final CoverageCopayType GPVISIT
      An office visit for a general practitioner of a discipline.
    • SPVISIT

      public static final CoverageCopayType SPVISIT
      An office visit for a specialist practitioner of a discipline
    • EMERGENCY

      public static final CoverageCopayType EMERGENCY
      An episode in an emergency department.
    • INPTHOSP

      public static final CoverageCopayType INPTHOSP
      An episode of an Inpatient hospital stay.
    • TELEVISIT

      public static final CoverageCopayType TELEVISIT
      A visit held where the patient is remote relative to the practitioner, e.g. by phone, computer or video conference.
    • URGENTCARE

      public static final CoverageCopayType URGENTCARE
      A visit to an urgent care facility - typically a community care clinic.
    • COPAYPCT

      public static final CoverageCopayType COPAYPCT
      A standard percentage applied to all classes or service or product not otherwise specified.
    • COPAY

      public static final CoverageCopayType COPAY
      A standard fixed currency amount applied to all classes or service or product not otherwise specified.
    • DEDUCTIBLE

      public static final CoverageCopayType DEDUCTIBLE
      The accumulated amount of patient payment before the coverage begins to pay for services.
    • MAXOUTOFPOCKET

      public static final CoverageCopayType MAXOUTOFPOCKET
      The maximum amout of payment for services which a patient, or family, is expected to incur - typically annually.
    • NULL

      public static final CoverageCopayType NULL
      added to help the parsers
  • Method Details

    • values

      public static CoverageCopayType[] 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

      public static CoverageCopayType 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

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

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()