{"_id":"guidelines","_rev":"3-8457c317ae551138ece3bcb5f7a9acfb","name":"guidelines","description":"Guidelines for clinicians.","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"guidelines","version":"1.0.0","description":"Guidelines for clinicians.","main":"index.js","dependencies":{"body-parser":"^1.13.3","express":"^4.13.3","json2csv":"^2.11.0","json2xml":"^0.1.2","request":"^2.61.0"},"devDependencies":{},"scripts":{"test":"echo \"Test\" && exit 1","postinstall":"npm cache clean","postupdate":"npm prune","start":"node index.js"},"repository":{"type":"git","url":"https://github.com/aug2uag/guidelines"},"keywords":["guidelines","biomedical","clinic","patient","surgery","disease"],"author":{"name":"@aug2uag"},"license":"MIT","bugs":{"url":"https://github.com/aug2uag/guidelines/issues"},"homepage":"https://github.com/aug2uag/guidelines","gitHead":"fa01142096bc4c65342057d2765e039f873effcd","_id":"guidelines@1.0.0","_shasum":"e28268d0d0a379f4c6645e0dc680a81e1b9958a1","_from":".","_npmVersion":"2.1.6","_nodeVersion":"0.10.32","_npmUser":{"name":"aug2uag","email":"info@aug2uag.com"},"dist":{"shasum":"e28268d0d0a379f4c6645e0dc680a81e1b9958a1","tarball":"https://registry.npmjs.org/guidelines/-/guidelines-1.0.0.tgz","integrity":"sha512-uujto+wUtw2KBBQIC/uR7nwaZpNIgMmfnLfZCQeeUpesqROTNxT5asA7FXM4gj/h5HLSWGGY9pqBM604/CQ7uA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIE/8ldBDeEY5vQu+F+kBng7JU2QjSmp2pYWNWxtiKXOZAiBku8Su5DBWr+BAFo0njjtNKcNoRdlrv6SUo2QEX2cW0A=="}]},"maintainers":[{"name":"aug2uag","email":"info@aug2uag.com"}]}},"readme":"# Guidelines\n[![git][git-badge]][git-url]\n[![npm][npm-badge]][npm-url]\n\n* [Statement of Purpose](#purpose)\n* [Access](#access)\n* [Contributing](#contributing)\n* [Disciplines](#disciplines)\n* [TODO](#todo)\n* [License](#license)\n\n<a name=\"purpose\"></a>\n## Statement of Purpose:\n* Centralize Guidelines for Clinical Practices\n* Convenient Utilization of Guidelines for Applications and Interfaces\n* Support Clinician Access to Guidelines\n* Support Best Clinical Practices\n* Support Patient Care and Rights\n\n<a name=\"access\"></a>\n## Access:\nS3 and/or other hosted article links provided in JSON XML and CSV formats\n\n<a name=\"contributing\"></a>\n## Clinicians and Developers:\nAPI access to files\n* Get list of disciplines\n\n\t\tGET /disciplines\n\t\tcurl http://api-guidelines.rhcloud.com/disciplines\n\n* Get list of documents available\n\n\t\tPOST /get\n\t\tBODY='{\"discipline\": \"$DISCIPLINE_NAME\"}'\n\t\tcurl -H \"Content-Type: application/json\" -d \"$BODY\" http://api-guidelines.rhcloud.com/get\n\n* Get single document\n\t\n\t\tPOST /doc\n\t\tBODY='{\"discipline\": \"$DISCIPLINE_NAME\", \"document\": \"$DOCUMENT_NAME\"}'\n\t\tcurl -H \"Content-Type: application/json\" -d \"$BODY\" http://api-guidelines.rhcloud.com/doc\n\n* Get single document URL\n\t\n\t\tPOST /url\n\t\tBODY='{\"discipline\": \"$DISCIPLINE_NAME\", \"document\": \"$DOCUMENT_NAME\"}'\n\t\tcurl -H \"Content-Type: application/json\" -d \"$BODY\" http://api-guidelines.rhcloud.com/url\n\n## Contributors:\ncreate json file\n\n\t{\n\t\t\"type\": \"$DISCIPLINE_NAME\",\n\t\t\"json\": \"$GUIDELINES\"\n\t}\n\nrun [script.js][script]\n\n\t$ npm install\n\t$ node script.js\n\nyou may pass json with [post.sh][post] as an argument if not saved to directory\n\n\t$ sh ./post.sh '{\"optional\": \"json\"}'\n\n<a name=\"disciplines\"></a>\n## Disciplines:\n### `dental_guidelines` Purpose:\n* Provide general guidelines for dental disciplines\n\n### `dental_guidelines` Contents:\n* ADA Prophylaxis Guidelines\n* AHA Prophylaxis Guidelines\n* Chronic Kidney Disease\n* Medically Compromised Patients\n* Diabetes/CKD\n* Immune Compromised Patients\n* Pediatric Local Anesthesia\n* Local Anesthesia in Dentistry\n* Immune Compromised Pediatric Patients\n* Oncology Pocket Guide\n* Oral Cancer Screening\n* Patients with Organ Transplant\n* Local Anesthesia Guidelines\n* Renal Disease in Dentistry\n* Wheelchair Transfer Pocket Guide\n\n<a name=\"todo\"></a>\n### Todo:\n* Update guidelines\n* Provide guidelines of other clinical practices and/or specialties\n* Multiplatform scripts for pdf downloads\n* Web and Mobile Applications\n\n<a name=\"license\"></a>\n## License\naug2uag © 2015, Licensed under [MIT][].\n\n[MIT]: ./LICENSE\n[script]: ./script.js\n[post]: ./post.sh\n\n[git-badge]: https://img.shields.io/github/release/aug2uag/guidelines.svg?style=flat-square\n[git-url]: https://github.com/aug2uag/guidelines/releases\n[npm-badge]: https://img.shields.io/npm/v/guidelines.svg?style=flat-square\n[npm-url]: https://npmjs.org/package/guidelines","maintainers":[{"name":"aug2uag","email":"info@aug2uag.com"}],"time":{"modified":"2022-06-18T16:30:54.132Z","created":"2015-09-13T16:08:57.161Z","1.0.0":"2015-09-13T16:08:57.161Z"},"homepage":"https://github.com/aug2uag/guidelines","keywords":["guidelines","biomedical","clinic","patient","surgery","disease"],"repository":{"type":"git","url":"https://github.com/aug2uag/guidelines"},"author":{"name":"@aug2uag"},"bugs":{"url":"https://github.com/aug2uag/guidelines/issues"},"license":"MIT","readmeFilename":"README.md"}