1.0.0 • Published 9 years ago

guidelines v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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.