Package ca.uhn.fhir.model.dstu2.valueset
Enum IdentifierTypeCodesEnum
- All Implemented Interfaces:
Serializable
,Comparable<IdentifierTypeCodesEnum>
-
Enum Constant Summary
Enum ConstantDescriptionCode Value: BRNCode Value: DLCode Value: DRCode Value: ENDisplay: 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.Code Value: MCNCode Value: MDCode Value: MRCode Value: NIIPDisplay: Placer Identifier
Code Value: PLAC The identifier associated with the person or service that requests or places an order.Code Value: PPNCode Value: PRNDisplay: 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.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.Code Value: TAXDisplay: 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/). -
Field Summary
Modifier and TypeFieldDescriptionstatic final ca.uhn.fhir.model.api.IValueSetEnumBinder
<IdentifierTypeCodesEnum> Converts codes to their respective enumerated valuesstatic final String
Identifier for this Value Set:static final String
Name for this Value Set: Identifier Type Codes -
Method Summary
Modifier and TypeMethodDescriptionstatic IdentifierTypeCodesEnum
Returns the enumerated value associated with this codegetCode()
Returns the code associated with this enumerated valueReturns the code system associated with this enumerated valuestatic IdentifierTypeCodesEnum
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.
-
Enum Constant Details
-
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/). -
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. -
PLACER_IDENTIFIER
Display: Placer Identifier
Code Value: PLAC The identifier associated with the person or service that requests or places an order. -
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. -
DL
Code Value: DL -
PPN
Code Value: PPN -
BRN
Code Value: BRN -
MR
Code Value: MR -
MCN
Code Value: MCN -
EN
Code Value: EN -
TAX
Code Value: TAX -
NIIP
Code Value: NIIP -
PRN
Code Value: PRN -
MD
Code Value: MD -
DR
Code Value: DR
-
-
Field Details
-
VALUESET_IDENTIFIER
Identifier for this Value Set:- See Also:
-
VALUESET_NAME
Name for this Value Set: Identifier Type Codes- See Also:
-
VALUESET_BINDER
public static final ca.uhn.fhir.model.api.IValueSetEnumBinder<IdentifierTypeCodesEnum> VALUESET_BINDERConverts codes to their respective enumerated values
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
Returns the code associated with this enumerated value -
getSystem
Returns the code system associated with this enumerated value -
forCode
Returns the enumerated value associated with this code
-