<?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 event "http://ebiquity.umbc.edu/ontology/event.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.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:event = "&event;"
  xmlns:person = "&person;"
  xmlns:assert = "&assert;">
  <event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/152/Context-Aware-System-to-Create-Electronic-Medical-Encounter-Records">
    <rdfs:label><![CDATA[Context-Aware System to Create Electronic Medical Encounter Records]]></rdfs:label>
    <event:title><![CDATA[Context-Aware System to Create Electronic Medical Encounter Records]]></event:title>
    <event:speaker><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></event:speaker>
    <event:startDate rdf:datatype="&xsd;dateTime">2006-05-03T13:00:00-05:00</event:startDate>
    <event:location><![CDATA[346 ITE]]></event:location>
    <event:abstract><![CDATA[   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>
    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>
    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>
    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>
   The prototype of the system will be used to create an EMR in <a href="http://traumapod.org">Traumapod</a>, robotic system that provides trauma care to wounded soldiers on the battlefield, and Context-Aware Surgical Training System (<a href="http://ebiquity.umbc.edu/event/html/id/138/A-Context-Aware-Surgical-Training-Environment ">CAST</a>),  where the EMR is used to evaluate the performance of the trainee during the surgery.]]></event:abstract>
    <event:tag><![CDATA[rfid]]></event:tag>
    <event:tag><![CDATA[stream processing]]></event:tag>
    <event:tag><![CDATA[healthcare]]></event:tag>
    <event:tag><![CDATA[context-aware]]></event:tag>
    <event:tag><![CDATA[pervasive computing]]></event:tag>
    <event:tag><![CDATA[electronic healthcare record]]></event:tag>
    <event:host><person:PrincipalFaculty rdf:about="http://ebiquity.umbc.edu/person/html/Anupam/Joshi/"><person:name><![CDATA[Anupam  Joshi]]></person:name><rdfs:label><![CDATA[Anupam  Joshi]]></rdfs:label></person:PrincipalFaculty></event:host>
  </event:Event>

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

</rdf:RDF>

