public enum V3EntityNamePartQualifier extends Enum<V3EntityNamePartQualifier>
| Enum Constant and Description |
|---|
_ORGANIZATIONNAMEPARTQUALIFIER
OrganizationNamePartQualifier
|
_PERSONNAMEPARTAFFIXTYPES
PersonNamePartAffixTypes
|
_PERSONNAMEPARTCHANGEQUALIFIER
PersonNamePartChangeQualifier
|
_PERSONNAMEPARTMISCQUALIFIER
PersonNamePartMiscQualifier
|
_PERSONNAMEPARTQUALIFIER
PersonNamePartQualifier
|
AC
Indicates that a prefix like "Dr." or a suffix like "M.D." or "Ph.D." is an academic title.
|
AD
The name the person was given at the time of adoption.
|
BR
A name that a person had shortly after being born.
|
CL
A callme name is (usually a given name) that is preferred when a person is directly addressed.
|
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.
|
IN
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
For organizations a suffix indicating the legal status, e.g., "Inc.", "Co.", "AG", "GmbH", "B.V." "S.A.", "Ltd." etc.
|
NB
In Europe and Asia, there are still people with nobility titles (aristocrats).
|
NULL
added to help the parsers
|
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
Primarily in the British Imperial culture people tend to have an abbreviation of their professional organization as part of their credential suffices.
|
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.
|
SP
The name assumed from the partner in a marital relationship (hence the "SP").
|
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"
|
TITLE
Indicates that a prefix or a suffix is a title that applies to the whole name, not just the adjacent name part.
|
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.
|
VV
A Dutch "voorvoegsel" is something like "van" or "de" that might have indicated nobility in the past but no longer so.
|
| Modifier and Type | Method and Description |
|---|---|
static V3EntityNamePartQualifier |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3EntityNamePartQualifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3EntityNamePartQualifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3EntityNamePartQualifier _ORGANIZATIONNAMEPARTQUALIFIER
public static final V3EntityNamePartQualifier AC
public static final V3EntityNamePartQualifier AD
public static final V3EntityNamePartQualifier BR
public static final V3EntityNamePartQualifier CL
public static final V3EntityNamePartQualifier IN
public static final V3EntityNamePartQualifier LS
public static final V3EntityNamePartQualifier NB
public static final V3EntityNamePartQualifier PR
public static final V3EntityNamePartQualifier SP
public static final V3EntityNamePartQualifier TITLE
public static final V3EntityNamePartQualifier VV
public static final V3EntityNamePartQualifier PHARMACEUTICALENTITYNAMEPARTQUALIFIERS
public static final V3EntityNamePartQualifier CON
public static final V3EntityNamePartQualifier DEV
public static final V3EntityNamePartQualifier FLAV
public static final V3EntityNamePartQualifier FORMUL
public static final V3EntityNamePartQualifier FRM
public static final V3EntityNamePartQualifier INV
public static final V3EntityNamePartQualifier POPUL
public static final V3EntityNamePartQualifier SCI
public static final V3EntityNamePartQualifier STR
public static final V3EntityNamePartQualifier TIME
public static final V3EntityNamePartQualifier TMK
public static final V3EntityNamePartQualifier USE
public static final V3EntityNamePartQualifier _PERSONNAMEPARTQUALIFIER
public static final V3EntityNamePartQualifier _PERSONNAMEPARTAFFIXTYPES
public static final V3EntityNamePartQualifier _PERSONNAMEPARTCHANGEQUALIFIER
public static final V3EntityNamePartQualifier _PERSONNAMEPARTMISCQUALIFIER
public static final V3EntityNamePartQualifier NULL
public static V3EntityNamePartQualifier[] values()
for (V3EntityNamePartQualifier c : V3EntityNamePartQualifier.values()) System.out.println(c);
public static V3EntityNamePartQualifier 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 V3EntityNamePartQualifier 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.