Package org.hl7.fhir.dstu3.model
Enum Enumerations.DataAbsentReason
java.lang.Object
java.lang.Enum<Enumerations.DataAbsentReason>
org.hl7.fhir.dstu3.model.Enumerations.DataAbsentReason
- All Implemented Interfaces:
Serializable
,Comparable<Enumerations.DataAbsentReason>
- Enclosing class:
Enumerations
-
Enum Constant Summary
Enum ConstantDescriptionThe source human does not know the value.The content of the data is represented in the resource narrative.Some system or workflow process error means that the information is not available.The information is not available due to security, privacy or related reasons.NaN, standing for not a number, is a numeric data type value representing an undefined or unrepresentable value.The workflow didn't lead to this value being known.The value is not available because the observation procedure (test, etc.) was not performed.added to help the parsersThere is reason to expect (from the workflow) that the value may become known.The value is not known.The source system wasn't capable of supporting this element. -
Method Summary
Modifier and TypeMethodDescriptiontoCode()
Returns the enum constant of this type with the specified name.static Enumerations.DataAbsentReason[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
The value is not known. -
ASKED
The source human does not know the value. -
TEMP
There is reason to expect (from the workflow) that the value may become known. -
NOTASKED
The workflow didn't lead to this value being known. -
MASKED
The information is not available due to security, privacy or related reasons. -
UNSUPPORTED
The source system wasn't capable of supporting this element. -
ASTEXT
The content of the data is represented in the resource narrative. -
ERROR
Some system or workflow process error means that the information is not available. -
NAN
NaN, standing for not a number, is a numeric data type value representing an undefined or unrepresentable value. -
NOTPERFORMED
The value is not available because the observation procedure (test, etc.) was not performed. -
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 Enumerations.DataAbsentReason fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
org.hl7.fhir.exceptions.FHIRException
-
toCode
-
getSystem
-
getDefinition
-
getDisplay
-