OBJECT

ImplantableDevice

An implantable device

link GraphQL Schema definition

  • type ImplantableDevice {
  • # Brand name of the implantable device.
  • brand_name: String
  • # Name of the company that manufactures the implantable device.
  • company_name: String
  • # A string representation of the date/time when the device record was created in
  • # the database.
  • created_at: String
  • # A unique identifier assigned to the device.
  • device_id: String
  • # The agency that issued the device identifier.
  • device_id_issuing_agency: String
  • # Dun & Bradstreet number (DUNS number) is a unique nine-digit identifier for
  • # businesses.
  • duns_number: String
  • # Global Medical Device Nomenclature (GMDN) terms, a system of internationally
  • # agreed generic descriptors used to identify all medical device products.
  • gmdn_terms: String
  • # The unique identifier of the implantable device type
  • id: ID!
  • # Whether the device contains natural rubber latex or not.
  • labeled_contains_nrl: String
  • # Status of the device's safety in an MRI environment (e.g., safe, conditional,
  • # unsafe).
  • mri_safety_status: String
  • # Key of the device's public record.
  • public_device_record_key: String
  • # Date when the public version of the device record was created or updated.
  • public_version_date: String
  • # Version number of the public device record.
  • public_version_number: String
  • # Status of the public version of the device record (e.g., active, retired).
  • public_version_status: String
  • # A string representation of the date/time when the device record was last updated
  • # in the database.
  • updated_at: String
  • # Version or model number of the device.
  • version_model_number: String
  • }