Enum ClaimInformationcategory
- java.lang.Object
-
- java.lang.Enum<ClaimInformationcategory>
-
- org.hl7.fhir.r4.model.codesystems.ClaimInformationcategory
-
- All Implemented Interfaces:
Serializable,Comparable<ClaimInformationcategory>
public enum ClaimInformationcategory extends Enum<ClaimInformationcategory>
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ATTACHMENTMaterials attached such as images, documents and resources.DISCHARGEDischarge status and discharge to locations.EMPLOYMENTIMPACTEDAn indication that the patient was unable to work, the period if known otherwise a Yes/No (boolean).EXCEPTIONInsurance policy exceptions.EXTERNALCAUSEThe external cause of an illness or injury.HOSPITALIZEDAn indication that the patient was hospitalized, the period if known otherwise a Yes/No (boolean).INFOCodes conveying additional situation and condition information.MATERIALMaterials being forwarded, e.g.MISSINGTOOTHTeeth which are missing for any reason, for example: prior extraction, never developed.NULLadded to help the parsersONSETPeriod, start or end dates of aspects of the Condition.OTHEROther information identified by the type.system.PATIENTREASONFORVISITThe reason for the patient visit.PROSTHESISThe type of prosthesis and date of supply if a previously supplied prosthesis.RELATEDNature and date of the related event e.g.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ClaimInformationcategoryfromCode(String codeString)StringgetDefinition()StringgetDisplay()StringgetSystem()StringtoCode()static ClaimInformationcategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static ClaimInformationcategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INFO
public static final ClaimInformationcategory INFO
Codes conveying additional situation and condition information.
-
DISCHARGE
public static final ClaimInformationcategory DISCHARGE
Discharge status and discharge to locations.
-
ONSET
public static final ClaimInformationcategory ONSET
Period, start or end dates of aspects of the Condition.
-
RELATED
public static final ClaimInformationcategory RELATED
Nature and date of the related event e.g. Last exam, service, X-ray etc.
-
EXCEPTION
public static final ClaimInformationcategory EXCEPTION
Insurance policy exceptions.
-
MATERIAL
public static final ClaimInformationcategory MATERIAL
Materials being forwarded, e.g. Models, molds, images, documents.
-
ATTACHMENT
public static final ClaimInformationcategory ATTACHMENT
Materials attached such as images, documents and resources.
-
MISSINGTOOTH
public static final ClaimInformationcategory MISSINGTOOTH
Teeth which are missing for any reason, for example: prior extraction, never developed.
-
PROSTHESIS
public static final ClaimInformationcategory PROSTHESIS
The type of prosthesis and date of supply if a previously supplied prosthesis.
-
OTHER
public static final ClaimInformationcategory OTHER
Other information identified by the type.system.
-
HOSPITALIZED
public static final ClaimInformationcategory HOSPITALIZED
An indication that the patient was hospitalized, the period if known otherwise a Yes/No (boolean).
-
EMPLOYMENTIMPACTED
public static final ClaimInformationcategory EMPLOYMENTIMPACTED
An indication that the patient was unable to work, the period if known otherwise a Yes/No (boolean).
-
EXTERNALCAUSE
public static final ClaimInformationcategory EXTERNALCAUSE
The external cause of an illness or injury.
-
PATIENTREASONFORVISIT
public static final ClaimInformationcategory PATIENTREASONFORVISIT
The reason for the patient visit.
-
NULL
public static final ClaimInformationcategory NULL
added to help the parsers
-
-
Method Detail
-
values
public static ClaimInformationcategory[] 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 (ClaimInformationcategory c : ClaimInformationcategory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ClaimInformationcategory 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 ClaimInformationcategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
getDefinition
public String getDefinition()
-
getDisplay
public String getDisplay()
-
-