public enum V3EntityNamePartQualifierR2 extends Enum<V3EntityNamePartQualifierR2>
| Enum Constant and Description |
|---|
AC
Description:Indicates that a title like "Dr.", "M.D." or "Ph.D." is an academic title.
|
AD
Description:A name part a person acquired.
|
BR
Description:A name that a person was given at birth or established as a consequence of adoption.
|
CL
Description:Used to indicate which of the various name parts is used when interacting with the person.
|
CON
Description: This refers to the container if present in the medicinal product name.
|
DEV
Description: This refers to the qualifiers in the name for devices and is at the moment mainly applicable to insulins and inhalation products.
|
FLAV
Description: This refers to a flavor of the medicinal product if present in the medicinal product name.
|
FORMUL
Description: This refers to the formulation of the medicinal product if present in the medicinal product name.
|
FRM
Description: This refers to the pharmaceutical form/ if present in the medicinal product name.
|
HON
Description:A honorific such as "The Right Honourable" or "Weledelgeleerde Heer".
|
IN
Description:Indicates that a name part is just an initial.
|
INV
Description: This refers to the product name without the trademark or the name of the marketing authorization holder or any other descriptor reflected in the product name and, if appropriate, whether it is intended e.g.
|
LS
Description:For organizations a suffix indicating the legal status, e.g., "Inc.", "Co.", "AG", "GmbH", "B.V." "S.A.", "Ltd." etc.
|
MID
Description:Indicates that the name part is a middle name.
|
NB
Description:A nobility title such as Sir, Count, Grafin.
|
NULL
added to help the parsers
|
PFX
Description:A prefix has a strong association to the immediately following name part.
|
PHARMACEUTICALENTITYNAMEPARTQUALIFIERS
Description: Medication Name Parts are a means of specifying a range of acceptable "official" forms of the name of a product.
|
POPUL
Description: This refers to the target population for the medicinal product if present in the medicinal product name
Examples:
For 'Broncho-Drug 3.5 mg-capsules for children', the target population part is "children"
For 'Adult Chesty Cough Syrup', the target population part is "adult"
|
PR
Description:Primarily in the British Imperial culture people tend to have an abbreviation of their professional organization as part of their credential titles.
|
SCI
Description: This refers to the product common or scientific name without the trademark or the name of the marketing authorization holder or any other descriptor reflected in the product name.
|
SFX
Description:A suffix has a strong association to the immediately preceding name part.
|
SP
Description:The name assumed from the partner in a marital relationship.
|
STR
Description: This refers to the strength if present in the medicinal product name.
|
TIME
Description: This refers to a time or time period that may be specified in the text of the medicinal product name
Example:
For an influenza vaccine 'Drug-FLU season 2008/2009', the time/period part is "2008/2009 season"
|
TITLESTYLES
Description:Extra information about the style of a title
|
TMK
Description: This refers to trademark/company element if present in the medicinal product name.
|
USE
Description: This refers to the intended use if present in the medicinal product name without the trademark or the name of the marketing authorization holder or any other descriptor reflected in the product name.
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityNamePartQualifierR2 |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityNamePartQualifierR2 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityNamePartQualifierR2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityNamePartQualifierR2 AD
public static final V3EntityNamePartQualifierR2 SP
public static final V3EntityNamePartQualifierR2 BR
public static final V3EntityNamePartQualifierR2 CL
public static final V3EntityNamePartQualifierR2 IN
public static final V3EntityNamePartQualifierR2 LS
public static final V3EntityNamePartQualifierR2 MID
public static final V3EntityNamePartQualifierR2 PFX
public static final V3EntityNamePartQualifierR2 PHARMACEUTICALENTITYNAMEPARTQUALIFIERS
public static final V3EntityNamePartQualifierR2 CON
public static final V3EntityNamePartQualifierR2 DEV
public static final V3EntityNamePartQualifierR2 FLAV
public static final V3EntityNamePartQualifierR2 FORMUL
public static final V3EntityNamePartQualifierR2 FRM
public static final V3EntityNamePartQualifierR2 INV
public static final V3EntityNamePartQualifierR2 POPUL
public static final V3EntityNamePartQualifierR2 SCI
public static final V3EntityNamePartQualifierR2 STR
public static final V3EntityNamePartQualifierR2 TIME
public static final V3EntityNamePartQualifierR2 TMK
public static final V3EntityNamePartQualifierR2 USE
public static final V3EntityNamePartQualifierR2 SFX
public static final V3EntityNamePartQualifierR2 TITLESTYLES
public static final V3EntityNamePartQualifierR2 AC
public static final V3EntityNamePartQualifierR2 HON
public static final V3EntityNamePartQualifierR2 NB
public static final V3EntityNamePartQualifierR2 PR
public static final V3EntityNamePartQualifierR2 NULL
public static V3EntityNamePartQualifierR2[] values()
for (V3EntityNamePartQualifierR2 c : V3EntityNamePartQualifierR2.values()) System.out.println(c);
public static V3EntityNamePartQualifierR2 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 V3EntityNamePartQualifierR2 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.