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

: ContinuaDeviceIdentifiers - XML Representation

Draft as of 2018-11-25

Raw xml | Download



<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="ContinuaDeviceIdentifiers"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablecodesystem"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers</code> defines the following codes in a Grouped By hierarchy:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style="white-space:nowrap">SYSID<a name="ContinuaDeviceIdentifiers-SYSID"> </a></td><td>IEEE 11073 System Identifier</td><td>This code indicates that the identifier is the IEEE 11073 SystemId from the equivalent of the System-Id attribute</td></tr><tr><td style="white-space:nowrap">BTMAC<a name="ContinuaDeviceIdentifiers-BTMAC"> </a></td><td>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 style="white-space:nowrap">ETHMAC<a name="ContinuaDeviceIdentifiers-ETHMAC"> </a></td><td>Ethernet MAC address</td><td>This code indicates that the identifier is the Ethernet MAC address</td></tr><tr><td style="white-space:nowrap">USB<a name="ContinuaDeviceIdentifiers-USB"> </a></td><td>USB PID and VID designators</td><td>This code indicates that the identifier is the USB Pid and Vid values</td></tr><tr><td style="white-space:nowrap">ZIGBEE<a name="ContinuaDeviceIdentifiers-ZIGBEE"> </a></td><td>ZigBee MAC address</td><td>This code indicates that the identifier is the ZigBee MAC address</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="dev"/>
  </extension>
  <url
       value="http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers"/>
  <version value="1.1.0"/>
  <name value="ContinuaDeviceIdentifiers"/>
  <title value="Continua Device Identifiers"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2018-11-25"/>
  <publisher value="HL7 International / Health Care Devices"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/healthcaredevices"/>
    </telecom>
  </contact>
  <description
               value="Codes used to describe the Device (PHD or PHG) Identifiers, such as the system id or Bluetooth Address. More codes maybe added to this list in the future."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <hierarchyMeaning value="grouped-by"/>
  <content value="complete"/>
  <count value="5"/>
  <concept>
    <code value="SYSID"/>
    <display value="IEEE 11073 System Identifier"/>
    <definition
                value="This code indicates that the identifier is the IEEE 11073 SystemId from the equivalent of the System-Id attribute"/>
  </concept>
  <concept>
    <code value="BTMAC"/>
    <display value="Bluetooth MAC address"/>
    <definition
                value="This code indicates that the identifier is the Bluetooth MAC address, either classic or low energy"/>
  </concept>
  <concept>
    <code value="ETHMAC"/>
    <display value="Ethernet MAC address"/>
    <definition
                value="This code indicates that the identifier is the Ethernet MAC address"/>
  </concept>
  <concept>
    <code value="USB"/>
    <display value="USB PID and VID designators"/>
    <definition
                value="This code indicates that the identifier is the USB Pid and Vid values"/>
  </concept>
  <concept>
    <code value="ZIGBEE"/>
    <display value="ZigBee MAC address"/>
    <definition
                value="This code indicates that the identifier is the ZigBee MAC address"/>
  </concept>
</CodeSystem>