FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: NamingSystem/usb-address-identifier

Packagehl7.terminology
Resource TypeNamingSystem
Idusb-address-identifier
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/NamingSystem-usb-address-identifier.html
URLhttp://terminology.hl7.org/NamingSystem/usb-address-identifier
Version1.0.0
Statusactive
Date2021-06-14T00:00:00-00:00
NameUSB_Address_Identifier
TitleUSB VID and PID as a device identifier
Realmuv
Authorityhl7
DescriptionA USB device that is plugged in identifies itself by its VID/PID combination. A VID is a 16-bit vendor number (Vendor ID). A PID is a 16-bit product number (Product ID). A host uses the VID/PID combination to find the drivers (if any) that are to be used for the USB device. For this to work, the VID/PID combination must be unique, in the sense that each USB device with the same VID/PID will use the same driver. So, whenever you need a specific driver for your USB product, you will need a unique VID/PID for that product. In that sense, the VID/PID combination does not really serve as a truly unique identifier of a single device instance. It is, however, useful to know for medical devices that communicate using USB.
Kindidentifier

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: NamingSystem usb-address-identifier

Summary

Defining URLhttp://terminology.hl7.org/NamingSystem/usb-address-identifier
Version1.0.0
NameUSB_Address_Identifier
TitleUSB VID and PID as a device identifier
Statusactive
Definition

A USB device that is plugged in identifies itself by its VID/PID combination. A VID is a 16-bit vendor number (Vendor ID). A PID is a 16-bit product number (Product ID). A host uses the VID/PID combination to find the drivers (if any) that are to be used for the USB device. For this to work, the VID/PID combination must be unique, in the sense that each USB device with the same VID/PID will use the same driver. So, whenever you need a specific driver for your USB product, you will need a unique VID/PID for that product. In that sense, the VID/PID combination does not really serve as a truly unique identifier of a single device instance. It is, however, useful to know for medical devices that communicate using USB.

PublisherIHE Patient Care Devices (PCD)

Identifiers

TypeValuePreferredComment
URIhttp://hl7.org/fhir/sid/usbtrueUSB VID (Vendor identifier) and PID (Product identifier) values

Source

{
  "resourceType": "NamingSystem",
  "id": "usb-address-identifier",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/NamingSystem/usb-address-identifier",
  "version": "1.0.0",
  "name": "USB_Address_Identifier",
  "title": "USB VID and PID as a device identifier",
  "status": "active",
  "kind": "identifier",
  "date": "2021-06-14T00:00:00-00:00",
  "publisher": "IHE Patient Care Devices (PCD)",
  "contact": [
    {
      "name": "Devices on FHIR working group; IHE Patient Care Devices"
    }
  ],
  "responsible": "IHE Patient Care Devices",
  "description": "A USB device that is plugged in identifies itself by its VID/PID combination. A VID is a 16-bit vendor number (Vendor ID). A PID is a 16-bit product number (Product ID). A host uses the VID/PID combination to find the drivers (if any) that are to be used for the USB device. For this to work, the VID/PID combination must be unique, in the sense that each USB device with the same VID/PID will use the same driver. So, whenever you need a specific driver for your USB product, you will need a unique VID/PID for that product. In that sense, the VID/PID combination does not really serve as a truly unique identifier of a single device instance. It is, however, useful to know for medical devices that communicate using USB.",
  "uniqueId": [
    {
      "type": "uri",
      "value": "http://hl7.org/fhir/sid/usb",
      "preferred": true,
      "comment": "USB VID (Vendor identifier) and PID (Product identifier) values"
    }
  ]
}