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

Draft as of 2018-11-25

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ContinuaDeviceIdentifiers"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<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>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "dev" ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "ContinuaDeviceIdentifiers"] ; # 
  fhir:title [ fhir:v "Continua Device Identifiers"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2018-11-25"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Health Care Devices"] ; # 
  fhir:contact ( [
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/healthcaredevices" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "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."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:hierarchyMeaning [ fhir:v "grouped-by"] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "5"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "SYSID" ] ;
fhir:display [ fhir:v "IEEE 11073 System Identifier" ] ;
fhir:definition [ fhir:v "This code indicates that the identifier is the IEEE 11073 SystemId from the equivalent of the System-Id attribute" ]
  ] [
fhir:code [ fhir:v "BTMAC" ] ;
fhir:display [ fhir:v "Bluetooth MAC address" ] ;
fhir:definition [ fhir:v "This code indicates that the identifier is the Bluetooth MAC address, either classic or low energy" ]
  ] [
fhir:code [ fhir:v "ETHMAC" ] ;
fhir:display [ fhir:v "Ethernet MAC address" ] ;
fhir:definition [ fhir:v "This code indicates that the identifier is the Ethernet MAC address" ]
  ] [
fhir:code [ fhir:v "USB" ] ;
fhir:display [ fhir:v "USB PID and VID designators" ] ;
fhir:definition [ fhir:v "This code indicates that the identifier is the USB Pid and Vid values" ]
  ] [
fhir:code [ fhir:v "ZIGBEE" ] ;
fhir:display [ fhir:v "ZigBee MAC address" ] ;
fhir:definition [ fhir:v "This code indicates that the identifier is the ZigBee MAC address" ]
  ] ) . #