Skip to content

codelists of medications, diagnostic codes, etc. used in opioid research

License

Notifications You must be signed in to change notification settings

opioiddatalab/Codelists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Lists

This repository contains documentation and codelists used in research using death certificates, vital statistics, EHR data, and insurnace claims.

All code lists in this repository are licensed to allow reuse and modification.

Uncover more resrouces from the Opioid Data Lab

Want to share your own list? We'd love to see them! Contact us [email protected] or open a new issue


Medications

NDC lists for additional treatments

Diagnosis Codes

Diagnostic codes (ICD-9-CM and ICD-10-CM)

Procedure codes

Procedure (CPT) codes for invasive surgeries and non-invasive procedures


Import code lists into SAS using URLs linked above

filename testurl url "https://github.com/opioiddatalab/Codelists/blob/main/docs/treatments/gabapentin/gabapentin_NDCs.csv";
proc import file=testurl out=work.gabapentin dbms=csv;
run;

About

codelists of medications, diagnostic codes, etc. used in opioid research

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published