Skip to content
This repository has been archived by the owner on Sep 13, 2019. It is now read-only.
/ protocol Public archive

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

License

Notifications You must be signed in to change notification settings

HospitalRun/protocol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:
  • Login to GitHub,
  • Go to https://github.com/HospitalRun/protocol
  • clone the repository by clicking the "Clone" button on the right hand side of the screen,
  • click on the "Code" tab (in the top left corner of the screen)
  • click on the 2016_ICD-10-CM directory (in the file listing of the Code screen), and
  • click "Create New File"
  1. 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:[email protected].

About

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

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published