OBJECT

UniqueDeviceIdentifier

UniqueDeviceIdentifier object

link GraphQL Schema definition

  • 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
  • }