
Enum Class V3EntityNameUseR2
- All Implemented Interfaces:
- Serializable,- Comparable<V3EntityNameUseR2>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionDescription:A name used in a Professional or Business context .Description:Alphabetic transcription of name in latin alphabet (Japanese: romaji)Description:Anonymous assigned name (used to protect a persons identity for privacy reasons)Description:A name that a person has assumed or has been assumed to them.Description:Known as/conventional/the one you normally useDescription:This name should no longer be used when interacting with the person (i.e .Description:e.g .Description:Ideographic representation of name (e.g., Japanese kanji, Chinese characters)Description:A name used prior to marriage.Note that marriage naming customs vary greatly around the world.Description:Identifies the different representations of a name .added to help the parsersDescription:This name is no longer in use (note: Names may also carry valid time ranges .Description:The formal name as registered in an official (government) registry, but which name might not be commonly used .Description:A non-official name by which the person is sometimes known.Description:The name as understood by the data enterer, i.e. a close approximation of a phonetic spelling of the name, not based on a phonetic algorithm.Description:A name assumed as part of a religious vocation .Description:A name intended for use in searching or matching.Description:Syllabic transcription of name (e.g., Japanese kana, Korean hangul)Description:A temporary name.
- 
Method SummaryModifier and TypeMethodDescriptionstatic V3EntityNameUseR2toCode()static V3EntityNameUseR2Returns the enum constant of this class with the specified name.static V3EntityNameUseR2[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
ASSUMEDDescription:A name that a person has assumed or has been assumed to them.
- 
ADescription:A name used in a Professional or Business context . Examples: Continuing to use a maiden name in a professional context, or using a stage performing name (some of these names are also pseudonyms)
- 
ANONDescription:Anonymous assigned name (used to protect a persons identity for privacy reasons)
- 
IDescription:e.g . Chief Red Cloud
- 
PDescription:A non-official name by which the person is sometimes known. (This may also be used to record informal names such as a nickname)
- 
RDescription:A name assumed as part of a religious vocation . e.g . Sister Mary Francis, Brother John
- 
CDescription:Known as/conventional/the one you normally use
- 
MDescription:A name used prior to marriage.Note that marriage naming customs vary greatly around the world. This name use is for use by applications that collect and store maiden names. Though the concept of maiden name is often gender specific, the use of this term is not gender specific. The use of this term does not imply any particular history for a person's name, nor should the maiden name be determined algorithmically
- 
NAMEREPRESENTATIONUSEDescription:Identifies the different representations of a name . The representation may affect how the name is used . (E.g . use of Ideographic for formal communications.)
- 
ABCDescription:Alphabetic transcription of name in latin alphabet (Japanese: romaji)
- 
IDEDescription:Ideographic representation of name (e.g., Japanese kanji, Chinese characters)
- 
SYLDescription:Syllabic transcription of name (e.g., Japanese kana, Korean hangul)
- 
OLDDescription:This name is no longer in use (note: Names may also carry valid time ranges . This code is used to cover the situations where it is known that the name is no longer valid, but no particular time range for its use is known)
- 
DNDescription:This name should no longer be used when interacting with the person (i.e . in addition to no longer being used, the name should not be even mentioned when interacting with the person)Note: applications are not required to compare names labeled "Do Not Use" and other names in order to eliminate name parts that are common between the other name and a name labeled "Do Not Use".
- 
ORDescription:The formal name as registered in an official (government) registry, but which name might not be commonly used . May correspond to the concept of legal name
- 
PHONDescription:The name as understood by the data enterer, i.e. a close approximation of a phonetic spelling of the name, not based on a phonetic algorithm.
- 
SRCHDescription:A name intended for use in searching or matching. This is used when the name is incomplete and contains enough details for search matching, but not enough for other uses.
- 
TDescription:A temporary name. Note that a name valid time can provide more detailed information. This may also be used for temporary names assigned at birth or in emergency situations.
- 
NULLadded to help the parsers
 
- 
- 
Method Details- 
valuesReturns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
 
- 
valueOfReturns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
- name- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
- IllegalArgumentException- if this enum class has no constant with the specified name
- NullPointerException- if the argument is null
 
- 
fromCodepublic static V3EntityNameUseR2 fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException - Throws:
- org.hl7.fhir.exceptions.FHIRException
 
- 
toCode
- 
getSystem
- 
getDefinition
- 
getDisplay
 
-