This page is part of the Personal Health Device FHIR IG (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). 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\"><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 "1.0.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-25"^^xsd:date];
fhir:CodeSystem.publisher [ fhir:value "HL7 International - Health Care Devices Work Group"];
fhir:CodeSystem.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/healthcaredevices" ] ]
];
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.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ] ]
];
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
fhir:CodeSystem.hierarchyMeaning [ fhir:value "grouped-by"];
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.