public enum V3NullFlavor extends Enum<V3NullFlavor>
| Enum Constant and Description |
|---|
ASKU
Information was sought but not found (e.g., patient was asked but didn't know)
|
DER
Description:An actual value may exist, but it must be derived from the provided information (usually an EXPR generic data type extension will be used to convey the derivation expressionexpression .
|
INV
Description:The value as represented in the instance is not a member of the set of permitted data values in the constrained value domain of a variable.
|
MSK
There is information on this item available but it has not been provided by the sender due to security, privacy or other reasons.
|
NA
Known to have no proper value (e.g., last menstrual period for a male).
|
NASK
This information has not been sought (e.g., patient was not asked)
|
NAV
Information is not available at this time but it is expected that it will be available later.
|
NAVU
Information is not available at this time (with no expectation regarding whether it will or will not be available in the future).
|
NI
Description:The value is exceptional (missing, omitted, incomplete, improper).
|
NINF
Negative infinity of numbers.
|
NP
Value is not present in a message.
|
NULL
added to help the parsers
|
OTH
Description:The actual value is not a member of the set of permitted data values in the constrained value domain of a variable.
|
PINF
Positive infinity of numbers.
|
QS
Description:The specific quantity is not known, but is known to be non-zero and is not specified because it makes up the bulk of the material.
|
TRC
The content is greater than zero, but too small to be quantified.
|
UNC
Description: The actual value has not yet been encoded within the approved value domain.
|
UNK
Description:A proper value is applicable, but not known.
|
| Modifier and Type | Method and Description |
|---|---|
static V3NullFlavor |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3NullFlavor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3NullFlavor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3NullFlavor NI
public static final V3NullFlavor INV
public static final V3NullFlavor DER
public static final V3NullFlavor OTH
public static final V3NullFlavor NINF
public static final V3NullFlavor PINF
public static final V3NullFlavor UNC
public static final V3NullFlavor MSK
public static final V3NullFlavor NA
public static final V3NullFlavor UNK
public static final V3NullFlavor ASKU
public static final V3NullFlavor NAV
public static final V3NullFlavor NASK
public static final V3NullFlavor NAVU
public static final V3NullFlavor QS
public static final V3NullFlavor TRC
public static final V3NullFlavor NP
public static final V3NullFlavor NULL
public static V3NullFlavor[] values()
for (V3NullFlavor c : V3NullFlavor.values()) System.out.println(c);
public static V3NullFlavor 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 V3NullFlavor 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.