HospitalRun/protocol

Name: protocol

Owner: HospitalRun

Description: A repository of medical protocols to provide clinical decision support to diagnosis and treatment

Created: 2016-05-26 12:44:09.0

Updated: 2018-03-29 14:08:32.0

Pushed: 2017-02-25 03:17:51.0

Homepage: null

Size: 22

Language: null

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

HospitalRun protocol

A repository of SOAP notes based on accepted medical coding standards to provide clinical decision support to diagnosis and treatment.

Assumptions

This README assumes that you have a basic understanding of how to work with GitHub, including branching repositories and submitting Pull Requests. If that's not the case, read this guide, talk to a friend or Google it.

Getting started

This repository is meant to capture the SOAP notes for various ICD-10 diagnostic codes. The structure of the repository is as follows:

2016_ICD-10-CM
- J45.20.md
- ANOTHER_CODE.md
- LANGUAGE_BUNDLE_DIRECTORY
+-- J45.20.md
+-- ANOTHER_CODE.md
ANOTHER_CODING_STANDARD
- CODE.md
- ANOTHER_CODE.md
- LANGUAGE_BUNDLE_DIRECTORY
+-- CODE.md
+-- ANOTHER_CODE.md

For starters, we're focused on the core codes in English for 2016 ICD-10. The files are meant to be built following the example file.

Authoring Files

There are three ways to go about authoring content for this repository.

  1. Writing the files in pure on a text editor markdown. Markdown is a simple syntax for that can be translated by markdown processors into HTML. The idea is that it is declarative like HTML but less complex for those not interested in building files in HTML.
  2. Authoring markdown files directly in GitHub by doing the following:
  3. Login to GitHub,
  4. Go to https://github.com/HospitalRun/protocol
  5. clone the repository by clicking the “Clone” button on the right hand side of the screen,
  6. click on the “Code” tab (in the top left corner of the screen)
  7. click on the 2016_ICD-10-CM directory (in the file listing of the Code screen), and
  8. click “Create New File”
  9. Using an online markdown editor. We recommend using the following editor from dillinger.io. There you can see the results of your markdown in real-time and then Export the file to a markdown file that will be downloaded to your local computer. The result of that file can be added to the repository, following the naming and directory convention above.

Questions

If you have questions regarding how to get involved in this project, including how your work can be referenced and credited as a clinician or medical student, email mailto:protocol@hospitalrun.io.


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.