public enum IdentifierTypeCodesEnum extends Enum<IdentifierTypeCodesEnum>
| Enum Constant and Description |
|---|
BRN
Code Value: BRN
|
DL
Code Value: DL
|
DR
Code Value: DR
|
EN
Code Value: EN
|
FILLER_IDENTIFIER
Display: Filler Identifier
Code Value: FILL The Identifier associated with the person, or service, who produces the observations or fulfills the order requested by the requestor. |
MCN
Code Value: MCN
|
MD
Code Value: MD
|
MR
Code Value: MR
|
NIIP
Code Value: NIIP
|
PLACER_IDENTIFIER
Display: Placer Identifier
Code Value: PLAC The identifier associated with the person or service that requests or places an order. |
PPN
Code Value: PPN
|
PRN
Code Value: PRN
|
SERIAL_NUMBER
Display: Serial Number
Code Value: SNO An identifier affixed to an item by the manufacturer when it is first made, where each item has a different identifier. |
SOCIAL_BENEFICIARY_IDENTIFIER
Display: Social Beneficiary Identifier
Code Value: SB An identifier issued by a governmental organization to an individual for the purpose of the receipt of social services and benefits. |
TAX
Code Value: TAX
|
UNIVERSAL_DEVICE_IDENTIFIER
Display: Universal Device Identifier
Code Value: UDI A identifier assigned to a device using the Universal Device Identifier framework as defined by FDA (http://www.fda.gov/MedicalDevices/DeviceRegulationandGuidance/UniqueDeviceIdentification/). |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<IdentifierTypeCodesEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
Identifier Type Codes
|
| Modifier and Type | Method and Description |
|---|---|
static IdentifierTypeCodesEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static IdentifierTypeCodesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierTypeCodesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentifierTypeCodesEnum UNIVERSAL_DEVICE_IDENTIFIER
public static final IdentifierTypeCodesEnum SERIAL_NUMBER
public static final IdentifierTypeCodesEnum SOCIAL_BENEFICIARY_IDENTIFIER
public static final IdentifierTypeCodesEnum PLACER_IDENTIFIER
public static final IdentifierTypeCodesEnum FILLER_IDENTIFIER
public static final IdentifierTypeCodesEnum DL
public static final IdentifierTypeCodesEnum PPN
public static final IdentifierTypeCodesEnum BRN
public static final IdentifierTypeCodesEnum MR
public static final IdentifierTypeCodesEnum MCN
public static final IdentifierTypeCodesEnum EN
public static final IdentifierTypeCodesEnum TAX
public static final IdentifierTypeCodesEnum NIIP
public static final IdentifierTypeCodesEnum PRN
public static final IdentifierTypeCodesEnum MD
public static final IdentifierTypeCodesEnum DR
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<IdentifierTypeCodesEnum> VALUESET_BINDER
public static IdentifierTypeCodesEnum[] values()
for (IdentifierTypeCodesEnum c : IdentifierTypeCodesEnum.values()) System.out.println(c);
public static IdentifierTypeCodesEnum 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 IdentifierTypeCodesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.