public enum StandardsStatus extends Enum<StandardsStatus>
| Enum Constant and Description |
|---|
DEPRECATED
This portion of the specification is provided for implementer assistance, and does not make rules that implementers are required to follow.
|
DRAFT
This portion of the specification is not considered to be complete enough or sufficiently reviewed to be safe for implementation.
|
EXTERNAL
This is content that is managed outside the FHIR Specification, but included for implementer convenience.
|
INFORMATIVE
This portion of the specification is provided for implementer assistance, and does not make rules that implementers are required to follow.
|
NORMATIVE
This content has been subject to review and production implementation in a wide variety of environments.
|
NULL
added to help the parsers
|
TRIALUSE
This content has been well reviewed and is considered by the authors to be ready for use in production systems.
|
| Modifier and Type | Method and Description |
|---|---|
static StandardsStatus |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static StandardsStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StandardsStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StandardsStatus DRAFT
public static final StandardsStatus NORMATIVE
public static final StandardsStatus TRIALUSE
public static final StandardsStatus INFORMATIVE
public static final StandardsStatus DEPRECATED
public static final StandardsStatus EXTERNAL
public static final StandardsStatus NULL
public static StandardsStatus[] values()
for (StandardsStatus c : StandardsStatus.values()) System.out.println(c);
public static StandardsStatus 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 StandardsStatus 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.