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

: HearingAidProperty Code System - TTL Representation

Active as of 2023-08-01

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:Resource.id [ fhir:value "HearingAidProperty"]; # 
  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/HearingAidProperty</code> 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\">property-set<a name=\"HearingAidProperty-property-set\"> </a></td><td>Hearing Aid Property Set</td><td>Code for the “parent” Observation to reference a set of component Observations.</td></tr><tr><td style=\"white-space:nowrap\">mute-status<a name=\"HearingAidProperty-mute-status\"> </a></td><td>Mute Status</td><td>Code for Observation containing mute status of the hearing aid. In Device this is represented by statusReason=paused.</td></tr><tr><td style=\"white-space:nowrap\">main-volume<a name=\"HearingAidProperty-main-volume\"> </a></td><td>Volume</td><td>Main volume setting of the hearing aid</td></tr><tr><td style=\"white-space:nowrap\">main-program<a name=\"HearingAidProperty-main-program\"> </a></td><td>Selected Program</td><td>Main program setting of the hearing aid</td></tr><tr><td style=\"white-space:nowrap\">time-since-boot<a name=\"HearingAidProperty-time-since-boot\"> </a></td><td>Time Since Boot</td><td>Time since last boot in seconds.</td></tr><tr><td style=\"white-space:nowrap\">total-usage-time<a name=\"HearingAidProperty-total-usage-time\"> </a></td><td>Total Usage Time</td><td>Total time device has been used in seconds.</td></tr><tr><td style=\"white-space:nowrap\">signal-noise-ratio<a name=\"HearingAidProperty-signal-noise-ratio\"> </a></td><td>Signal to Noise Ratio</td><td>Signal to Noise Ratio Estimator.</td></tr><tr><td style=\"white-space:nowrap\">noise-level<a name=\"HearingAidProperty-noise-level\"> </a></td><td>Noise Level</td><td>Noise Level Estimator.</td></tr><tr><td style=\"white-space:nowrap\">broadband-level<a name=\"HearingAidProperty-broadband-level\"> </a></td><td>Broadband Level</td><td>Broadband Level Estimator</td></tr><tr><td style=\"white-space:nowrap\">rel-location<a name=\"HearingAidProperty-rel-location\"> </a></td><td>Relative Location</td><td>Location relative to a specified home zone</td></tr></table></div>"
  ]; # 
  fhir:CodeSystem.url [ fhir:value "https://smart-bear.eu/fhir/CodeSystem/HearingAidProperty"]; # 
  fhir:CodeSystem.version [ fhir:value "0.3.2"]; # 
  fhir:CodeSystem.name [ fhir:value "HearingAidProperty"]; # 
  fhir:CodeSystem.title [ fhir:value "HearingAidProperty Code System"]; # 
  fhir:CodeSystem.status [ fhir:value "active"]; # 
  fhir:CodeSystem.date [ fhir:value "2023-08-01T11:22:15+02:00"^^xsd:dateTime]; # 
  fhir:CodeSystem.description [ fhir:value "HearingAidProperty vocabolary"]; # 
  fhir:CodeSystem.content [ fhir:value "complete"]; # 
  fhir:CodeSystem.count [ fhir:value "10"^^xsd:nonNegativeInteger]; # 
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "property-set" ];
     fhir:CodeSystem.concept.display [ fhir:value "Hearing Aid Property Set" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Code for the “parent” Observation to reference a set of component Observations." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "mute-status" ];
     fhir:CodeSystem.concept.display [ fhir:value "Mute Status" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Code for Observation containing mute status of the hearing aid. In Device this is represented by statusReason=paused." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "main-volume" ];
     fhir:CodeSystem.concept.display [ fhir:value "Volume" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Main volume setting of the hearing aid" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "main-program" ];
     fhir:CodeSystem.concept.display [ fhir:value "Selected Program" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Main program setting of the hearing aid" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "time-since-boot" ];
     fhir:CodeSystem.concept.display [ fhir:value "Time Since Boot" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Time since last boot in seconds." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "total-usage-time" ];
     fhir:CodeSystem.concept.display [ fhir:value "Total Usage Time" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Total time device has been used in seconds." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "signal-noise-ratio" ];
     fhir:CodeSystem.concept.display [ fhir:value "Signal to Noise Ratio" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Signal to Noise Ratio Estimator." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "noise-level" ];
     fhir:CodeSystem.concept.display [ fhir:value "Noise Level" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Noise Level Estimator." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "broadband-level" ];
     fhir:CodeSystem.concept.display [ fhir:value "Broadband Level" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Broadband Level Estimator" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "rel-location" ];
     fhir:CodeSystem.concept.display [ fhir:value "Relative Location" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Location relative to a specified home zone" ]
  ]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.