public enum IdentifierType extends Enum<IdentifierType>
| Enum Constant and Description |
|---|
FILL
The Identifier associated with the person, or service, who produces the observations or fulfills the order requested by the requestor.
|
NULL
added to help the parsers
|
PLAC
The identifier associated with the person or service that requests or places an order.
|
SB
An identifier issued by a governmental organization to an individual for the purpose of the receipt of social services and benefits.
|
SNO
An identifier affixed to an item by the manufacturer when it is first made, where each item has a different identifier.
|
UDI
An 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 | Method and Description |
|---|---|
static IdentifierType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static IdentifierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentifierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentifierType UDI
public static final IdentifierType SNO
public static final IdentifierType SB
public static final IdentifierType PLAC
public static final IdentifierType FILL
public static final IdentifierType NULL
public static IdentifierType[] values()
for (IdentifierType c : IdentifierType.values()) System.out.println(c);
public static IdentifierType 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 IdentifierType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.