SMART
Space shortcuts
Space Tools

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section
Column
width70%

Quick Downloads

File Name

File Size

Description

Release Date

Version

i2b2vmware-1603_smart-10.zip

1.8 GB

This is a modified i2b2 1.6.03 VMWare virtual machine containing the components that SMART-enable i2b2.

March 30, 2012

1.0

vmware Installation Guide_1-6.pdf

866 KB

Instruction guide for how to run the virtual machine in your environment

March 30, 2012

1.0

smart-i2b2_v1.0_screencast.mp4

7.3 MB

Screencast video of SMART i2b2 EMR view web client plugin

March 30, 2012

1.0

Screenshots and Screencast

   
   

Column
width30%


Navigation

Page Tree

Anchor
current
current

...

Upated: March 7th, 2011

The SMART i2b2 cell currently exposes a "Get Medications" function that returns the entire graph of stored medications in RDF/XML format for a single patient record via a REST call.

Get Medications

Code Block

GET http://i2b2_server/records/{record id}/medications/

...

Code Block

GET http://i2b2_server/records/{record id}/demographics/

will return the demographic information in RDF/XML for a specific patient based on the record_id passed

Get Problems

Code Block

GET http://i2b2_server/records/{record id}/problems/

will return a list of problems in RDF/XML for a specific patient based on the record_id passed

New: "Get Allergies" has been added to the SMArt i2b2 cell per current SMArt API specifications

Get Allergies

Code Block

GET http://i2b2_server/records/{record id}/allergies/

will return a list of allergies in RDF/XML for a specific patient based on the record_id passed

...

The SMART Dashboard is a new i2b2 web client plugin that allows for the embedding of SMART applications directly in the web query tool. As shown in the screenshot below, an external SMART app has been embedded directly in the i2b2 web query tool and has access to i2b2 patient data via the SMART connect model described at www.smartplatforms.org

Image Removed