public enum V3IdentifierScope extends Enum<V3IdentifierScope>
| Enum Constant and Description |
|---|
BUSN
Description: An identifier whose scope is defined by the business practices associated with the object.
|
NULL
added to help the parsers
|
OBJ
Description: The identifier associated with a particular object.
|
VER
Description: An identifier that references a particular object as it existed at a given point in time.
|
VW
Description: An identifier that references a particular object as it existed at a given point in time.
|
| Modifier and Type | Method and Description |
|---|---|
static V3IdentifierScope |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3IdentifierScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3IdentifierScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3IdentifierScope BUSN
public static final V3IdentifierScope OBJ
public static final V3IdentifierScope VER
public static final V3IdentifierScope VW
public static final V3IdentifierScope NULL
public static V3IdentifierScope[] values()
for (V3IdentifierScope c : V3IdentifierScope.values()) System.out.println(c);
public static V3IdentifierScope 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 V3IdentifierScope 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.