Enum CoverageCopayType

    • Enum Constant Detail

      • 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.
      • 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.
    • Method Detail

      • values

        public static CoverageCopayType[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (CoverageCopayType c : CoverageCopayType.values())
            System.out.println(c);
        
        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