Page History
The SMART Cell Overview
The SMART i2b2 cell's main purpose is to serve patient data stored in i2b2 as SMART RDF/XML messages. This will allow SMART apps to run against an i2b2 instance. Additionally, each implemented API call (as described below) is protected by OAuth and i2b2 user authentication. The SMART cell also optionally coordinates with the Mapper cell if various codes need to be mapped into a SMART designated coding system, such as SNOMED or RxNorm.
...
will return a list of medications in RDF/XML for a specific patient based on the record_id passed
Get Demographics
Code Block |
---|
GET http://i2b2_server/records/{record id}/demographics/ |
...