Enum IdentifierTypeCodesEnum

java.lang.Object
java.lang.Enum<IdentifierTypeCodesEnum>
ca.uhn.fhir.model.dstu2.valueset.IdentifierTypeCodesEnum
All Implemented Interfaces:
Serializable, Comparable<IdentifierTypeCodesEnum>

  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Code Value: BRN
    Code Value: DL
    Code Value: DR
    Code Value: EN
    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.
    Code Value: MCN
    Code Value: MD
    Code Value: MR
    Code Value: NIIP
    Display: Placer Identifier
    Code Value: PLAC The identifier associated with the person or service that requests or places an order.
    Code Value: PPN
    Code Value: PRN
    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.
    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: TAX
    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/).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ca.uhn.fhir.model.api.IValueSetEnumBinder<IdentifierTypeCodesEnum>
    Converts codes to their respective enumerated values
    static final String
    Identifier for this Value Set:
    static final String
    Name for this Value Set: Identifier Type Codes
  • Method Summary

    Modifier and Type
    Method
    Description
    forCode(String theCode)
    Returns the enumerated value associated with this code
    Returns the code associated with this enumerated value
    Returns the code system associated with this enumerated value
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait