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 System Id Identifier - XML Representation

Draft as of 2018-11-25

Raw xml | Download



<ValueSet xmlns="http://hl7.org/fhir">
  <id value="DeviceSystemIdIdentifier"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/>
  </meta>
  <text>
    <status value="extensions"/>
    <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-SYSID">SYSID</a></td><td style="color: #cccccc">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></table></li></ul></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="dev"/>
  </extension>
  <url value="http://hl7.org/fhir/uv/phd/ValueSet/DeviceSystemIdIdentifier"/>
  <version value="1.1.0"/>
  <name value="DeviceSystemIdIdentifier"/>
  <title value="Device System Id Identifier"/>
  <status value="draft"/>
  <experimental value="false"/>
  <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="ValueSet for the Codes describing the type of device identifier, such as a system id or Bluetooth address."/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
    </coding>
  </jurisdiction>
  <compose>
    <include>
      <system
              value="http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers"/>
      <concept>
        <code value="SYSID"/>
      </concept>
    </include>
  </compose>
</ValueSet>