web stats
Skip to end of metadata
Go to start of metadata

Mirth Match Integration

Overview

Mirth Match offers the following types of access:

  • Web Service (SOAP)
  • Mirth Match Client (Java Wrapper for sending SOAP requests)
  • Connector for Mirth Connect
  • Web-based Administrative Console

SOAP Web Service

On deploy, Mirth Match publishes a Web Service Description Language (WSDL) model for available functionality, from which bindings can be generated for most languages.

Available WSDLs:

  • EIS (http://<host>:<port>/MirthMatch/EIS?wsdl)
    An implementation of an early version Entity Identification Service (EIS) interfaces, which provides the ability to register and query entities, as well as . Since the implementation of these interfaces, the IXS/IS/EIS specification has evolved to use Semantic Signifiers as formally specified collection of traits. We offer limited support for the most recent OMG specification via the IS WSDL.
  • CORE (http://<host>:<port>/MirthMatch/CORE?wsdl)
    Core offers create, retrieve, update, and delete operations for the various models in Mirth Match as well as more advanced querying using filters.
  • INEX (http://<host>:<port>/MirthMatch/INEX?wsdl)
    INEX, short for Import/Export, offers the ability to create import and export jobs for Entities and Mirth Match Configurations.
  • IS (http://<host>:<port>/MirthMatch/IS?wsdl)
    Implementation of the IS/EIS/IXS specification interfaces published by OMG. Until the implementation of this interface matures, we recommend using the EIS WSDL.

Mirth Match Client

<stub>

Connector for Mirth Connect

<stub>
see Mirth Match Connector for Patient Feeds

Web-based Administrative Console

<stub>

Labels: