UniqueDeviceIdentifier
UniqueDeviceIdentifier object
Fields
assigning_authority   
·  String     · The assigning authority for the device code  device_code   
·  String     · The device code  display_name   
·  String     · The display name for the device code  scoping_entity   
·  String     · The scoping entity for the device code  Used By
Definition
"""UniqueDeviceIdentifier object"""type UniqueDeviceIdentifier {  """  The assigning authority for the device code  """  assigning_authority: String
  """  The device code  """  device_code: String
  """  The display name for the device code  """  display_name: String
  """  The unique identifier of the identifier  """  id: ID!
  """  The scoping entity for the device code  """  scoping_entity: String
  """  The UDI code for the device  """  udi_code: String}