guidelines

1.0.0 • Public • Published

Guidelines

git npm

Statement of Purpose:

  • Centralize Guidelines for Clinical Practices
  • Convenient Utilization of Guidelines for Applications and Interfaces
  • Support Clinician Access to Guidelines
  • Support Best Clinical Practices
  • Support Patient Care and Rights

Access:

S3 and/or other hosted article links provided in JSON XML and CSV formats

Clinicians and Developers:

API access to files

  • Get list of disciplines

      GET /disciplines
      curl http://api-guidelines.rhcloud.com/disciplines
    
  • Get list of documents available

      POST /get
      BODY='{"discipline": "$DISCIPLINE_NAME"}'
      curl -H "Content-Type: application/json" -d "$BODY" http://api-guidelines.rhcloud.com/get
    
  • Get single document

      POST /doc
      BODY='{"discipline": "$DISCIPLINE_NAME", "document": "$DOCUMENT_NAME"}'
      curl -H "Content-Type: application/json" -d "$BODY" http://api-guidelines.rhcloud.com/doc
    
  • Get single document URL

      POST /url
      BODY='{"discipline": "$DISCIPLINE_NAME", "document": "$DOCUMENT_NAME"}'
      curl -H "Content-Type: application/json" -d "$BODY" http://api-guidelines.rhcloud.com/url
    

Contributors:

create json file

{
	"type": "$DISCIPLINE_NAME",
	"json": "$GUIDELINES"
}

run script.js

$ npm install
$ node script.js

you may pass json with post.sh as an argument if not saved to directory

$ sh ./post.sh '{"optional": "json"}'

Disciplines:

dental_guidelines Purpose:

  • Provide general guidelines for dental disciplines

dental_guidelines Contents:

  • ADA Prophylaxis Guidelines
  • AHA Prophylaxis Guidelines
  • Chronic Kidney Disease
  • Medically Compromised Patients
  • Diabetes/CKD
  • Immune Compromised Patients
  • Pediatric Local Anesthesia
  • Local Anesthesia in Dentistry
  • Immune Compromised Pediatric Patients
  • Oncology Pocket Guide
  • Oral Cancer Screening
  • Patients with Organ Transplant
  • Local Anesthesia Guidelines
  • Renal Disease in Dentistry
  • Wheelchair Transfer Pocket Guide

Todo:

  • Update guidelines
  • Provide guidelines of other clinical practices and/or specialties
  • Multiplatform scripts for pdf downloads
  • Web and Mobile Applications

License

aug2uag © 2015, Licensed under MIT.

Package Sidebar

Install

npm i guidelines

Weekly Downloads

4

Version

1.0.0

License

MIT

Last publish

Collaborators

  • aug2uag