Class StandardsStatus
- 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.StandardsStatus
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class StandardsStatus extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classStandardsStatus.Builderstatic classStandardsStatus.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static StandardsStatusDEPRECATEDDeprecatedstatic StandardsStatusDRAFTDraftstatic StandardsStatusEXTERNALExternalstatic StandardsStatusINFORMATIVEInformativestatic StandardsStatusNORMATIVENormativestatic StandardsStatusTRIAL_USETrial-Use
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StandardsStatus.Builderbuilder()static Codecode(String value)Inherited factory method for creating StandardsStatus objects from a passed string value.booleanequals(Object obj)StandardsStatus.ValueSetgetValueAsEnumConstant()inthashCode()static StandardsStatusof(StandardsStatus.ValueSet value)Factory method for creating StandardsStatus objects from a passed enum value.static StandardsStatusof(String value)Factory method for creating StandardsStatus objects from a passed string value.static Stringstring(String value)Inherited factory method for creating StandardsStatus objects from a passed string value.StandardsStatus.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
-
DRAFT
public static final StandardsStatus DRAFT
DraftThis portion of the specification is not considered to be complete enough or sufficiently reviewed to be safe for implementation. It may have known issues or still be in the "in development" stage. It is included in the publication as a place-holder, to solicit feedback from the implementation community and/or to give implementers some insight as to functionality likely to be included in future versions of the specification. Content at this level should only be implemented by the brave or desperate and is very much "use at your own risk". The content that is Draft that will usually be elevated to Trial Use once review and correction is complete after it has been subjected to ballot.
-
NORMATIVE
public static final StandardsStatus NORMATIVE
NormativeThis content has been subject to review and production implementation in a wide variety of environments. The content is considered to be stable and has been 'locked', subjecting it to FHIR Inter-version Compatibility Rules. While changes are possible, they are expected to be infrequent and are tightly constrained. Compatibility Rules.
-
TRIAL_USE
public static final StandardsStatus TRIAL_USE
Trial-UseThis content has been well reviewed and is considered by the authors to be ready for use in production systems. It has been subjected to ballot and approved as an official standard. However, it has not yet seen widespread use in production across the full spectrum of environments it is intended to be used in. In some cases, there may be documented known issues that require implementation experience to determine appropriate resolutions for.
Future versions of FHIR may make significant changes to Trial Use content that are not compatible with previously published content.
-
INFORMATIVE
public static final StandardsStatus INFORMATIVE
InformativeThis portion of the specification is provided for implementer assistance, and does not make rules that implementers are required to follow. Typical examples of this content in the FHIR specification are tables of contents, registries, examples, and implementer advice.
-
DEPRECATED
public static final StandardsStatus DEPRECATED
DeprecatedThis portion of the specification is provided for implementer assistance, and does not make rules that implementers are required to follow. Typical examples of this content in the FHIR specification are tables of contents, registries, examples, and implementer advice.
-
EXTERNAL
public static final StandardsStatus EXTERNAL
ExternalThis is content that is managed outside the FHIR Specification, but included for implementer convenience.
-
-
Method Detail
-
getValueAsEnumConstant
public StandardsStatus.ValueSet getValueAsEnumConstant()
-
of
public static StandardsStatus of(StandardsStatus.ValueSet value)
Factory method for creating StandardsStatus objects from a passed enum value.
-
of
public static StandardsStatus of(String value)
Factory method for creating StandardsStatus 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 StandardsStatus 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 StandardsStatus 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 StandardsStatus.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static StandardsStatus.Builder builder()
-
-