public enum V3EntityNameUse extends Enum<V3EntityNameUse>
| Enum Constant and Description |
|---|
_NAMEREPRESENTATIONUSE
Identifies the different representations of a name.
|
A
Includes writer's pseudonym, stage name, etc
|
ABC
Alphabetic transcription of name (Japanese: romaji)
|
ASGN
A name assigned to a person.
|
C
As recorded on a license, record, certificate, etc.
|
I
e.g.
|
IDE
Ideographic representation of name (e.g., Japanese kanji, Chinese characters)
|
L
Known as/conventional/the one you use
|
NULL
added to help the parsers
|
OR
Definition:The formal name as registered in an official (government) registry, but which name might not be commonly used.
|
P
A self asserted name that the person is using or has used.
|
PHON
A name spelled phonetically.
|
R
e.g.
|
SNDX
A name spelled according to the SoundEx algorithm.
|
SRCH
A name intended for use in searching or matching.
|
SYL
Syllabic transcription of name (e.g., Japanese kana, Korean hangul)
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityNameUse |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityNameUse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityNameUse[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityNameUse _NAMEREPRESENTATIONUSE
public static final V3EntityNameUse ABC
public static final V3EntityNameUse IDE
public static final V3EntityNameUse SYL
public static final V3EntityNameUse ASGN
public static final V3EntityNameUse C
public static final V3EntityNameUse I
public static final V3EntityNameUse L
public static final V3EntityNameUse OR
public static final V3EntityNameUse P
public static final V3EntityNameUse A
public static final V3EntityNameUse R
public static final V3EntityNameUse SRCH
public static final V3EntityNameUse PHON
public static final V3EntityNameUse SNDX
public static final V3EntityNameUse NULL
public static V3EntityNameUse[] values()
for (V3EntityNameUse c : V3EntityNameUse.values()) System.out.println(c);
public static V3EntityNameUse 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 V3EntityNameUse 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.