Class DataAbsentReason
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.DataAbsentReason
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class DataAbsentReason extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDataAbsentReason.Builderstatic classDataAbsentReason.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static DataAbsentReasonAS_TEXTAs Textstatic DataAbsentReasonASKED_DECLINEDAsked But Declinedstatic DataAbsentReasonASKED_UNKNOWNAsked But Unknownstatic DataAbsentReasonERRORErrorstatic DataAbsentReasonMASKEDMaskedstatic DataAbsentReasonNEGATIVE_INFINITYNegative Infinity (NINF)static DataAbsentReasonNOT_A_NUMBERNot a Number (NaN)static DataAbsentReasonNOT_APPLICABLENot Applicablestatic DataAbsentReasonNOT_ASKEDNot Askedstatic DataAbsentReasonNOT_PERFORMEDNot Performedstatic DataAbsentReasonNOT_PERMITTEDNot Permittedstatic DataAbsentReasonPOSITIVE_INFINITYPositive Infinity (PINF)static DataAbsentReasonTEMP_UNKNOWNTemporarily Unknownstatic DataAbsentReasonUNKNOWNUnknownstatic DataAbsentReasonUNSUPPORTEDUnsupported
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DataAbsentReason.Builderbuilder()static Codecode(String value)Inherited factory method for creating DataAbsentReason objects from a passed string value.booleanequals(Object obj)DataAbsentReason.ValueSetgetValueAsEnumConstant()inthashCode()static DataAbsentReasonof(DataAbsentReason.ValueSet value)Factory method for creating DataAbsentReason objects from a passed enum value.static DataAbsentReasonof(String value)Factory method for creating DataAbsentReason objects from a passed string value.static Stringstring(String value)Inherited factory method for creating DataAbsentReason objects from a passed string value.DataAbsentReason.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
UNKNOWN
public static final DataAbsentReason UNKNOWN
UnknownThe value is expected to exist but is not known.
-
ASKED_UNKNOWN
public static final DataAbsentReason ASKED_UNKNOWN
Asked But UnknownThe source was asked but does not know the value.
-
TEMP_UNKNOWN
public static final DataAbsentReason TEMP_UNKNOWN
Temporarily UnknownThere is reason to expect (from the workflow) that the value may become known.
-
NOT_ASKED
public static final DataAbsentReason NOT_ASKED
Not AskedThe workflow didn't lead to this value being known.
-
ASKED_DECLINED
public static final DataAbsentReason ASKED_DECLINED
Asked But DeclinedThe source was asked but declined to answer.
-
MASKED
public static final DataAbsentReason MASKED
MaskedThe information is not available due to security, privacy or related reasons.
-
NOT_APPLICABLE
public static final DataAbsentReason NOT_APPLICABLE
Not ApplicableThere is no proper value for this element (e.g. last menstrual period for a male).
-
UNSUPPORTED
public static final DataAbsentReason UNSUPPORTED
UnsupportedThe source system wasn't capable of supporting this element.
-
AS_TEXT
public static final DataAbsentReason AS_TEXT
As TextThe content of the data is represented in the resource narrative.
-
ERROR
public static final DataAbsentReason ERROR
ErrorSome system or workflow process error means that the information is not available.
-
NOT_A_NUMBER
public static final DataAbsentReason NOT_A_NUMBER
Not a Number (NaN)The numeric value is undefined or unrepresentable due to a floating point processing error.
-
NEGATIVE_INFINITY
public static final DataAbsentReason NEGATIVE_INFINITY
Negative Infinity (NINF)The numeric value is excessively low and unrepresentable due to a floating point processing error.
-
POSITIVE_INFINITY
public static final DataAbsentReason POSITIVE_INFINITY
Positive Infinity (PINF)The numeric value is excessively high and unrepresentable due to a floating point processing error.
-
NOT_PERFORMED
public static final DataAbsentReason NOT_PERFORMED
Not PerformedThe value is not available because the observation procedure (test, etc.) was not performed.
-
NOT_PERMITTED
public static final DataAbsentReason NOT_PERMITTED
Not PermittedThe value is not permitted in this context (e.g. due to profiles, or the base data types).
-
-
Method Detail
-
getValueAsEnumConstant
public DataAbsentReason.ValueSet getValueAsEnumConstant()
-
of
public static DataAbsentReason of(DataAbsentReason.ValueSet value)
Factory method for creating DataAbsentReason objects from a passed enum value.
-
of
public static DataAbsentReason of(String value)
Factory method for creating DataAbsentReason objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating DataAbsentReason objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating DataAbsentReason objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public DataAbsentReason.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static DataAbsentReason.Builder builder()
-
-