ImplantableDeviceUser
An Implantable Device User
Fields
implantable_device
· ImplantableDevice
· Details of the Implantable Device. implantable_device_id
· ID
· Unique identifier for the associated Implantable Device record. Used By
Definition
"""An Implantable Device User"""type ImplantableDeviceUser { """ A boolean value representing if the Implantable Device is currently active. """ active: Boolean
""" Unique identifier for the Implantable Device User connection record. """ id: ID
""" Details of the Implantable Device. """ implantable_device: ImplantableDevice
""" Unique identifier for the associated Implantable Device record. """ implantable_device_id: ID
""" User provided name for the Implantable Device. """ name: String
""" Recorded UDI for this associated Implantable Device User record. """ udi: String
""" User associated with the Implantable Device, including all User details. """ user: User
""" Unique identifier for the associated User record. """ user_id: ID}