<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maria Ausilia Napoli-Spatafora</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Mathematics and Computer Science, University of Catania</institution>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Hearing loss is the partial or complete inability to detect sound in one or both ears. This disorder is very common and can be associated with other pathologic expressions. The hearing loss plays an important role in the life of individuals and it is defined as social problem because it is a communication barrier and language development impediment. The most common treatment for it is the hearing aid that makes sound audible to the people afected by an hearing loss. This contribution describes the first ontology about the hearing aids collecting all the existing knowledge on these medical devices.</p>
      </abstract>
      <kwd-group>
        <kwd>hearing loss</kwd>
        <kwd>hearing aid</kwd>
        <kwd>human ear</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Hearing impairment (or hearing loss) is a common sensory disorder that is defined as the partial
or complete inability to detect sound in one or both ears. This diverse pathology is associated
with a myriad of phenotypic expressions and afects adults and children. It is a communication
barrier and language development impediment. Therefore, it can have a huge efect on one’s
quality of life [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. Most of the time, the best treatment is the use of a hearing aid that is a device
designed to improve hearing by making sound audible to a person with hearing loss. Actually,
hearing aids are medical devices.
      </p>
      <p>
        Hotchkiss et al [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ] have released the first ontology about the hearing impairment called
Hearing Impairment Ontology (HIO)1. It is built around the central concept of ‘Hearing Impairment’.
The main class of HIO is ‘Hearing Impairment’ that defines the classification of this disease
from four points of views which are cause, ear afected, onset, and physiopathology mechanism.
HIO cites hearing aids as a treatment for hearing impairment without going into detail and
defines the cochlear implant as a diferent class. This choice can be considered semantically
correct since the cochlear implant is a medical device with the same goal of a hearing aid but
difers from it because of its functioning. This fact implicates that the hearing aid modelling
does not fit for the cochlear implant. For this reason, my contribution is a comprehensive
knowledge of only hearing aids from the point of view of commercial activities of these devices.
This work describes the Hearing Aid Ontology2 (HAO) that collects for the first time existing
knowledge of hearing aids and their manufacturing companies. HAO could be consulted by
CEUR
Workshop
Proceedings
everyone through a SPARQL endpoint or a web application.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Proposed Ontology</title>
      <p>The HAO is built around the central concept of ‘Hearing Aid’. The classes of the HAO reproduce
the technical characteristics of hearing aids. There are diferent types (i.e. ontology class Types)
which vary in size, placing and technology and each of them is a class:
• BAHA which stands for Bone Anchored Hearing Aid: it is a surgically implanted auditory
prosthetic based on bone conduction; it can not be surgically implanted temporarily.
• BTE which stands for Behind The Ear : it is one of two major classes of hearing aids. They
consist of a case that hangs behind the pinna.
• CROS which stands for Contralateral Routing Of Signals; it is a hearing aid that transmits
auditory information from one side of the head to the other side of the head. Candidates
include people who have poor word understanding on one side, no hearing on one side,
or who are not benefiting from a hearing aid on one side.
• Eyeglasses_Aids: sounds are transmitted via a receiver attached from the arm of the
spectacles which are fitted firmly behind the boney portion of the skull at the back of the
ear (mastoid process) by means of pressure applied on the arm of the spectacles.
• ITE which stands for In The Ear ; it is the other major class of hearing aids. These custom
devices fit in the outer ear bowl (called the concha) or inside the ear canal completely.</p>
      <p>Another main class is Configurations that contains configurations of each type of hearing
aids: for example, a BTE hearing aid can have or not the receiver in the canal, or an ITE hearing
aid can be completely hidden in the ear canal or not. All existing configurations are inserted as
individuals and for each type they are:
• BAHA configurations:</p>
      <p>– Surgical_Implant;
• BTE configurations:
– Softband or Headband (they are semantically the same thing and this fact is
mod</p>
      <p>elled in the ontology using the property owl:sameAs).
• CROS configurations:
– RIC which stands for Receiver In the Canal or RITE which stands for Receiver In</p>
      <p>The Ear (modeled as being essentially the same thing by means of the property
owl:sameAs);
– No-RIC or No-RITE (i.e., the counterpart of the previous).
– Air_Conduction_Cros: on the impaired side, a microphone is encased in a behind
the ear (BTE) styled case or a custom, in the ear (ITE) piece; the receiver is on the
other ear.
– BiCROS: this system is utilized in patients who have single sided deafness who also
have hearing loss in their better hearing ear; in addition to the configuration included
in the CROS system, the BiCROS includes microphones on the better hearing side
and both microphones are amplified and presented to the better hearing ear.
• Eyeglasses_Aids configuration is Bone_Conduction_Spectacles that means
spectacles of eyeglasses contains bone receiver.
• ITE configurations:
– ITC which stands for In The Canal;
– CIC which stands for Completely In the Canal;
– IIC which stands for Invisible In the Canal;
The ontology contains other individuals representing existing models of hearing aid produced
by diferent main manufacturers; each of them is an instance of the appropriate class and is
modeled using the following object/data properties:
• Object Properties:
– hasConfiguration which has Types as domain and Configurations as range; its</p>
      <p>inverse is isConfigurationOf;
– isDesignedFor which has Types as domain and {Adult, Child} as range; its</p>
      <p>inverse is hasDedicated;
– forHearingLossSeverity which has Types as domain and {Mild-Moderate,
Moderate</p>
      <p>Severe, Severe-Profound} as range; its inverse is canBeTreatedBy.
• Data Properties:
– hasConnectivity which has Types as domain and xsd:boolean as range;
– hasTelecoil which has Types as domain and xsd:boolean as range;
– hasWebSite which has Types as domain and xsd:string as range;
– isDigital which has Types as domain and xsd:boolean as range;
– isRechargeable which has Types as domain and xsd:boolean as range.</p>
      <p>The above-mentioned properties are useful to define some classes as existential restrictions.
Figure 1 gives an overview of the class hierarchy in HAO that will be described in detail (here
the name of the root class is the qualified name of the class Hearing Aid in the HIO from which
the proposed ontology is derived).</p>
      <p>The human ear perceives sound waves by air conduction and bone conduction and so hearing
aids are classified by the way of conduction. For this reason, there is the class Conduction that
has, as subclasses, the classes Air_Conduction (i.e., the outer ear directs sound waves from
the external environment to the tympanic membrane that transmits them to the inner ear by
the ossicular chain) and Bone_Conduction (i.e., sound can reach the inner ear by conduction
through the bones of the skull because it produces vibrations of the skull that are passed on the
inner ear). Air_Conduction and Bone_Conduction are disjoint classes.</p>
      <p>Another distinctive element for a hearing aid is whom will use it because some devices are
specifically designed for adults or children. This is modeled using the class Hearing_Aid_Designed_For
having as subclasses the classes Hearing_Aid_For_Adult and Hearing_Aid_For_Child.</p>
      <p>Hearing aids have various functionalities and currently, these can be grouped into three
main types i.e., connectivity, rechargeability, and telecoil. This is represented by the class
Hearing_Aid_Functionalities and its three subclasses Hearing_Aid_Connectivity (recent
hearing aids support connectivity because they can be fitted wireless and can receive sound
directly from TV, phones, and Bluetooth microphone/speaker), Hearing_Aid_Rechargeability
(the power alimentation can be zinc-air button battery or lithium rechargeable battery), and
Hearing_Aid_Telecoil (the signal inside the phone’s speaker is picked up by the hearing aid’s
telecoil i.e. a special loop of wire inside the hearing aid).</p>
      <p>Hearing aids can be classified by hearing loss severity too. For example, some of them
are not powerful enough for severe hearing loss. Three levels of severity of hearing loss are
indicated and they are Mild-Moderate, Moderate-Severe, and Severe-Profound. To represent
this in the ontology I introduced the class Hearing_Loss_Severity having three subclasses
Hearing_Loss_Mild-Moderate, Hearing_Loss_Moderate-Severe, and
Hearing_Loss_SevereProfound. Finally, hearing aids can be analogical or digital according to their internal circuit.
The ontology contains the class Hearing_Aid_Technology with its two subclasses Analogical_Hearing_Aid
and Digital_Hearing_Aid. Analogical_Hearing_Aid and Digital_Hearing_Aid are
disjoint classes. Worth noticing that Analogical_Hearing_Aid is an empty class because today
all existing hearing aids are digital yet. I nevertheless put this class in this ontology for
completeness of the topic.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Use Cases</title>
      <p>The proposed ontology could be a handbook for everyone gets involved in the topic of hearing
aid. For this reason, its maintenance updating and adding of instances is significant.
In the field of hearing aids, there are two parts (i.e. clinicians and patients) separated by the
hearing aid dispenser that is the most technical figure in this context. The clinicians take care of
their patients evaluating the presence and the entity of the hearing loss and suggesting the type
of a hearing aid. Next, the patients address their trusted hearing aid dispenser that ofers them
the best solution. In this process both clinicians and patients benefit from the HAO: the former
could suggest specifically a hearing aid configuration and also a model based on the feedback of
all own patients over time; the latter, instead, could understand better and explore the hearing
aid subject, and independently compare the technical characteristics of own hearing aid with
the others on the market.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion</title>
      <p>In this note, I have briefly presented HAO that is an ontology collecting all existing knowledge
about hearing aids. This ontology is the first in its field and standardizes
human-and-machinereadable resources. It unambiguously defines concepts and terminology around hearing aids for
researchers, patients, and clinicians. In the future, this ontology can become the back-end of a
web service useful for clinical practice. People with no medical and technical knowledge could
know and understand this subject. While, anyone, who is experienced, could be guided in the
choice of a specific hearing aid model whose characteristics are clinical picture compliant.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>A.</given-names>
            <surname>Shukla</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Harper</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Pedersen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Goman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. J.</given-names>
            <surname>Suen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Price</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Applebaum</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Hoyer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F. R.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. S.</given-names>
            <surname>Reed</surname>
          </string-name>
          ,
          <article-title>Hearing loss, loneliness, and social isolation: A systematic review</article-title>
          ,
          <source>Otolaryngology-Head and Neck Surgery</source>
          <volume>162</volume>
          (
          <year>2020</year>
          )
          <fpage>622</fpage>
          -
          <lpage>633</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>J.</given-names>
            <surname>Hotchkiss</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Manyisa</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. Mawuli</given-names>
            <surname>Adadey</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O. G.</given-names>
            <surname>Oluwole</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Wonkam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Mnika</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Yalcouye</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Nembaware</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Haendel</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Vasilevsky</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N. J.</given-names>
            <surname>Mulder</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Jupp</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Wonkam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. K.</given-names>
            <surname>Mazandu</surname>
          </string-name>
          ,
          <article-title>The Hearing Impairment Ontology: A Tool for Unifying Hearing Impairment Knowledge to Enhance Collaborative Research</article-title>
          , Genes
          <volume>10</volume>
          (
          <year>2019</year>
          ). doi:
          <volume>10</volume>
          .3390/ genes10120960.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>