Overview

One of the interfaces that OpenEMPI provides for integrating it into an existing Health IT infrastructure is a web services interface that complies with the Representational State Transfer (REST) architectural style. For more information about the principles behind the REST architectural style we recommend reading the thesis of Fielding available at his home site. We also followed the JCP specification 311 in our implementation to make sure that our design and implementation is based on the currently available Java standards.

The following is an overview of the REST interface OpenEMPI.

The raw wadl file for this RESTful interface is available here and the referenced xsd0.xsd is here.