sedic project - semantic medicine

9
Alexandra Lacatus, Emanuela Catana Faculty of Computer Science, Iasi Semantic Medicine

Upload: alexandralacatus

Post on 18-Jul-2015

382 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: SEDIC Project - Semantic medicine

Alexandra Lacatus, Emanuela Catana

Faculty of Computer Science, Iasi

Semantic Medicine

Page 2: SEDIC Project - Semantic medicine

Motivation

Semantic Medicine, FCS Iasi, 20132

Herbal Medicine is an important alternative to drug-based

medicine

HM represents many people’s choices

The web has plenty of relevant information (unstructured

yet)

The project combines the use of semantic data representation

with useful information (medicinal plants)

Page 3: SEDIC Project - Semantic medicine

Current work

Semantic Medicine, FCS Iasi, 20133

Medicinal plant collections (HerbMed, MedlinePlus)

Ontologies for modelling plant vocabularies (The Plant

Ontology)

Ontologies for indian medicinal plants (MP-Ontology, KIMP

project)

Page 4: SEDIC Project - Semantic medicine

SEDIC Project Milestones

Semantic Medicine, FCS Iasi, 20134

HM-ontology specification

Data extraction (websites, DBpedia)

REST API + SPARQL endpoint to access the data

Android client application

Page 5: SEDIC Project - Semantic medicine

Main user stories

Semantic Medicine, FCS Iasi, 20135

Search for a possible cure for an illness

An illness is characterized by an affected body area and some

affection parameters (intensity, type). The user can also

specify a medical condition (contraindications, other

diseases)

Look up for the characteristics of a specific plant

(search upon a plant name)

Page 6: SEDIC Project - Semantic medicine

System architecture

Semantic Medicine, FCS Iasi, 20136

Page 7: SEDIC Project - Semantic medicine

Proposal – HM-Ontology

Semantic Medicine, FCS Iasi, 20137

A task-oriented ontology for representing medicinal plants

Page 8: SEDIC Project - Semantic medicine

Proposal – REST API

Semantic Medicine, FCS Iasi, 20138

GET /plantRemedy

Gets the information about a single plant remedy

POST /plantRemedy

Uses the existing parameters to search for remedies

GET /plant

Returns information about a specific plant

POST /plant

Uses the parameters to search for plants with the specified

name/location

Page 9: SEDIC Project - Semantic medicine

Until next time: priorities

Semantic Medicine, FCS Iasi, 20139

We will focus more on the modelling part and on the REST

API implementation rather than on the esthetical aspects on

this project

Depending on the timeframe, we could include also extra

features, like the possibility to add an upvote/downvote for a

remedy