<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:MastersThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/338/Context-Aware-System-to-Create-Electronic-Medical-Encounter-Records">
    <rdfs:label><![CDATA[Context-Aware System to Create Electronic Medical Encounter Records]]></rdfs:label>
    <pub:title><![CDATA[Context-Aware System to Create Electronic Medical Encounter Records]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2006-05-03T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[<p>An Electronic Health Record (EHR) is a medical record or any other
information relating to the past, present or future physical and
mental health, or condition of a patient which resides in computers
for the primary purpose of providing health care and health-related
services.</p>

<p> EHRs improve clinical quality by providing ready access to all
relevant clinical information at the time of the patient encounter or
phone call, receipt of clinical alerts at the point of care, the
ability to easily monitor and analyze patient outcomes. The EHR
software's currently available in the markets are very expensive and
require extensive training before physicians can use these
systems. Also all these systems require the physician or nurse to
enter the data in the record manually.</p>

<p> We have developed a smart context-aware system to
semi-automatically build an EHR that records the medically significant
events of a surgery. The system analyzes the data streams obtained
from various sensors deployed in an Operating Room (OR) in real-time
to detect events. We refer to this electronic record as the Electronic
Medical Encounter Record (EMR). This record then becomes a part of the
patient's medical history and will provide the next physician an
accurate account of the medical treatment given to the
patient. Sensors in the OR include the blood oxygen monitor, the heart
rate monitor etc.</p>

<p> Data from these sensor streams is analyzed using a stream
processing engine to extract the low level events, such as high blood
pressure etc, occurring during the surgery. These events are
correlated using techniques such as multi-variable analysis, trend
based analysis etc to identify events that become a part of the
electronic medical record. Radio Frequency Identification (RFID) is
used to acquire contextual information such as presence of medical
staff in the operating room and identification of medicines used
during the surgery.</p>

<p> The prototype of the system will be used to create an EMR in
Traumapod, robotic system that provides trauma care to wounded
soldiers on the battlefield, and Context-Aware Surgical Training
System (CAST), where the EMR is used to evaluate the performance of
the trainee during the surgery.</p>]]></pub:abstract>
    <pub:counter>348</pub:counter>
    <pub:tag><![CDATA[pervasive computing]]></pub:tag>
    <pub:tag><![CDATA[context]]></pub:tag>
    <pub:tag><![CDATA[medical informatics]]></pub:tag>
    <pub:author>
       <rdf:List>
         <rdf:first><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Sheetal/Agarwal/"><person:name><![CDATA[Sheetal  Agarwal]]></person:name><rdfs:label><![CDATA[Sheetal  Agarwal]]></rdfs:label></person:MSAlumnus></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Sheetal/Agarwal/"><person:name><![CDATA[Sheetal  Agarwal]]></person:name><rdfs:label><![CDATA[Sheetal  Agarwal]]></rdfs:label></person:MSAlumnus></pub:firstAuthor>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/331.pdf]]></pub:softCopyURI>
      <pub:softCopySize>3309650</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:MastersThesis>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
