HIE Prototype

The ILHIE/SHARPS/DS2 HIE Prototype consists of three projects that – when combined with the CDA Web Service, Predicate/Reducer, and an XDS server – demonstrate the HIE Prototype Architecture.  Click on one of the three project names below to access the project's Bitbucket Repository, which contains documentation and build instructions.

 

SafetyChecker

SafetyChecker is a Java class that utilizes publicly available APIs to check for possible drug interactions between a free-text list of proposed medications and a patient's CCD. SafetyCheckerServlet is a simple demonstration web application that utilizes the SafetyChecker class to look for possible drug interactions against a CCD in an XDS repository, without revealing the CCD itself.

XDSProxy

A reverse HTTP proxy to intercept and modify CCDs coming out of an XDS repository for the DS2 Prototype.

SimpleConsentFormDemo

A basic demonstration servlet-based web application that generates and submits a CDA Consent document to an XDS Registry/Repository based on inputs from a web form.