Enum ExBenefitcategory
- java.lang.Object
-
- java.lang.Enum<ExBenefitcategory>
-
- org.hl7.fhir.r4.model.codesystems.ExBenefitcategory
-
- All Implemented Interfaces:
Serializable,Comparable<ExBenefitcategory>
public enum ExBenefitcategory extends Enum<ExBenefitcategory>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description _1Medical Care._14Renal Supplies excluding Dialysis._2Surgical._23Diagnostic Dental._24Periodontics._25Restorative._26Endodontics._27Maxillofacial Prosthetics._28Adjunctive Dental Services._3Consultation._30Health Benefit Plan Coverage._35Dental Care._36Dental Crowns._37Dental Accident._4Diagnostic XRay._49Hospital Room and Board._5Diagnostic Lab._55Major Medical._56Medically Related Transportation._61In-vitro Fertilization._62MRI Scan._63Donor Procedures such as organ harvest._69Maternity._76Renal dialysis.F1Medical Coverage.F3Dental Coverage.F4Hearing Coverage.F6Vision Coverage.NULLadded to help the parsers
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExBenefitcategoryfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ExBenefitcategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static ExBenefitcategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
_1
public static final ExBenefitcategory _1
Medical Care.
-
_2
public static final ExBenefitcategory _2
Surgical.
-
_3
public static final ExBenefitcategory _3
Consultation.
-
_4
public static final ExBenefitcategory _4
Diagnostic XRay.
-
_5
public static final ExBenefitcategory _5
Diagnostic Lab.
-
_14
public static final ExBenefitcategory _14
Renal Supplies excluding Dialysis.
-
_23
public static final ExBenefitcategory _23
Diagnostic Dental.
-
_24
public static final ExBenefitcategory _24
Periodontics.
-
_25
public static final ExBenefitcategory _25
Restorative.
-
_26
public static final ExBenefitcategory _26
Endodontics.
-
_27
public static final ExBenefitcategory _27
Maxillofacial Prosthetics.
-
_28
public static final ExBenefitcategory _28
Adjunctive Dental Services.
-
_30
public static final ExBenefitcategory _30
Health Benefit Plan Coverage.
-
_35
public static final ExBenefitcategory _35
Dental Care.
-
_36
public static final ExBenefitcategory _36
Dental Crowns.
-
_37
public static final ExBenefitcategory _37
Dental Accident.
-
_49
public static final ExBenefitcategory _49
Hospital Room and Board.
-
_55
public static final ExBenefitcategory _55
Major Medical.
-
_56
public static final ExBenefitcategory _56
Medically Related Transportation.
-
_61
public static final ExBenefitcategory _61
In-vitro Fertilization.
-
_62
public static final ExBenefitcategory _62
MRI Scan.
-
_63
public static final ExBenefitcategory _63
Donor Procedures such as organ harvest.
-
_69
public static final ExBenefitcategory _69
Maternity.
-
_76
public static final ExBenefitcategory _76
Renal dialysis.
-
F1
public static final ExBenefitcategory F1
Medical Coverage.
-
F3
public static final ExBenefitcategory F3
Dental Coverage.
-
F4
public static final ExBenefitcategory F4
Hearing Coverage.
-
F6
public static final ExBenefitcategory F6
Vision Coverage.
-
NULL
public static final ExBenefitcategory NULL
added to help the parsers
-
-
Method Detail
-
values
public static ExBenefitcategory[] 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 (ExBenefitcategory c : ExBenefitcategory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ExBenefitcategory 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 nameNullPointerException- if the argument is null
-
fromCode
public static ExBenefitcategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-