public enum DataAbsentReason extends Enum<DataAbsentReason>
| Enum Constant and Description |
|---|
ASKEDDECLINED
The source was asked but declined to answer.
|
ASKEDUNKNOWN
The source was asked but does not know the value.
|
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.
|
MASKED
The information is not available due to security, privacy or related reasons.
|
NEGATIVEINFINITY
The numeric value is excessively low and unrepresentable due to a floating point processing error.
|
NOTANUMBER
The numeric value is undefined or unrepresentable due to a floating point processing error.
|
NOTAPPLICABLE
There is no proper value for this element (e.g.
|
NOTASKED
The workflow didn't lead to this value being known.
|
NOTPERFORMED
The value is not available because the observation procedure (test, etc.) was not performed.
|
NOTPERMITTED
The value is not permitted in this context (e.g.
|
NULL
added to help the parsers
|
POSITIVEINFINITY
The numeric value is excessively high and unrepresentable due to a floating point processing error.
|
TEMPUNKNOWN
There is reason to expect (from the workflow) that the value may become known.
|
UNKNOWN
The value is expected to exist but is not known.
|
UNSUPPORTED
The source system wasn't capable of supporting this element.
|
| Modifier and Type | Method and Description |
|---|---|
static DataAbsentReason |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static DataAbsentReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataAbsentReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataAbsentReason UNKNOWN
public static final DataAbsentReason ASKEDUNKNOWN
public static final DataAbsentReason TEMPUNKNOWN
public static final DataAbsentReason NOTASKED
public static final DataAbsentReason ASKEDDECLINED
public static final DataAbsentReason MASKED
public static final DataAbsentReason NOTAPPLICABLE
public static final DataAbsentReason UNSUPPORTED
public static final DataAbsentReason ASTEXT
public static final DataAbsentReason ERROR
public static final DataAbsentReason NOTANUMBER
public static final DataAbsentReason NEGATIVEINFINITY
public static final DataAbsentReason POSITIVEINFINITY
public static final DataAbsentReason NOTPERFORMED
public static final DataAbsentReason NOTPERMITTED
public static final DataAbsentReason NULL
public static DataAbsentReason[] values()
for (DataAbsentReason c : DataAbsentReason.values()) System.out.println(c);
public static DataAbsentReason 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 DataAbsentReason 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.