This page is part of the Personal Health Device FHIR IG (v1.1.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2018-11-25 |
{
"resourceType" : "ValueSet",
"id" : "DeviceTransportIdentifiers",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet DeviceTransportIdentifiers</b></p><a name=\"DeviceTransportIdentifiers\"> </a><a name=\"hcDeviceTransportIdentifiers\"> </a><a name=\"DeviceTransportIdentifiers-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-ContinuaDeviceIdentifiers.html\"><code>http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-ContinuaDeviceIdentifiers.html#ContinuaDeviceIdentifiers-BTMAC\">BTMAC</a></td><td style=\"color: #cccccc\">Bluetooth MAC address</td><td>This code indicates that the identifier is the Bluetooth MAC address, either classic or low energy</td></tr><tr><td><a href=\"CodeSystem-ContinuaDeviceIdentifiers.html#ContinuaDeviceIdentifiers-USB\">USB</a></td><td style=\"color: #cccccc\">USB PID and VID designators</td><td>This code indicates that the identifier is the USB Pid and Vid values</td></tr><tr><td><a href=\"CodeSystem-ContinuaDeviceIdentifiers.html#ContinuaDeviceIdentifiers-ZIGBEE\">ZIGBEE</a></td><td style=\"color: #cccccc\">ZigBee MAC address</td><td>This code indicates that the identifier is the ZigBee MAC address</td></tr></table></li></ul></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "dev"
}
],
"url" : "http://hl7.org/fhir/uv/phd/ValueSet/DeviceTransportIdentifiers",
"version" : "1.1.0",
"name" : "DeviceTransportIdentifiers",
"title" : "Device Transport Address Identifiers",
"status" : "active",
"experimental" : false,
"date" : "2018-11-25",
"publisher" : "HL7 International / Health Care Devices",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/healthcaredevices"
}
]
}
],
"description" : "ValueSet for the Codes describing the type of device transport identifier, such the Bluetooth address.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers",
"concept" : [
{
"code" : "BTMAC"
},
{
"code" : "USB"
},
{
"code" : "ZIGBEE"
}
]
}
]
}
}