Versions Compared

Key

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

Documentation / How-To

Installation

  1. Download the latest version from the OpenMRS module repository and add it to your OpenMRS application using the _Administration->Manage Modules _page.
  2. Go to Administration->manage Smart app page and add Smart app manifests to add smart apps to your installation by clicking add SMART app button.
    1. There are two options for adding smart apps
      1. To add manifest from the local machine choose file and upload it.
      2. To add manifest from network enter url(url format should be http://<somedomain>/<directory>/../<name of the file>.json) and upload it.
  3. Got to  Administration->manage user app page and chose apps from available apps to appear at your patient dashboard.
  4. If you want to use SMART apps that use Problems data,go to Administration->Set up Problem Object and choose how to map OpenMRS problems into Smart problems.
    1. If you want to represent OpenMRS problems by Obs ,You have to go to Administration->Manage Global Property and enter smartcontainer.problem.addedConcept id and smartcontainer.problem.resolvedConcept id
  5. Ensure that all your concept are mapped as follows
    1. Drug related concept are mapped to RxNorm
    2. Problem related concepts are mapped to SNOMED-CT
    3. Lab test related concept are mapped to LOINC
  6. Finally go to patient dashboard,click the SMART app tab and launch SMART apps by clicking the icon.

Getting SMART apps

SMART apps are web apps,they need to be hosted on server and their manifest file should be published in order to use it.Following are some way of doing this.

  • Hosting in a server
  • Using SMART apps that are already hosted in public URL
  • Installing smartapp module(This module has to be developed)

Hosting in a server

Here i am going to provide instructions on how to build sample apps that are provided by smartplatform.org.It uses python and Django,so only for linux(Ubuntu) these instructions

...

      go to  /path/to/smart_sample_apps/static/framework/medilist/smart_manifest.json

Using SMART apps that are already hosted in public URL

Following zip file contains manifest files of the SMART sample apps that are hosted by smartplatform.org.Just download it ,unzip and upload it.

SmartApps.zip

Installing smartapp module(This module has to be developed)