openhealthcare/opal-guidelines

Name: opal-guidelines

Owner: Open Health Care

Description: OPAL Plugin for clinical guidelines

Created: 2015-03-24 08:57:31.0

Updated: 2018-05-03 10:56:43.0

Pushed: 2018-05-03 10:56:41.0

Homepage: null

Size: 51

Language: Python

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This is guidelines - an OPAL plugin.

Build Status

Installation

Install this module

Add 'guidelines' to installed apps.

Run

$ python manage.py migrate

Add the guideline template tag wherever you want to display guidelines e.g.

<!-- ./yourapp/templates/records/diagnosis.html -->
{% load guideline %}
[[item.date_of_diagnosis | shortDate]]
<span ng-show="item.provisional">?</span>
  [[item.condition]]
<span ng-show="item.details">([[item.details]])</span>
{% guideline_for "item.condition" %}

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.