Enum ClaimInformationcategory
java.lang.Object
java.lang.Enum<ClaimInformationcategory>
org.hl7.fhir.dstu3.model.codesystems.ClaimInformationcategory
- All Implemented Interfaces:
Serializable
,Comparable<ClaimInformationcategory>
-
Enum Constant Summary
Enum ConstantDescriptionMaterials attached such as images, documents and resources.Discharge status and discharge to locations.Insurance policy exceptions.Codes conveying additional situation and condition information.Materials being forwarded, eg.Teeth which are missing for any reason, for example: prior extraction, never developed.added to help the parsersPeriod, start or end dates of aspects of the Condition.Other information identified by the type.system.The type of prosthesis and date of supply if a previously supplied prosthesis.Nature and date of the related event eg. -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimInformationcategory
toCode()
static ClaimInformationcategory
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 Details
-
INFO
Codes conveying additional situation and condition information. -
DISCHARGE
Discharge status and discharge to locations. -
ONSET
Period, start or end dates of aspects of the Condition. -
RELATED
Nature and date of the related event eg. Last exam, service, Xray etc. -
EXCEPTION
Insurance policy exceptions. -
MATERIAL
Materials being forwarded, eg. Models, molds, images, documents. -
ATTACHMENT
Materials attached such as images, documents and resources. -
MISSINGTOOTH
Teeth which are missing for any reason, for example: prior extraction, never developed. -
PROSTHESIS
The type of prosthesis and date of supply if a previously supplied prosthesis. -
OTHER
Other information identified by the type.system. -
NULL
added to help the parsers
-
-
Method Details
-
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
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
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-