Package com.ibm.fhir.model.type.code
Class ReferredDocumentStatus
- 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.ReferredDocumentStatus
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class ReferredDocumentStatus extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReferredDocumentStatus.Builderstatic classReferredDocumentStatus.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static ReferredDocumentStatusAMENDEDAmendedstatic ReferredDocumentStatusENTERED_IN_ERROREntered in Errorstatic ReferredDocumentStatusFINALFinalstatic ReferredDocumentStatusPRELIMINARYPreliminary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReferredDocumentStatus.Builderbuilder()static Codecode(String value)Inherited factory method for creating ReferredDocumentStatus objects from a passed string value.booleanequals(Object obj)ReferredDocumentStatus.ValueSetgetValueAsEnumConstant()inthashCode()static ReferredDocumentStatusof(ReferredDocumentStatus.ValueSet value)Factory method for creating ReferredDocumentStatus objects from a passed enum value.static ReferredDocumentStatusof(String value)Factory method for creating ReferredDocumentStatus objects from a passed string value.static Stringstring(String value)Inherited factory method for creating ReferredDocumentStatus objects from a passed string value.ReferredDocumentStatus.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
-
PRELIMINARY
public static final ReferredDocumentStatus PRELIMINARY
PreliminaryThis is a preliminary composition or document (also known as initial or interim). The content may be incomplete or unverified.
-
FINAL
public static final ReferredDocumentStatus FINAL
FinalThis version of the composition is complete and verified by an appropriate person and no further work is planned. Any subsequent updates would be on a new version of the composition.
-
AMENDED
public static final ReferredDocumentStatus AMENDED
AmendedThe composition content or the referenced resources have been modified (edited or added to) subsequent to being released as "final" and the composition is complete and verified by an authorized person.
-
ENTERED_IN_ERROR
public static final ReferredDocumentStatus ENTERED_IN_ERROR
Entered in ErrorThe composition or document was originally created/issued in error, and this is an amendment that marks that the entire series should not be considered as valid.
-
-
Method Detail
-
getValueAsEnumConstant
public ReferredDocumentStatus.ValueSet getValueAsEnumConstant()
-
of
public static ReferredDocumentStatus of(ReferredDocumentStatus.ValueSet value)
Factory method for creating ReferredDocumentStatus objects from a passed enum value.
-
of
public static ReferredDocumentStatus of(String value)
Factory method for creating ReferredDocumentStatus 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 ReferredDocumentStatus 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 ReferredDocumentStatus 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 ReferredDocumentStatus.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static ReferredDocumentStatus.Builder builder()
-
-