Skip to content

Instantly share code, notes, and snippets.

View kodero's full-sized avatar

Odero Kennedy kodero

View GitHub Profile
@kodero
kodero / docker-compose.yml
Created January 18, 2019 06:57 — forked from ajeetraina/docker-compose.yml
Docker Compose File for MacVLAN Network Driver ( Single Node)
version: '3.3'
services:
db:
image: mysql:5.7
volumes:
- db_data:/var/lib/mysql
restart: always
networks:
- myvlan
This file has been truncated, but you can view the full file.
icd10cm,desc_short,desc_long,ED_Care_Needed__not_Preventable_,ED_Care_Needed__Preventable_Avoi,Emergent__PC_Treatable,Non_Emergent,Alcohol,Drug,Injury,Psych,Unclassified
A000,"Cholera due to Vibrio cholerae 01, biovar cholerae","Cholera due to Vibrio cholerae 01, biovar cholerae",0%,0%,0%,0%,0%,0%,0%,0%,100%
A001,"Cholera due to Vibrio cholerae 01, biovar eltor","Cholera due to Vibrio cholerae 01, biovar eltor",0%,0%,0%,0%,0%,0%,0%,0%,100%
A009,"Cholera, unspecified","Cholera, unspecified",0%,0%,0%,0%,0%,0%,0%,0%,100%
A0100,"Typhoid fever, unspecified","Typhoid fever, unspecified",0%,0%,0%,0%,0%,0%,0%,0%,100%
A0101,Typhoid meningitis,Typhoid meningitis,0%,0%,0%,0%,0%,0%,0%,0%,100%
A0102,Typhoid fever with heart involvement,Typhoid fever with heart involvement,0%,0%,0%,0%,0%,0%,0%,0%,100%
A0103,Typhoid pneumonia,Typhoid pneumonia,0%,0%,0%,0%,0%,0%,0%,0%,100%
A0104,Typhoid arthritis,Typhoid arthritis,0%,0%,0%,0%,0%,0%,0%,0%,100%
A0105,Typhoid osteomyelitis,Typhoid osteomyelitis,0%,0%,0%,0%,0%,0%,0%,0%,100%