Enum IdentifierType

java.lang.Object
java.lang.Enum<IdentifierType>
org.hl7.fhir.dstu3.model.codesystems.IdentifierType
All Implemented Interfaces:
Serializable, Comparable<IdentifierType>

public enum IdentifierType extends Enum<IdentifierType>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    The Identifier associated with the person, or service, who produces the observations or fulfills the order requested by the requestor.
    added to help the parsers
    The identifier associated with the person or service that requests or places an order.
    An identifier issued by a governmental organization to an individual for the purpose of the receipt of social services and benefits.
    An identifier affixed to an item by the manufacturer when it is first made, where each item has a different identifier.
    A identifier assigned to a device using the Universal Device Identifier framework as defined by FDA (http://www.fda.gov/MedicalDevices/DeviceRegulationandGuidance/UniqueDeviceIdentification/).
  • Method Summary

    Modifier and Type
    Method
    Description
    fromCode(String codeString)
     
     
     
     
     
    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
  • Enum Constant Details

    • UDI

      public static final IdentifierType UDI
      A identifier assigned to a device using the Universal Device Identifier framework as defined by FDA (http://www.fda.gov/MedicalDevices/DeviceRegulationandGuidance/UniqueDeviceIdentification/).
    • SNO

      public static final IdentifierType SNO
      An identifier affixed to an item by the manufacturer when it is first made, where each item has a different identifier.
    • SB

      public static final IdentifierType SB
      An identifier issued by a governmental organization to an individual for the purpose of the receipt of social services and benefits.
    • PLAC

      public static final IdentifierType PLAC
      The identifier associated with the person or service that requests or places an order.
    • FILL

      public static final IdentifierType FILL
      The Identifier associated with the person, or service, who produces the observations or fulfills the order requested by the requestor.
    • NULL

      public static final IdentifierType NULL
      added to help the parsers
  • Method Details

    • values

      public static IdentifierType[] 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

      public static IdentifierType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • fromCode

      public static IdentifierType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
      Throws:
      org.hl7.fhir.exceptions.FHIRException
    • toCode

      public String toCode()
    • getSystem

      public String getSystem()
    • getDefinition

    • getDisplay

      public String getDisplay()