public enum ClaimInformationcategory extends Enum<ClaimInformationcategory>
| Enum Constant and Description |
|---|
ATTACHMENT
Materials attached such as images, documents and resources.
|
DISCHARGE
Discharge status and discharge to locations.
|
EMPLOYMENTIMPACTED
An indication that the patient was unable to work, the period if known otherwise a Yes/No (boolean).
|
EXCEPTION
Insurance policy exceptions.
|
EXTERNALCAUSE
The external cause of an illness or injury.
|
HOSPITALIZED
An indication that the patient was hospitalized, the period if known otherwise a Yes/No (boolean).
|
INFO
Codes conveying additional situation and condition information.
|
MATERIAL
Materials being forwarded, e.g.
|
MISSINGTOOTH
Teeth which are missing for any reason, for example: prior extraction, never developed.
|
NULL
added to help the parsers
|
ONSET
Period, start or end dates of aspects of the Condition.
|
OTHER
Other information identified by the type.system.
|
PATIENTREASONFORVISIT
The reason for the patient visit.
|
PROSTHESIS
The type of prosthesis and date of supply if a previously supplied prosthesis.
|
RELATED
Nature and date of the related event e.g.
|
| Modifier and Type | Method and Description |
|---|---|
static ClaimInformationcategory |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static ClaimInformationcategory |
valueOf(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.
|
public static final ClaimInformationcategory INFO
public static final ClaimInformationcategory DISCHARGE
public static final ClaimInformationcategory ONSET
public static final ClaimInformationcategory RELATED
public static final ClaimInformationcategory EXCEPTION
public static final ClaimInformationcategory MATERIAL
public static final ClaimInformationcategory ATTACHMENT
public static final ClaimInformationcategory MISSINGTOOTH
public static final ClaimInformationcategory PROSTHESIS
public static final ClaimInformationcategory OTHER
public static final ClaimInformationcategory HOSPITALIZED
public static final ClaimInformationcategory EMPLOYMENTIMPACTED
public static final ClaimInformationcategory EXTERNALCAUSE
public static final ClaimInformationcategory PATIENTREASONFORVISIT
public static final ClaimInformationcategory NULL
public static ClaimInformationcategory[] values()
for (ClaimInformationcategory c : ClaimInformationcategory.values()) System.out.println(c);
public static ClaimInformationcategory valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static ClaimInformationcategory fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.