FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/ContinuaDeviceIdentifiers

Packagehl7.fhir.uv.phd
TypeCodeSystem
IdContinuaDeviceIdentifiers
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phd/https://build.fhir.org/ig/HL7/phd/CodeSystem-ContinuaDeviceIdentifiers.html
URLhttp://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers
Version2.1.0
Statusactive
Date2018-11-25
NameContinuaDeviceIdentifiers
TitleContinua Device Identifiers
Realmuv
Authorityhl7
DescriptionCodes 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.
Contentcomplete

Resources that use this resource

ValueSet
MDCDeviceIdentifierTypesMDC Device Identifier Types

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem ContinuaDeviceIdentifiers

This case-sensitive code system http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers defines the following codes:

CodeDisplayDefinition
SYSID IEEE 11073 System IdentifierThis code indicates that the identifier is the IEEE 11073 SystemId from the equivalent of the System-Id attribute
BTMAC Bluetooth MAC addressThis code indicates that the identifier is the Bluetooth MAC address, either classic or low energy
ETHMAC Ethernet MAC addressThis code indicates that the identifier is the Ethernet MAC address
USB USB PID and VID designatorsThis code indicates that the (non-unique) identifier is the USB Pid and Vid values
ZIGBEE ZigBee MAC addressThis code indicates that the identifier is the ZigBee MAC address

Source

{
  "resourceType": "CodeSystem",
  "id": "ContinuaDeviceIdentifiers",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "dev"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/uv/phd/ImplementationGuide/hl7.fhir.uv.phd"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers",
  "version": "2.1.0",
  "name": "ContinuaDeviceIdentifiers",
  "title": "Continua Device 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": "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": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "SYSID",
      "display": "IEEE 11073 System Identifier",
      "definition": "This code indicates that the identifier is the IEEE 11073 SystemId from the equivalent of the System-Id attribute"
    },
    {
      "code": "BTMAC",
      "display": "Bluetooth MAC address",
      "definition": "This code indicates that the identifier is the Bluetooth MAC address, either classic or low energy"
    },
    {
      "code": "ETHMAC",
      "display": "Ethernet MAC address",
      "definition": "This code indicates that the identifier is the Ethernet MAC address"
    },
    {
      "code": "USB",
      "display": "USB PID and VID designators",
      "definition": "This code indicates that the (non-unique) identifier is the USB Pid and Vid values"
    },
    {
      "code": "ZIGBEE",
      "display": "ZigBee MAC address",
      "definition": "This code indicates that the identifier is the ZigBee MAC address"
    }
  ]
}