Personal Health Device Implementation Guide
1.1.0 - STU 1 International flag

Personal Health Device Implementation Guide, published by HL7 International / Health Care Devices. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/phd/ and changes regularly. See the Directory of published versions

: Device Transport Address Identifiers - JSON Representation

Draft as of 2018-11-25

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "DeviceTransportIdentifiers",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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" : "draft",
  "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"
          }
        ]
      }
    ]
  }
}