Giter VIP home page Giter VIP logo

semanticmdr's Introduction

semanticMDR

The ISO/IEC 11179 family of specifications introduces a standard model for meta-data registries to increase the interoperability of applications with the use of common data elements. Jena based implementation of a standard meta-data registry, brings semantic processing and reasoning capabilities on top of the common data elements and their consumer applications.

Installation

===========

Apache Maven is required to build the Semantic MDR. Please visit http://maven.apache.org/ in order to install Maven on your system.

Under the root directory of the semanticMDR project run the following:

$ semanticMDR> mvn install

In order to make a clean install run the following:

$ semanticMDR> mvn clean install

In order to run the built-in Jetty web server, go under the "web" directory of semanticMDR and run the following:

$ semanticMDR/web> mvn jetty:run 

Default web server will run on 8080 port of your machine. You can run the web server on another port as in the following:

$ semanticMDR/web> mvn -Djetty.port=9999 jetty:run

You can see the login page of the semanticMDR from your browser by going to:

http://localhost:8080/semanticmdr

Default installation comes with a default test user.

Username:test
Password:test
or
Username:demo
Password:demo

Shut down

===========

Open source implementation should be shut down by hitting "CTRL+C" key on the running command prompt for the jetty server. Otherwise (if the associated JVM shuts down instantly), TDB store of the Semantic MDR may expose some problems on the next run.

Demo

===========

To run this demo cd to demo folder

$ semanticMDR> cd demo

Start demo by deploying services to jetty

$ semanticMDR/demo> mvn jetty:run

As default value, service starts to run under port 9090, just point your web browser to

http://localhost:9090

Main functionality of this demo is to design a form and auto population of this form from a patient summary using MDR Annotations.

  • Click on add new field and enter a field label
  • Type a content model name and choose a content model from list
  • Select a data element by dragging onto form field
  • submit a valid CDA document by click on "upload patient summary"
  • click on "Populate"

semanticmdr's People

Contributors

gmlewis avatar sinaci avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

semanticmdr's Issues

import data element definition

1.is there any examples showing how to represent the data element and concept clas value domain in XML or RDF?
2.how could I import this file into the semanticMDR system?

Missing cxf-servlet.xml

I cloned this project, built it with

=> mvn clean install
=> cd web
=> mvn jetty:run

On the last step I get the error

org.springframework.beans.factory.parsing.BeanDefinitionParsingException: Configuration problem:     Failed to import bean definitions from URL location [classpath:META-INF/cxf/cxf-servlet.xml]
Offending resource: class path resource [dex/appContext.xml]; nested exception is org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path resource [META-INF/cxf/cxf-servlet.xml]; nested exception is java.io.FileNotFoundException: class path resource [META-INF/cxf/cxf-servlet.xml] cannot be opened because it does not exist

along with lots of stack trace, which I'll provide if someone wants to look at it. The end of the output is

[INFO] Started [email protected]:8080
[INFO] Started Jetty Server

but when I go to http://localhost:8080/semanticmdr I see

HTTP ERROR: 503

Problem accessing /semanticmdr. Reason:

Service Unavailable

(Is this project still active?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.