public enum V3EntityNameUseR2 extends Enum<V3EntityNameUseR2>
| Enum Constant and Description |
|---|
A
Description:A name used in a Professional or Business context .
|
ABC
Description:Alphabetic transcription of name in latin alphabet (Japanese: romaji)
|
ANON
Description:Anonymous assigned name (used to protect a persons identity for privacy reasons)
|
ASSUMED
Description:A name that a person has assumed or has been assumed to them.
|
C
Description:Known as/conventional/the one you normally use
|
DN
Description:This name should no longer be used when interacting with the person (i.e .
|
I
Description:e.g .
|
IDE
Description:Ideographic representation of name (e.g., Japanese kanji, Chinese characters)
|
M
Description:A name used prior to marriage.Note that marriage naming customs vary greatly around the world.
|
NAMEREPRESENTATIONUSE
Description:Identifies the different representations of a name .
|
NULL
added to help the parsers
|
OLD
Description:This name is no longer in use (note: Names may also carry valid time ranges .
|
OR
Description:The formal name as registered in an official (government) registry, but which name might not be commonly used .
|
P
Description:A non-official name by which the person is sometimes known.
|
PHON
Description:The name as understood by the data enterer, i.e.
|
R
Description:A name assumed as part of a religious vocation .
|
SRCH
Description:A name intended for use in searching or matching.
|
SYL
Description:Syllabic transcription of name (e.g., Japanese kana, Korean hangul)
|
T
Description:A temporary name.
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityNameUseR2 |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityNameUseR2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityNameUseR2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityNameUseR2 ASSUMED
public static final V3EntityNameUseR2 A
public static final V3EntityNameUseR2 ANON
public static final V3EntityNameUseR2 I
public static final V3EntityNameUseR2 P
public static final V3EntityNameUseR2 R
public static final V3EntityNameUseR2 C
public static final V3EntityNameUseR2 M
public static final V3EntityNameUseR2 NAMEREPRESENTATIONUSE
public static final V3EntityNameUseR2 ABC
public static final V3EntityNameUseR2 IDE
public static final V3EntityNameUseR2 SYL
public static final V3EntityNameUseR2 OLD
public static final V3EntityNameUseR2 DN
public static final V3EntityNameUseR2 OR
public static final V3EntityNameUseR2 PHON
public static final V3EntityNameUseR2 SRCH
public static final V3EntityNameUseR2 T
public static final V3EntityNameUseR2 NULL
public static V3EntityNameUseR2[] values()
for (V3EntityNameUseR2 c : V3EntityNameUseR2.values()) System.out.println(c);
public static V3EntityNameUseR2 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 V3EntityNameUseR2 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.