A repository of SOAP notes based on accepted medical coding standards to provide clinical decision support to diagnosis and treatment.
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.
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.
There are three ways to go about authoring content for this repository.
- 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.
- 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"
- 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.
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].