Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Note

This module has been released. Please see Smart Container Module for more information

OpenMRS mentor (primary)

Hui Xiao

SMART mentor

Josh Mandel

Assigned to

Unlicensed user Balachandiran Ajanthan

Background 

In today's health informatics ecosystem, there is no standard way to write an "App" that interacts with patient-level health data. Just as OpenMRS allows extensibility through modules, every EMR provides its own distinct extensibility interfaces. The result is a heterogeneous landscape where it's very difficult to deploy a single app across multiple systems.

...

  • Questions to ponder
    • How to install a SMART app?
    • Is it worth implementing the REST api instead of the direct javascript connect POST methods?
    • How to require that concepts be mapped to the vocabularies SMART uses (SNOMED for problems, RxNorm for medications)

...

Database Table Design
The module has to manage installed application and user.The information regarding apps and user have to be modeled to save in to the database.OpenMRS already has user object(can be found here),so the details about this object is avoided.

...