Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time

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 opioiddatalab@unc.edu 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;