Smart Bear Implementation Guide
0.3.2 - ci-build
Smart Bear Implementation Guide - Local Development build (v0.3.2). See the Directory of published versions
Active as of 2023-11-21 |
@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 "SBDeviceType"]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://smart-bear.eu/fhir/CodeSystem/SBDeviceType</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"SBDeviceType-1\"> </a></td><td>Smartphone</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"SBDeviceType-2\"> </a></td><td>Smartwatch</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"SBDeviceType-3\"> </a></td><td>Smart Blood Pressure</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"SBDeviceType-4\"> </a></td><td>Smart scale</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"SBDeviceType-5\"> </a></td><td>Smart Hearing aids - Left</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"SBDeviceType-6\"> </a></td><td>Smart Hearing aids - Right</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"SBDeviceType-7\"> </a></td><td>Smart Thermometer</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"SBDeviceType-8\"> </a></td><td>Smart Oximeter</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"SBDeviceType-9\"> </a></td><td>Smart Bulb E27/14</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"SBDeviceType-10\"> </a></td><td>Hue Motion Sensor</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"SBDeviceType-11\"> </a></td><td>Aqara Sensor Bedroom</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"SBDeviceType-12\"> </a></td><td>Aqara Sensor Living Room</td></tr><tr><td style=\"white-space:nowrap\">21<a name=\"SBDeviceType-21\"> </a></td><td>HoloBalance device</td></tr><tr><td style=\"white-space:nowrap\">22<a name=\"SBDeviceType-22\"> </a></td><td>Smart4Health device</td></tr></table></div>"
]; #
fhir:CodeSystem.url [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/SBDeviceType"]; #
fhir:CodeSystem.version [ fhir:value "0.3.2"]; #
fhir:CodeSystem.name [ fhir:value "SBDeviceType"]; #
fhir:CodeSystem.title [ fhir:value "Smart Bear Device Type Code"]; #
fhir:CodeSystem.status [ fhir:value "active"]; #
fhir:CodeSystem.date [ fhir:value "2023-11-21T12:52:40+01:00"^^xsd:dateTime]; #
fhir:CodeSystem.description [ fhir:value "Smart Bear Device Type Code"]; #
fhir:CodeSystem.content [ fhir:value "complete"]; #
fhir:CodeSystem.count [ fhir:value "14"^^xsd:nonNegativeInteger]; #
fhir:CodeSystem.concept [
fhir:index 0;
fhir:CodeSystem.concept.code [ fhir:value "1" ];
fhir:CodeSystem.concept.display [ fhir:value "Smartphone" ]
], [
fhir:index 1;
fhir:CodeSystem.concept.code [ fhir:value "2" ];
fhir:CodeSystem.concept.display [ fhir:value "Smartwatch" ]
], [
fhir:index 2;
fhir:CodeSystem.concept.code [ fhir:value "3" ];
fhir:CodeSystem.concept.display [ fhir:value "Smart Blood Pressure" ]
], [
fhir:index 3;
fhir:CodeSystem.concept.code [ fhir:value "4" ];
fhir:CodeSystem.concept.display [ fhir:value "Smart scale" ]
], [
fhir:index 4;
fhir:CodeSystem.concept.code [ fhir:value "5" ];
fhir:CodeSystem.concept.display [ fhir:value "Smart Hearing aids - Left" ]
], [
fhir:index 5;
fhir:CodeSystem.concept.code [ fhir:value "6" ];
fhir:CodeSystem.concept.display [ fhir:value "Smart Hearing aids - Right" ]
], [
fhir:index 6;
fhir:CodeSystem.concept.code [ fhir:value "7" ];
fhir:CodeSystem.concept.display [ fhir:value "Smart Thermometer" ]
], [
fhir:index 7;
fhir:CodeSystem.concept.code [ fhir:value "8" ];
fhir:CodeSystem.concept.display [ fhir:value "Smart Oximeter" ]
], [
fhir:index 8;
fhir:CodeSystem.concept.code [ fhir:value "9" ];
fhir:CodeSystem.concept.display [ fhir:value "Smart Bulb E27/14" ]
], [
fhir:index 9;
fhir:CodeSystem.concept.code [ fhir:value "10" ];
fhir:CodeSystem.concept.display [ fhir:value "Hue Motion Sensor" ]
], [
fhir:index 10;
fhir:CodeSystem.concept.code [ fhir:value "11" ];
fhir:CodeSystem.concept.display [ fhir:value "Aqara Sensor Bedroom" ]
], [
fhir:index 11;
fhir:CodeSystem.concept.code [ fhir:value "12" ];
fhir:CodeSystem.concept.display [ fhir:value "Aqara Sensor Living Room" ]
], [
fhir:index 12;
fhir:CodeSystem.concept.code [ fhir:value "21" ];
fhir:CodeSystem.concept.display [ fhir:value "HoloBalance device" ]
], [
fhir:index 13;
fhir:CodeSystem.concept.code [ fhir:value "22" ];
fhir:CodeSystem.concept.display [ fhir:value "Smart4Health device" ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2021+ . Package smartbear#0.3.2 based on FHIR 4.0.1. Generated 2023-11-21
Links: Table of Contents |
QA Report