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 - JSON Representation

Draft as of 2018-11-25

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "DeviceSystemIdIdentifier",
  "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-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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "dev"
    }
  ],
  "url" : "http://hl7.org/fhir/uv/phd/ValueSet/DeviceSystemIdIdentifier",
  "version" : "1.1.0",
  "name" : "DeviceSystemIdIdentifier",
  "title" : "Device System Id Identifier",
  "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 identifier, such as a system id or 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" : "SYSID"
          }
        ]
      }
    ]
  }
}