This page is part of the Personal Health Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "ContinuaDeviceIdentifiers"]; fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"; fhir:index 0; fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem> ] ]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ContinuaDeviceIdentifiers</h2><div><p>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.</p>\n</div><p>This code system http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers defines the following codes:</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:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/phd/CodeSystem/ContinuaDeviceIdentifiers"]; fhir:CodeSystem.version [ fhir:value "0.3.0"]; fhir:CodeSystem.name [ fhir:value "ContinuaDeviceIdentifiers"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2018-11-25T00:00:00+11:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "Health Level Seven International (Health Care Devices Work Group)"]; fhir:CodeSystem.description [ fhir: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."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "SYSID" ]; fhir:CodeSystem.concept.display [ fhir:value "IEEE 11073 System Identifier" ]; fhir:CodeSystem.concept.definition [ fhir:value "This code indicates that the identifier is the IEEE 11073 SystemId from the equivalent of the System-Id attribute" ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "BTMAC" ]; fhir:CodeSystem.concept.display [ fhir:value "Bluetooth MAC address" ]; fhir:CodeSystem.concept.definition [ fhir:value "This code indicates that the identifier is the Bluetooth MAC address, either classic or low energy" ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "ETHMAC" ]; fhir:CodeSystem.concept.display [ fhir:value "Ethernet MAC address" ]; fhir:CodeSystem.concept.definition [ fhir:value "This code indicates that the identifier is the Ethernet MAC address" ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "USB" ]; fhir:CodeSystem.concept.display [ fhir:value "USB PID and VID designators" ]; fhir:CodeSystem.concept.definition [ fhir:value "This code indicates that the identifier is the USB Pid and Vid values" ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "ZIGBEE" ]; fhir:CodeSystem.concept.display [ fhir:value "ZigBee MAC address" ]; fhir:CodeSystem.concept.definition [ fhir:value "This code indicates that the identifier is the ZigBee MAC address" ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.